/* CSS Document */

	/*
	margin: top right bottom left; 
	*/

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
	
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

a {
	text-decoration:none;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }



/* LAYOUT TOOLS */

.clear				{ clear: both; height:0; line-height:0; overflow:hidden;  }

/*


/* INDEX */


body {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	background-image:url(../imagenes/fondo.jpg);
	background-repeat:repeat-x;
}

/* Top */

div#top {
	height:27px;
	position:relative;
	width:100%;
	overflow:hidden;
	width:1024px;
	margin: 0 auto;
	
}

div#me_gusta {
	position:absolute;
	top:5px;
	right:375px;
}

a#contacto{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	display:block;
	width:83px;
	height:17px;
	text-align:center;
	padding-top:3px;
	overflow:hidden;
	position:absolute;
	top:5px;
	right:125px;
	background-image:url(../imagenes/bt-contacto.jpg);
}

div#idiomas {
	width:100px;
	text-align:right;
	overflow:hidden;
	position:absolute;
	top:4px;
	right:18px;
}

div#ofertas-especiales {
	width:146px;
	height:20px;
	position:absolute;
	top:5px;
	right:220px;
}


/* Fin top */

div#principal{
	width:1024px;
	margin: 0 auto;
	background-image:url(../imagenes/cuerpo.jpg);
	background-repeat:repeat-y;
}

div#principal-top{
	background-image:url(../imagenes/cabecera.jpg);
	background-repeat:no-repeat;
}


/* COLUMNAS */

/* COLUMNA IZQ */
div#col_izq{
	float:left;
	display:inline;
	margin: 16px 0 0 19px;
	width:241px;
}

div#logo {
	height:339px;
	background-image:url(../imagenes/molino_de_santillan.jpg);
}

/* Reserva Online */
div#reserva_online {
	margin-top:35px;	
	height:238px;
	background-image:url(../imagenes/reserva_online.jpg);
}

div#reserva_online form  {
	padding-top:34px;
	padding-left:12px;
	padding-right:12px;
}

div#reserva_online form label {
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	height:13px;
	overflow:hidden;
	margin-bottom:2px;
	padding-top:6px;
	clear:both;
	width:100%;
}

div#reserva_online form input.fechas {
	border: 1px solid #d8d8d8;
	font-size:100%;
	width:180px;
	height:21px;
	color:#9d9d9d;
	float:left;
}

div#reserva_online form input.cod_empresa {
	border: 1px solid #d8d8d8;
	font-size:100%;
	width:180px;
	height:21px;
	color:#9d9d9d;
}

div#reserva_online form img.calendario {
	float:right;
	cursor:pointer;
}

div#reserva_online form input.reservar {
	width:110px;
	height:26px;
	background-image:url(../imagenes/bt_reservar.jpg);
	border: 0;
	margin: 0 auto;
	margin-top:20px;
	display:block;
	cursor:pointer;		
}

/* Fin Reserva Online */

/* Sorteo */

div#sorteo {
	margin-top:19px;	
	height:106px;
	background-image:url(../imagenes/sorteo_semanal.jpg);
}

div#sorteo a{
	display:block;
	width:100%;
	height:100%;
}

div#fondo_sorteo {
	padding-top:20px;
	color:#fff;
}

div#fondo_sorteo h1{
	font-weight:bold;
	font-size:22px;
	border-bottom: 1px dotted #fff;
	margin-bottom:3px;
	padding-bottom:3px;
}

div#fondo_sorteo h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}

div#fondo_sorteo p{
	font-size:12px;
	margin-bottom:3px;
	line-height:14px;
}

div#fondo_sorteo form{
	margin: 0 auto;
	border: 1px dotted #FFFFFF;
	padding:20px;
	margin-top:30px;
	width:380px;

}

div#fondo_sorteo form label{
	display:block;
	font-weight:bold;
	float:left;
	width:150px;
}

div#fondo_sorteo form input.txt{
	border:0;
	padding:2px;
	font-size:12px;
	display:block;
	margin-bottom:10px;
	width:220px;
	float:right;
}

div#fondo_sorteo form input.txt2{
	border:0;
	padding:2px;
	font-size:12px;
	display:inline;
	margin-bottom:10px;
	margin-left:4px;
	float:right;
}

div#fondo_sorteo form input.bt-enviar {
	background-image:url(../imagenes/bt-enviar.jpg);
	width:241px;
	height:55px;
	border:0;
	cursor:pointer;
	margin-top:20px;
}

div#fondo_sorteo form div.acepto{
	float:right;
	width:220px;
	font-size:11px;
	margin-bottom:4px;
	
}

div#fondo_sorteo form div.acepto a{
	color:#FFFFFF;
	font-weight:bold;
}

/* fin Sorteo*/

/* Chat */
div#chat {
	width:185px;
	height:57px;

	margin: 0 auto;
	margin-top:18px;
	overflow:hidden;
	text-align:center;

}
/* fin Chat */

/* Ofertas Usuarios */
div#ofertas_usuarios {
	margin-top:13px;	
	height:200px;
	padding-left:15px;
	background-image:url(../imagenes/ofertas_usuarios.jpg);
	color:#e2e2e2;
	font-size:10px;
}

div#ofertas_usuarios a{
	display:block;
	width:100%;
	height:100%;
}

div#ofertas_usuarios p.area_privada{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#e2e2e2;
	font-size:11px;
	font-weight:bold;
}

div#ofertas_usuarios input.usuario{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #666666;
	font-size:11px;
	color:#151515;
	width:102px;
}

div#ofertas_usuarios input.bt_entrar {
	width:66px;
	height:22px;
	background-image:url(../imagenes/bt_entrar.jpg);
	border:0;
	margin:0 auto;
	display:block;
	margin-top:7px;
	cursor:pointer;
	margin-bottom:6px;
}

div#ofertas_usuarios a{
	color:#e2e2e2;
	font-size:10px;
}

div#ofertas_usuarios a:hover{
	text-decoration:underline;
}

/* Fin Ofertas Usuarios */

/* Málaga VIVE */
div#malaga_vive {
	margin-top:24px;	
	height:279px;
	padding-top:40px;
	background-image:url(../imagenes/malaga_vive.jpg);
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#malaga_vive a h2{
	margin:0;
	height:15px;
	font-weight:bold;
	overflow:hidden;
	font-size:12px;
}

div#malaga_vive a h2.espectaculos{
	color:#d400c3;
}

div#malaga_vive a h2.arte{
	color:#13af1a;
}

div#malaga_vive a h2.eventos{
	color:#099bcb;
}

div#malaga_vive a p{
	color:#181818;
	margin:0;
	height:15px;
	overflow:hidden;
}


div#malaga_vive div#espectaculos {
	background-image:url(../imagenes/espectaculos.jpg);
	width:150px;
	padding-left:62px;
	padding-top:5px;
	height:70px;
	margin: 0 auto;
	margin-top:10px;
}

div#malaga_vive div#arte {
	background-image:url(../imagenes/arte.jpg);
	width:150px;
	padding-left:62px;
	padding-top:5px;
	height:70px;
	margin: 0 auto;
	margin-top:10px;
}

div#malaga_vive div#eventos {
	background-image:url(../imagenes/eventos.jpg);
	width:150px;
	padding-left:62px;
	padding-top:5px;
	height:70px;
	margin: 0 auto;
	margin-top:10px;
}

/* Fin Málaga VIVE*/






/* FIN COLUMNA IZQ */

/* COLUMNA DER */
div#col_der{
	float:right;
	display:inline;
	margin: 16px 19px 20px 0;
	width:720px;
}

div#menu {
	height:37px;
	background-image:url(../imagenes/menu.gif);
	text-align:left;
}


/* Galería Fotos */
div.fotos {
	margin-top:15px;
	height:471px;	
	
}

div.videos {
	margin-top:15px;
	height:406px;
	padding-top:65px;
	text-align:center;
	background-image:url(../imagenes/index/fondo_video.jpg);
}

div.videos_hab_doble {
	margin-top:15px;
	height:400px;
	padding-top:80px;
	text-align:center;
	background-image:url(../imagenes/habitaciones/doble/foto_01_g.jpg);
}


div#base_fotos {
	height:89px;
	background-image:url(../imagenes/base_fotos.jpg);
}

div#base_fotos a {
	margin-left:10px;
	margin-right:10px;
	float:left;
	display:block;
	height:100px;
}

div#base_fotos a:hover {
	background-image:url(../imagenes/flecha_index.jpg);
	background-repeat:no-repeat;
	background-position:center top;	
}


div#base_fotos a img{
	padding:3px;
	margin-top:16px;
	background-color:#FFFFFF;
	border: 1px solid #999999;
}
/* Fin Galería Fotos */

/* OFERTAS */
div#ofertas {
	margin-top:9px;	
	height:269px;
	overflow:hidden;
	font-size:12px;
	overflow:hidden;
	float:left;
	display:inline;
	margin-bottom:20px;
}

div.oferta {
	float:left;
	margin-right:20px;
	width:226px;
	padding-top:4px;
	height:265px;
	overflow:hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:14px;
}

div.oferta  h2{
	font-size:14px;
	font-weight:bold;
	width:194px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:4px;
	padding-bottom:2px;
}

div.oferta  div.txt_oferta {
	font-size:13px;
	width:195px;
	margin-left:15px;
	line-height:14px;
	height:75px;
	overflow:hidden;	

	margin-bottom:0;
}

div.oferta1 h2{
	color:#084211;
	border-bottom:1px solid #c0d6ae;
}

div.oferta1 div.txt_oferta {
	color:#084211;
}


div.oferta2 h2{
	color:#e56026;
	border-bottom:1px solid #c0d6ae;
}

div.oferta2 div.txt_oferta {
	color:#e56026;
}


div.oferta3 h2{
	color:#123f76;
	border-bottom:1px solid #c0d6ae;
}

div.oferta3 div.txt_oferta {
	color:#123f76;
}

div#ofertas img.foto{
	margin-top:3px;
	margin-left:15px;
}

div#oferta_hab {
	float:left;
	margin-left:12px;
	margin-top:18px;
	margin-bottom:20px;
	width:226px;
	height:269px;
	overflow:hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:14px;
}

div#oferta_hab img.foto{
	margin-top:30px;
	margin-left:15px;
}

div#oferta_hab  h2{
	font-size:14px;
	font-weight:bold;
	width:194px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:4px;
	color:#084211;
	border-bottom:1px solid #c0d6ae;
	padding-bottom:2px;
}

div#oferta_hab  div.txt_oferta {
	font-size:13px;
	width:195px;
	margin-left:15px;
	line-height:14px;
	height:75px;
	overflow:hidden;	
	color:#084211;
	margin-bottom:0;
}

div.hab1 {
	background-image:url(../imagenes/oferta1.jpg)
 }
 
div.hab2 {
	background-image:url(../imagenes/oferta2.jpg)
 }
 
 div.hab3 {
	background-image:url(../imagenes/oferta3.jpg)
 }


/* FIN OFERTAS */

/* TARIFAS */

div#col-tarifas-izq {
	width:300px;
	margin-left:15px;
	background-color:#006600;	
	
}

/* FIN TARIFAS */


div#bodas_grupos_etc {
	margin-top:25px;
	height:319px;
}


div#col_bodas {
	width:226px;
	float:left;
	display:inline;
}

div#bodas {
	background-image:url(../imagenes/bodas.jpg);
	height:204px;

}

div#bodas a{
	width:100%;
	height:100%;
	display:block;
}

div#banner {
	height:99px;
	margin-top:16px
}



div#grupo_etc {
	width:474px;
	float:right;
	display:inline;	
}

div#grupo_etc div#gruposyempresas {
	background-image:url(../imagenes/gurposyempresas.jpg);
	height:204px;
}

div#grupo_etc div#gruposyempresas a{
	width:100%;
	height:100%;
	display:block;
}

div#llegar_clima {
	height:105px;
	margin-top:10px;
}

div#como_llegar {
	width:221px;
	float:left;
	height:105px;
	display:inline;
	background-image:url(../imagenes/como_llegar.jpg);	
	
}

div#como_llegar a{
	width:100%;
	height:100%;
	display:block;
}

div#logos {
	width:225px;
	float:right;
	height:105px;
	overflow:hidden;
	display:inline;	
	background-image:url(../imagenes/logos.jpg);
}


/* Enlaces Pie */
div#enlaces_pie {
	
	width:980px;
	margin: 0 auto;
	padding-top:8px;
	padding-bottom:10px;
	margin-bottom:10px;
	background-image:url(../imagenes/enlaces_pie.gif);
	background-repeat:no-repeat;
	height:27px;
}

div#contenido_enlaces {
	text-align:center;	
}


div#contenido_enlaces a {
	font-size:16px;
	color:#393939;
	font-weight:bold;
	margin-left:9px;
	margin-right:9px;
}

div#contenido_enlaces a:hover {
	text-decoration:underline;
}

div#ultimos_enlaces {
	text-align:right;
	padding-right:18px;
}

div#ultimos_enlaces a {
	font-size:11px;
	color:#333333;
	margin-left:10px;

}

div#ultimos_enlaces a:hover {
	text-decoration:underline
}



/* FIN COLUMNA DER */

/* FIN COLUMNAS */



/* PIE */
div#pie {
	clear:both;
	background-image:url(../imagenes/pie.jpg);
	height:10px;
}
/* FIN PIE */

/* CALENDARIO */

	.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-color:#4c4c4c;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:right;
			padding-top:3px;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			margin:3px;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			margin-left:4px;
			margin-right:4px;
			}
	.TESTcpCurrentMonthDate
			{
			color:#4c4c4c;
			font-weight:bold;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #4c4c4c;
			border-width:1;
			border:solid thin #fffff;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{

			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color:#fff;
			font-weight:bold;
			text-align:center;
			width:60px;
			display:block;	
			margin: 0 auto;	
			margin-top:5px;
			height:15px;
			overflow:hidden;
			background-color:#4c4c4c;
			
			
				

			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			
			}
	.TESTcpBorder
			{
			border:solid thin #4c4c4c;
			}

/* FIN CALENDARIO */
