@charset "utf-8";
/* CSS Document */
/* Aqui configuramos el padre con el tipo de letra, centrado y con color de fondo...los cuales luego serÃ¡n
heredados por los hijos, aqui predomina una jerarquia*/
body{
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size : 14px;
	background-color:#ffffff;	
	/*text-align : center;	*/
}
/*Para generalizar en todos los navegadores y etos no causen conflicto entre ellos*/
*{
	margin : 0;
	padding : 0;
}
#supersize a{
	color:#8FC2FF;
	text-decoration: none;
	outline: none;
	cursor:default;
}
#supersize  a:hover{
	text-decoration: underline;
}
#supersize img{
	border:none;
}
#contenedor{
	position:relative;
	clear:both;
	width : 100%;
	margin : auto; /*El margen top=0 ..y todos toman valor predeterminado*/
	border : 0px solid #000;	
	text-align :left;
	color:#797979;
	margin-top:0px;	
	padding-bottom:10px;
	position:relative;
	z-index:10;
}
#cabecera_cascadas{
	position:absolute;	
	width:100%;	
	height:30px;			
	top:0px;
	left:0px;
	z-index:200;	
}
.cabecera_contendor{position:relative; width:100%; height:30px; border:0px solid #F00}
.fondo_cabecera_cascadas{position:absolute;	width:100%;	height:30px; top:0px; left:0px; z-index:-200; color:#F00; background:#acd3f4}
.div_transp{opacity: 0.85;-moz-opacity: 0.85;-khtml-opacity: 0.85;/* filter: alpha(opacity=30);*/filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);}
.cabecera_cascadas_contenido{color:#F00;z-index:300;padding-top:10px;font-family:Arial; font-size:12px; color:#005d94; border:0px solid #F00; float:left}
.ancho_intro{padding-left:12%; width:19%; border:0px solid #0F0}
.ancho_inte{padding-left:12%; width:19%}
.cabecera_cascadas_contenido2{color:#F00;z-index:300;padding-top:10px;font-family:Arial; font-size:12px; color:#005d94; border:0px solid #F00; width:68%; float:left}
#cuerpo{
	width:100%;		
	border:0px solid #F00;	
}
.cuerpo_intro{padding-top:14px}
.cuerpo_contenido{padding-top:14px} /*50px*/
#cuerpo .cuerpo_izq{
	width:21%;
	border:0px solid #0F0;
	float:left;
	margin-left:5px;
}
#cuerpo .cuerpo_der{
	position:relative;
	width:77%;
	border:0px solid #F00;
	float:left;
}
#cuerpo .logo_der{position:relative;  float:right;z-index:9000; cursor:pointer}
#cuerpo .segway-authorized {position:relative;  float:right;z-index:9010; top:25px; cursor:pointer}
#cuerpo .logo_der_interna{position:absolute; top:0px; left:674px; z-index:9000; cursor:pointer}
#cuerpo .logo_der_interna2{position:absolute; top:0px; left:710px; z-index:9000; cursor:pointer}
.limpiar_flotantes{clear:both; height:1%; width:100%}
#cuerpo .info_general_page_home{position:relative; float:right; top:100px;background-image:url(../imagen/fondo/fondo_4.png); background-repeat:repeat-x; background-position:top left; color:#FFF;width:280px; padding-top:8px; padding-left:5px}
/*.limpiar_flotantes_rooms{clear:both; height:20px; width:100%}*/
#cuerpo .fondo_transparente{background-image:url(../imagen/fondo/f_contenido.png); background-repeat:repeat-y; background-position:top left; color:#191919; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:14px; text-align:justify;  z-index:8500; padding-bottom:15px; margin-bottom:20px}
#cuerpo .fondo_transparente3{background-image:url(../imagen/fondo/f_contenido3.png); background-repeat:repeat-y; background-position:top left; color:#191919; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:14px; text-align:justify;  z-index:8500; padding-bottom:15px; margin-bottom:20px}
#cuerpo .fondo_transparente_video{background-image:url(../imagen/fondo/f_contenido_video.png); background-repeat:repeat-y; background-position:top left; color:#191919; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:14px; text-align:justify;  z-index:8500; padding-bottom:15px; margin-bottom:20px}
#cuerpo .fondo_transparente2{background-image:url(../imagen/fondo/f_contenido2.png); background-repeat:repeat-y; background-position:top left; color:#191919; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:14px; text-align:justify;  z-index:8530; padding-bottom:15px; margin-bottom:20px}
#cuerpo .fondo_transparente_ancho1{width:665px}
#cuerpo .fondo_transparente_ancho2{width:698px; border:0px solid #F00}
#cuerpo .contenido_interna{width:640px; border:0px solid #F9F; margin-left:10px; line-height:18px; padding-right:10px;margin-top:10px}
#cuerpo .contenido_interna_rooms_izq{width:232px; line-height:18px; float:left}
#cuerpo .contenido_interna_rooms_der{width:399px; padding-left:20px; border-right:0px solid #0069A7; line-height:18px; float:left; border-left:1px solid #0069A7}
