@charset "utf-8";
/* CSS Document */
#divPrincipal
{
	/*Centramos el div*/
	margin:0 auto 0 auto;
	width:800px;
	height:766px;
	background-color:#FFF;
	margin-top:-8px;
	//margin-top:-15px;
}

#divBordeSup
{
	width:800px;
	height:11px;
	background-color:#666;
}
#divBanner
{
	width:800px;
	height:200px;
	/*background-image:url(../images/banner.jpg);*/
}
#divMenu
{
	width:800px;
	height:41px;
	/*background-color:#f77494;*/
	background-image:url(../images/menu_rosa.jpg);	
	
}
.imgMenu
{
	float:left;
}
#divContenedor
{
	width:401px;
	height:449px;
	background-color:#f2f2f2;
	
}
#divImgLogo
{
	width:145px;
	/*width:137px;*/
	height:367px;
	/*background-color:#FFF;*/
}
.clsImgLogoTop
{
	margin-top:51px;
	margin-left:23px;
}
.clsImgReservacionesTop
{
	margin-top:24px;
	margin-left:23px;
}
.clsImgDistintivoTop
{
	margin-top:24px;
	margin-left:5px;
}

#divContenido
{
	width:260px;
	height:380px;/**/
	//height:400px;/**/
	float:right;
	margin-top:-316px;
	//margin-top:-333px;	
	background-image:url(../images/borde_bottom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;	
}
#divDatos
{
	width:222px;
	height:357px;
	/*padding:10px;*/
	float:left;
	overflow:hidden;		
}
#divTitulo
{
	height:25px;
	//height:5px;
}

.divDatos
{
	width:222px;
	height:357px;
	/*padding:10px;*/
	float:left;
	overflow:hidden;		
}
#divInfo
{
	/*width:200px;*/
	width:220px;
	/*height:357px;*/
	padding-left:3px;
	//padding-top:-63px;
	overflow:hidden;
}
.titulo
{
	color:#000;
	font-size:16px;
	font-weight:bold;
	/*font-family:"Courier New", Courier, monospace;*/
}
.subtitulos
{
	color:#666;
	font-size:14px;
	font-weight:bold;
}
.textoc
{
	color:#666;
	font-size:12px;
	/*font-family:"Courier New", Courier, monospace;*/
}
#divScroll
{
	width:10px;
	height:280px;
	float:right;
	margin-right:22px;
	/*/margin-top:-10px;*/
	border-left:#b4b4b4 solid 1px;
/*	margin-top:-15px;	*/
}
.clsScroll
{
	cursor:pointer; color:#666;
}
.clsScroll:hover 
{
	color:#000
}

#divFlash
{
	width:399px;
	height:449px;
	/*background-color:#CCC;*/
	/*float:right;*/
	margin-top:-367px;	
	//margin-top:-430px;/*-401px;*/
	margin-left:401px;
	background-image:url(../images/borde_bottom_flash.jpg);
	background-repeat:no-repeat;
	background-position:center bottom; 	
}
#divPie
{
	width:280px; /*800px;*/
	height:68px;
	/*float:right;*/
	margin-left:520px;
}
#divLogoPie
{
	margin-left:-15px;
}
.clsTextoPie
{	
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#afafaf;
	text-align:right;	
}
#TextoPie
{
	margin-top:-17px;
	float:right;	
	width:260px; /*    243px;*/
}

.TextoFormReservas
{
	color:#000; font-weight:bold; font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.TextoFormReservasGrupo a
{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.TextoFormReservasGrupo a:hover
{
	/*color:#FB7495;*/
	color:#9D9D9D;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.TextoFormReservasColumna
{
	color:#666; font-weight:bold; font-size:12px; margin-left:23px;
}
.TablaFormReservas
{
	margin-top:0px;
	//margin-top:-20px;
	border:#333 solid 1px; background-color:#Fddfe6;
	/*width:250px;*/
	width:350px;
}
.TablaFormReservasGrupo 
{
	margin-top:10px;
	width:350px;
	border:#333 solid 1px; 
	/*background-color:#Fddfe6;*/
	background-color:#F87293;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
}
.TablaFormReservasGrupo td 
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#3F3F3F;
}
#divResGrupo
{
	margin-left:4px;
	margin-top:-7px;
	//margin-top:50px;	
}
.TxtLblTblRsGrp 
{
	vertical-align:top;
	margin-left:5px;
}
.TxtResGrup
{
	margin-top:-20px;
	//margin-top:-40px;
}
#divMSG
{
	text-align:center;
	margin-left:10px;
	margin-right:10px;
}
.TxtErrorFRMResGrup
{
	color:#FF3F74;
}