html, body {
	margin: 0px;
	padding: 0px;
	min-height: 600px;
	min-width:1024px;
	height:100%;
	width: 100%;
	font-family: 'Pontano Sans', sans-serif;
	color: #FFF;
}
h1, h2, h3 {
	margin:0;
	font-family:'Marcellus SC', Georgia, serif;
	font-weight: normal;
}
#nav {
	background-color: #000;
	height: 50px;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
#nav #box {
	height: 50px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#nav #box h1 {
	font-size: 36px;
	line-height: 50px;
	display: block;
	float: left;
	height: 50px;
	width: 325px;
	margin-right: 17px;
}
#nav #box #triggers {
	display: block;
	float: left;
	height: 30px;
	width: 677px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Marcellus SC', Georgia, serif;
	list-style-type: none;
	line-height: 18px;
	font-size: 15px;
	font-weight: normal;
}
#nav #box #triggers li {
	display: block;
	float: left;
	height: 18px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	cursor: pointer;
}
#nav #box #triggers li:hover {
	color: #FF0;
}
.likpais   {
	background-image: url(img/ElPaisCali-id.png);
background-repeat: no-repeat;
background-position: 72px center;
display: block;
float: left;
height: 28px;
width: 99px;
color: #999;
text-decoration: none;
font-size: 10px;
text-transform: uppercase;
line-height: 28px;
background-color: #000;
padding: 6px 65px 6px 6px;
border-radius: 3px;
margin-right: 10px;
}
.lr {
	background-image: url(img/ElPaisCali-id.png);
background-repeat: no-repeat;
background-position: 72px center;
display: block;
float: left;
height: 40px;
width: 315px;
color: #999;
text-decoration: none;
font-size: 10px;
text-transform: uppercase;
line-height: 28px;
position: absolute;
z-index: 10000;
left: 20px;
bottom: 20px;
background-color: #000;
padding: 0px;
border-radius: 3px;
}

#feli   {
	display: block;
	float: left;
	height: 28px;
	width: 214px;
	margin-top: 7px;
	color: #FFF;
	text-decoration: none;
	font-size: 26px;
	text-transform: none;
	line-height: 28px;
	position: absolute;
	z-index: 10000;
	right: 20px;
	bottom: 20px;
	background-color: #CC2323;
	padding: 6px;
	border-radius: 3px;
	text-align: center;
	font-family: 'Seaweed Script', cursive;
	cursor: pointer;
}
#feli:hover {
	background-color:#000;
}
.gal   {
	display: block;
	float: left;
	height: 28px;
	width: 160px;
	margin-top: 7px;
	color: #fff;
	text-decoration: none;
	font-size: 26px;
	text-transform: none;
	line-height: 28px;
	position: absolute;
	z-index: 10000;
	right: 264px;
	bottom: 20px;
	background-color: #000;
	padding: 6px;
	border-radius: 3px;
	text-align: center;
	font-family: 'Seaweed Script', cursive;
	cursor: pointer;
}
.gal:hover {
	background-color: #CC2323;}
.tabContent {
	display: none;
}
#master {
	height: 100% !important;
	width: 100%;
	position: absolute; 
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background-image: url(img/bg1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;*/
}

#master h2 {
	font-size: 72px;
	color: #000;
	display: block;
	height: 90px;
	width: 660px;
	margin-top: 20%;
	margin-right: auto;
	margin-left: auto;
}

#master p {
	font-size: 14px;
	color: #333;
	display: block;
	height: auto;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#master span#entrada {
	font-size: 17px;
	color: #FFF;
	display: block;
	height: 30px;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 30px;
	padding:0 10px;
	background-color: #930;
	font-family: 'Marcellus SC', Georgia, serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
#master span#entrada:hover {
	background-color:#000;
	color:#FF0;
}
#escultores {
	height: 100% !important;
	width: 100%;
	position: absolute; 
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background-image: url(img/bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;*/
}
#escultores2 {
	height: 100% !important;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background-image: url(img/bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


#escultores #info {
	height: 100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 80px;
}
#escultores2 #info {
	height: 100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 80px;
}

#escultores #info iframe {
	margin-left: 30px;
	height: 360px;
	width: 640px;
}
#escultores2 #info iframe {
	margin-left: 30px;
	height: 360px;
	width: 640px;
}


#escultores #info h2{
	font-size: 36px;
	color: #930;
	display: block;
	height: 36px;
	width: 640px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	clear: both;
	float: left;
	margin-bottom: 20px;
	padding-left: 30px;
	line-height: 36px;
}
#escultores2 #info h2 {
	font-size: 36px;
	color: #930;
	display: block;
	height: 36px;
	width: 640px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	clear: both;
	float: left;
	margin-bottom: 20px;
	padding-left: 30px;
	line-height: 36px;
}

#escultores #info p{
	font-size: 14px;
	color: #333;
	display: block;
	height: auto;
	width: 640px;
	margin:0;
	text-align: left;
	padding:0 0 0 30px;
	float:left;
	clear:both;
}
#escultores #info span {
	text-align: left;
	float:left;
	clear:both;
	font-size: 17px;
	color: #FFF;
	display: block;
	height: 30px;
	width: 325px;
	text-align: center;
	line-height: 30px;
	background-color: #930;
	font-family: 'Marcellus SC', Georgia, serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#escultores #info span:hover {
background-color:#000;
	color:#FF0;
	}
	#escultores2 #info span {
	text-align: left;
	float:left;
	clear:both;
	font-size: 17px;
	color: #FFF;
	display: block;
	height: 30px;
	width: 385px;
	text-align: center;
	line-height: 30px;
	background-color: #930;
	font-family: 'Marcellus SC', Georgia, serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#escultores2 #info span:hover {
background-color:#000;
	color:#FF0;
	}
#escultores2 #info p {
	font-size: 14px;
	color: #333;
	display: block;
	height: auto;
	width: 640px;
	margin:0;
	text-align: left;
	padding:0 0 0 30px;
	float:left;
	clear:both;
}



#datos {
	height: 100% !important;
	width: 100%;
	position: absolute; 
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background-image: url(img/bg3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;*/
}

#datos iframe {
	height: 498px;
	width: 853px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 80px;
}

#memoria {
	height: 100% !important;
	width: 100%;
	position: absolute; 
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background-image: url(img/bg4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;*/
}


#memoria #info2 {
	height: 100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 80px;
}
#memoria #info2 iframe {
	margin-right:30px;
	float:right;
	clear:both;
	height: 360px;
	width: 640px;
}
#memoria #info2 h2 {
	font-size: 36px;
	color: #930;
	display: block;
	height: 36px;
	width: 640px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	clear: both;
	float: right;
	margin-bottom: 20px;
	padding-right: 30px;
	line-height: 36px;
}
#memoria #info2 p {
	font-size: 14px;
	color: #333;
	display: block;
	height: auto;
	width: 640px;
	margin:0;
	text-align: right;
	padding:0 30px 0 0;
	float:right;
	clear:both;
}

#recuerdo {
	height: 100% !important;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background-image: url(img/bg6.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;*/
}


#recuerdo #info2 {
	height: 100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 80px;
}
#recuerdo #info2 iframe {
	margin-right:30px;
	float:right;
	clear:both;
	height: 360px;
	width: 640px;
}
#recuerdo #info2 h2 {
	font-size: 36px;
	color: #930;
	display: block;
	height: 36px;
	width: 640px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	clear: both;
	float: right;
	margin-bottom: 20px;
	padding-right: 30px;
	line-height: 36px;
}
#recuerdo #info2 p {
	font-size: 14px;
	color: #333;
	display: block;
	height: auto;
	width: 640px;
	margin:0;
	text-align: right;
	padding:0 30px 0 0;
	float:right;
	clear:both;
}

#fotos {
	height: 100% !important;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background-image: url(img/bg5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	/*transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;*/
}

#fotos #navig {
	height: 100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 12;
}
#fotos #navig h2 {
	font-size: 26px;
	line-height: 50px;
	color: #993300;
	height: 50px;
	width: 450px;
	position:absolute;
	bottom:120px;
	left:266px;
	background-color:#FFF;
}
#fotos #navig span {
	width:280px;
	height:22px;
	background-color:#000;
	
	font-family: 'Marcellus SC', Georgia, serif;
	font-size:20px;
	position:absolute;
	bottom:80px;
	left:350px;
	margin:0;
	padding:4px 0;
}
#fotos #navig span a {
	float:left;
	width:140px;
	color:#FFF;
	height:22px;
	line-height:22px;
	display:block;
	background:url(datos/arrow.png) no-repeat;
	text-align:center;
	cursor:pointer;
	text-decoration: none;
}
	
	#fotos #navig span a:hover{
		color:#FF0;
	}
#fotos #navig span #ante {
	background-image:url(datos/arrow2.png);
	background-position-x: 6px;
background-position-y: 2px;
width:94px;
padding-left:45px;
border-right:solid #FFF 1px;
}
#fotos #navig span #sig {
	width:95px;
	padding-right:45px;
	background-position-x: 103px;
background-position-y: 2px;
}
#fotos #slide {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 11;
	top:0;
	left:0;
}
#fotos #slide #slideShow{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 11;
	top:0;
	left:0;
}
#fotos #slide #slideShow ul {
	height: 100%;
	width: 100%;
	position: absolute;
	margin:0;
	padding:0;
	z-index: 11;
	top:0;
	left:0;
	display:block;
}
#fotos #slide #slideShow ul li {
	height: 100%;
	display:block;
	width: 100%;
	margin:0;
	padding:0;}

#escala {
	height: 100% !important;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background-image: url(img/bg5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
}

#escala h2 {
	font-size: 36px;
	color: #BB3D00;
	margin-top: 80px;
}
#escala p{
	color:	#fff;
	background-color:#000;
	padding:4px;
	display:block;
	margin:0 auto 20px auto;
	width:700px;
}

#felicita {
	height: 100% !important;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background-image: url(img/bg7.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
}
#felicita #comcre {
	height: 100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#felicita #comcre #coment {
	width: 597px;
	margin-top: 80px;
	margin-right: 20px;
	margin-left: 30px;
	padding-right: 20px;
	border-right-width: 0;
	border-right-style: none;
	height: 520px;
	overflow: scroll;
	overflow-x: hidden;
	float: left;
}
#felicita #comcre #creditos dl dt {
	font-size: 14px;
font-weight: bold;
color: #333;
padding-left: 2px;
}
#felicita #comcre #creditos dl dd {
	font-size: 13px;
	color: #333;
	margin-left: 12px;
	margin-bottom: 9px;
}


#felicita #comcre #coment h3 {
	color: #930;
	font-size:30px;
	margin:0 0 20px 0;
	text-align:left;
}
#felicita #comcre #creditos {
	color: #000;
width: 243px;
text-align: left;
margin-top: 80px;
margin-right: 20px;
margin-left: 30px;
padding-right: 20px;
border-right-width: 0;
border-right-style: none;
height: 520px;
float: left;
}
#felicita #comcre #creditos h3 {
	color: #930;
	font-size:30px;
	margin:0 0 20px 0;
	text-align:left;
}
.fb_iframe_widget iframe {
	width:590px !important;
}