@charset "utf-8";
/* CSS Document */
a{
	color:#ea7c32;
}
body{
	color: #333;
	background-image:url(img/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
p{
	text-align:justify;
}
#Contenedor .contenido .textos ul li {
	text-align:justify;
	margin:7px;
}
h1{
	font-family: 'Rokkitt', serif;
	font-size:1.8em;
	margin-top:0;
}
h2{
	color: 5e5e5e;
	font-family: 'Rokkitt', serif;
	font-size: 1.2em;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	text-align: center;
}
h3{
	color:#FFF;
	font-family: 'Rokkitt', serif;
	font-size:3.2em;
	margin-top:30px;
	margin-left:1em;
}
h4{
	font-family: 'Rokkitt', serif;
	font-size: 1.5em;
	color: #ea7c32;
	margin-top:0.8em;
	margin-bottom:0.8em;
}
h5{
	font-size: 2em;
	font-family: 'Rokkitt', serif;
	margin: 0;
	margin-top: 2px;
}
h6{
	color:#FFF;
	font-family: 'Rokkitt', serif;
	font-size:2.2em;
	margin-top:35px;
	margin-left:1em
}
h7{
	color: 5e5e5e;
	font-family: 'Rokkitt', serif;
	font-size: 1em;
	float: left;
	margin-top: 0.7em;
	margin-bottom: 0.5em;
	text-align: center;
}
h8{
	color: 5e5e5e;
	font-family: 'Rokkitt', serif;
	font-size: 14px;
	float:left;
	margin-top: 0.7em;
	margin-bottom: 0.5em;
	text-align: center;
}
#Contenedor {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Contenedor header {
	margin: 0px;
	height: 150px;
}
#Contenedor header #logo img{
	float: left;
	height: 150px;
	width: 350px;
	display: inline-block;
}
#Contenedor header .social {
	float: left;
	height: 32px;
	width: 380px;
	margin-top: 40px;
	z-index: 1;
	margin-left: 1em;
}
#Contenedor header nav {
	float: left;
	height: 40px;
	margin: 20px 0 0 30px;
	width: 533px;
	z-index: 2;
}
#Contenedor header #lang {
	float: right;
	height: 32px;
	width: 80px;
	margin-top: 40px;
}
#Contenedor header .registro {
	border-radius: 0.5em;
	background-color: #0099FF;
	color: #FFF;
	float: left;
	font-size: 1em;
	height: 26px;
	margin-top: 40px;
	margin-left: 30px;
	text-align:center;
	text-decoration: none;
	padding-top: 0.5em;
	width: 180px;
	-webkit-transition: background-color 0.5s linear; /* Chrome y Safari */
	-o-transition: background-color 0.5s linear; /* Opera */
	-moz-transition: background-color 0.5s linear; /* Mozilla Firefox */
	-ms-transition: background-color 0.5s linear; /* Internet Explorer */
}
#Contenedor header .registro:hover
{
	border-radius: 0.5em;
	background-color: #ea7c32;
	color: #FFF;
	float: left;
	font-size: 1em;
	height: 26px;
	margin-top: 40px;
	margin-left: 30px;
	text-align: center;
	text-decoration: none;
	padding-top: 0.5em;
	width: 180px;
	-webkit-transition: background-color 0.5s linear; /* Chrome y Safari */
	-o-transition: background-color 0.5s linear; /* Opera */
	-moz-transition: background-color 0.5s linear; /* Mozilla Firefox */
	-ms-transition: background-color 0.5s linear; /* Internet Explorer */
}
#Contenedor #banner {
	float: left;
	height: 350px;
	margin-top: 10px;
	padding-top: 4px;
	width: 100%;
}
#Contenedor #thumbnails {
	height: 210px;
	float: left;
	width: 100%;
}
#Contenedor #thumbnails .thumbnailsIN {
	height: 180px;
	width: 215px;
	display: inline-block;
	float: left;
	margin-top: 15px;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 12px;
}
.animacion{
 position:relative;
 height:180px;
 margin:0;
 width:215px;
 }
.animacion img{
 left: 0;
 position:absolute;
 top: 0;
 -moz-transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
 width: 215px;
 height: 180px;
 padding: 0px;
 }
.animacion img.novisible{
 opacity:0;
 filter:alpha(opacity=0);
 }
 
.animacion:hover img.novisible{
 opacity:1;
 filter:alpha(opacity=100);
 }
 
.animacion:hover img.visible {
 opacity:0;
 filter:alpha(opacity=0);
 }
.animacion img.visible:hover {
 opacity:0;
 filter:alpha(opacity=0);
 }
#Contenedor .contenido {
	float: left;
	height: auto;
	width: 100%;
	display: inline-block;
	margin-top: 1em;
}
#Contenedor .contenido .top_title {
	background-image: url(img/title_bg.png);
	float: left;
	height: 110px;
	width: 430px;
	margin-right: 200px;
}
#Contenedor .contenido .textos {
	float: left;
	height: auto;
	width: 930px;
	margin: 1em;
}
#Contenedor .contenido .textos p .imgderecha {
	margin-left: 2em;
	text-align: justify;
}
#Contenedor .contenido .address2 p .imgderecha {
	margin-right: .5em;
}

#Contenedor .contenido .address {
	float: left;
	height: 210px;
	width: 520px;
	display: inline-block;
	margin-right: 60px;
	margin-top: 1em;
}
#Contenedor .contenido .address2 {
	float: left;
	height: 180px;
	width: 350px;
	display: inline-block;
	margin-right: 1em;
	margin-top: 1em;
}
#Contenedor .contenido .address .numeros {
	text-align: right;
	margin-top: 1em;
}
#Contenedor .contenido .text_left {
	background-color: #e3e1e1;
	float: right;
	font-family: 'Rokkitt', serif;
	height: 180px;
	width: 350px;
	padding: 1em;
	margin-top: 1em;
	text-align: center;
	margin-bottom: 2em;
	-webkit-box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	filter: shadow(color=#999999, direction=135, strength=2);
	background-image: url(img/Seamless%20Icon.png);
}
#Contenedor .contenido .text_left p {
	font-size:19px;
	font-weight:400;
}
#Contenedor .contenido .text_left .registro{
	border-radius: 0.5em;
	background-color: #0099FF;
	color: #FFF;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	height: 26px;
	margin-top: 20px;
	margin-left: 25%;
	text-align:center;
	text-decoration: none;
	padding-top: 0.5em;
	width: 180px;
	-webkit-transition: background-color 0.5s linear; /* Chrome y Safari */
	-o-transition: background-color 0.5s linear; /* Opera */
	-moz-transition: background-color 0.5s linear; /* Mozilla Firefox */
	-ms-transition: background-color 0.5s linear; /* Internet Explorer */
	-webkit-box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	filter: shadow(color=#999999, direction=135, strength=2);
}
#Contenedor .contenido .text_left a:hover{
	border-radius: 0.5em;
	background-color: #ea7c32;
	color: #FFF;
	float: left;
	font-size: 1em;
	height: 26px;
	margin-top: 20px;
	margin-left: 25%;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #666;
	padding-top: 0.5em;
	width: 180px;
	-webkit-transition: background-color 0.5s linear; /* Chrome y Safari */
	-o-transition: background-color 0.5s linear; /* Opera */
	-moz-transition: background-color 0.5s linear; /* Mozilla Firefox */
	-ms-transition: background-color 0.5s linear; /* Internet Explorer */
}
#Contenedor .contenido #welcome {
	float: left;
	height: 350px;
	width: 670px;
	padding-right: 2em;
}
#Contenedor .contenido #img1 {
	float: left;
	height: 250px;
	width: 250px;
}
/* END imagende hoteles */
#Contenedor .contenido #mensaje {
	float: right;
	height: auto;
	width: 250px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-left: 2px;
	text-align: right;
	font-size: 10px;
}
#Contenedor .contenido #welcome p {
	text-align: justify;
}
/* imagende hoteles */
.animacion2{
 position:relative;
 height:121px;
 margin:0;
 width:380px;
 }
 .animacion2 img{
 left: 0;
 position:absolute;
 top: 0;
 -moz-transition: all 1s ease-in-out;
 -webkit-transition: all 1s ease-in-out;
 -o-transition: all 1s ease-in-out;
 transition: all 1s ease-in-out;
 width: 380px;
 height: 121px;
 background: #FFF;
 border-radius:5px;
 }
 .animacion2 img.novisible2 {
 -moz-transform:scale(0);
 -webkit-transform:scale(0);
 -o-transform:scale(0);
 -ms-transform:scale(0);
}
.animacion2:hover img.novisible2 {
 -moz-transform:scale(1);
 -webkit-transform:scale(1);
 -o-transform:scale(1);
 -ms-transform:scale(1);
}
.animacion2:hover img.visible2 {
 -moz-transform:scale(0);
 -webkit-transform:scale(0);
 -o-transform:scale(0);
 -ms-transform:scale(0);
}
 }
#Contenedor .shadow {
	float: left;
	width: 100%;
	height: 51px;
	background-image: url(img/shadow1.png);
	background-position: center;
	background-repeat: no-repeat;
}
#Contenedor .shadow2 {
	float: left;
	width: 100%;
	height: 51px;
	background-image: url(img/shadow1.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
/* Footer */
#Contenedor footer {
	background-image:url(img/footer.png);
	background-position:bottom;
	float: left;
	height: 200px;
	width: 100%;
}
#Contenedor footer .submenu {
	float: right;
	height: 30px;
	width: 60%;
	margin-top: 80px;
	color: #FFF;
	margin-bottom: 10px;
}
#Contenedor footer .legales {
	float: left;
	height: auto;
	width: 70%;
	margin-top: 1em;
	margin-bottom: 0px;
	padding-left: 12px;
	color: #FFF;
}
#Contenedor footer .legales p {
	font-size:10px;
	margin:0px;
}
#Contenedor footer .legales p a {
	color:#FFF;
}
#Contenedor footer #business {
	float: right;
	height: 50px;
	width: 120px;
	margin-right: 12px;
	margin-top: 1em;
}
#Contenedor footer .submenu a {
	margin: 5px;
	color: #FFF;
	text-decoration:none;
	-webkit-transition:color 0.3s linear; /* Chrome y Safari */
	-o-transition:color 0.3s linear; /* Opera */
	-moz-transition:color 0.3s linear; /* Mozilla Firefox */
	-ms-transition:color 0.3s linear; /* Internet Explorer */
}
#Contenedor footer .submenu a:hover {
	margin:5px;
	color:#09F;
	-webkit-transition:color 0.3s linear; /* Chrome y Safari */
	-o-transition:color 0.3s linear; /* Opera */
	-moz-transition:color 0.3s linear; /* Mozilla Firefox */
	-ms-transition:color 0.3s linear; /* Internet Explorer */
}
/* END Footer */
#Contenedor .contenido .map {
	float: left;
}
#Contenedor .contenido .map2 {
	float: right;
	width: 590px;
	margin-top: 1em;
	margin-bottom: 2.5em;
}
#Contenedor .contenido .textos .img_comite {
	margin: 1.8em;
	float: left;
	height: 300px;
	width: 180px;
}
#Contenedor .contenido .textos .img_comite .titulo {
	font-size: 10px;
	color: #5e5e5e;
	margin-top: 0.4em;
	text-align: center;
}
#Contenedor .contenido .textos .img_comite figure img {
	height: 180px;
	width: 180px;
}
#Contenedor .contenido .textos .img_comite .nameTop {
	height: 45px;
}
#Contenedor .contenido .textos .img_comite .titleMid {
	height: 50px;
}
#Contenedor .edicionesanteriores {
	float: left;
	height: auto;
	width: 100%;
}
#Contenedor .contenido div .sponsorActive {
	border-right: 2px #FF8200 solid;
	display: inline-block;
	height: auto;
	margin-top: 4em;
	margin-bottom: 4em;
	width: auto;
}
/*estilos "sponsor" */
#Contenedor .contenido #bloque .sponsorActive img{
	margin-left: 3px;
	margin-right: 3px;
	-webkit-transition: margin 0.3s ease-out;
	-moz-transition: margin 0.3s ease-out;
	-o-transition: margin 0.3s ease-out;
}
#Contenedor .contenido #bloque .sponsorActive img:hover{
	margin-bottom: -8px;
}
/* END estilos "sponsor" */
#Contenedor .contenido .vcard {
	background-color: #e3e1e1;
	font-family: Arial, Helvetica, sans-serif;
	height: 90px;
	width: 280px;
	padding: 1em .40em 1em .20em;
	margin: 1em .40em 1em .40em;
	text-align: justify;
	-webkit-box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	filter: shadow(color=#999999, direction=135, strength=2);
	background-image: url(img/Seamless%20Icon.png);
	display: inline-block;
}
#Contenedor .contenido .vcard p {
	font-size: 10px;
	font-weight: 400;
}
#Contenedor .contenido .vcard img {
	float: left;
	margin: 0px 5px 0px 0px;

}
.nameTop2 {
	float: left;
	margin: 15px auto 0px auto;
	text-align: left;
	height: 25px;
	width: 184px;
	color: 5e5e5e;
	font-family: 'Rokkitt', serif;
	font-size: 1.20em;
	font-weight:bold;
}
.titleMid2 {
	float: right;
	margin: 10px auto 0px auto;
	font-size: 10px;
	text-align: justify;
	height: auto;
	width: 184px;
}
#Contenedor .contenido .textos .construction {
	font-size: 10em;
	font-family: 'Rokkitt', serif;
	color: #ea7c32;
	text-shadow: 1px 1px 4px #333;
	text-align:center;
	filter: shadow(color=#333333, direction=135, strength=2);
}
#Contenedor .contenido #bloque .logo {
	vertical-align: baseline;
	display: inline-block;
	height: auto;
}
#Contenedor .contenido #bloque .logo img {
	-webkit-transition: margin 0.3s ease-out;
	-moz-transition: margin 0.3s ease-out;
	-o-transition: margin 0.3s ease-out;
}
#Contenedor .contenido #bloque .logo img:hover {
	margin-bottom: -8px;
}
/*nueva animacion */
.rotarY{
   transform:rotateY(0deg);
   transition-duration: 2s;
   -webkit-transform:rotateY(0deg);
   -webkit-transition-duration: 2s;
}
.rotarY:hover{
   transform:rotateY(180deg);
   transition-duration: 2s;
   -webkit-transform:rotateY(180deg);
   -webkit-transition-duration: 2s;
}
/* END nueva animacion */

/* descarga memorias*/
#Contenedor .contenido tr td .registro {
	border-radius: 0.5em;
	background-color: #0099FF;
	color: #FFF;
	float: left;
	font-size: 1em;
	height: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	text-align:center;
	text-decoration: none;
	padding-top: 0.5em;
	width: 180px;
	-webkit-transition: background-color 0.5s linear; /* Chrome y Safari */
	-o-transition: background-color 0.5s linear; /* Opera */
	-moz-transition: background-color 0.5s linear; /* Mozilla Firefox */
	-ms-transition: background-color 0.5s linear; /* Internet Explorer */
}
#Contenedor .contenido tr td .registro:hover
{
	border-radius: 0.5em;
	background-color: #ea7c32;
	color: #FFF;
	float: left;
	font-size: 1em;
	height: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	text-decoration: none;
	padding-top: 0.5em;
	width: 180px;
	-webkit-transition: background-color 0.5s linear; /* Chrome y Safari */
	-o-transition: background-color 0.5s linear; /* Opera */
	-moz-transition: background-color 0.5s linear; /* Mozilla Firefox */
	-ms-transition: background-color 0.5s linear; /* Internet Explorer */
}
#Contenedor .edicionesanteriores tr td .descargar a {
	color:#333;
	font-family: 'Rokkitt', serif;
	font-size: .9;
	text-decoration:none;
}
#Contenedor .edicionesanteriores tr td .descargar a:hover {
	color: #ea7c32;
	text-decoration:none;
	-webkit-transition:color 0.3s linear; /* Chrome y Safari */
	-o-transition:color 0.3s linear; /* Opera */
	-moz-transition:color 0.3s linear; /* Mozilla Firefox */
	-ms-transition:color 0.3s linear; /* Internet Explorer */
}

#Contenedor .edicionesanteriores .revealFX.revealFX1 tr td .descargar.revealFX.revealFX2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* boton de acompañantes */
#Contenedor .couple {
	border: #ea7c32 2px solid;
	border-radius: 0.5em;
	background-color: #FFF;
	color: #ea7c32;
	float: left;
	font-size: 1.5em;
	font-family: 'Rokkitt', serif;
	height: 26px;
	margin-top: 30px;
	margin-left: 30%;
	text-align:center;
	text-decoration: none;
	padding: 0.3em;
	width: auto;
	-webkit-transition: background-color 0.5s linear; /* Chrome y Safari */
	-o-transition: background-color 0.5s linear; /* Opera */
	-moz-transition: background-color 0.5s linear; /* Mozilla Firefox */
	-ms-transition: background-color 0.5s linear; /* Internet Explorer */
}
#Contenedor .couple:hover
{
	border-radius: 0.5em;
	background-color: #ea7c32;
	color: #FFF;
	float: left;
	font-size: 1.5em;
	font-family: 'Rokkitt', serif;
	height: 26px;
	margin-top: 30px;
	margin-left: 30%;
	text-align: center;
	text-decoration: none;
	padding: 0.3em;
	width: auto;
	-webkit-transition: background-color 0.5s linear; /* Chrome y Safari */
	-o-transition: background-color 0.5s linear; /* Opera */
	-moz-transition: background-color 0.5s linear; /* Mozilla Firefox */
	-ms-transition: background-color 0.5s linear; /* Internet Explorer */
}
/* END boton de acompañamtes */
#Contenedor .contenido #bloque .midline {
	margin: 1em;
}