/* ------------------------------------------------------------------------------------ *
| GLOBALS CSS FILE :: For Uaalah!!														|
| css/content.css																		|
| 																						|
| PROJECT :: webPAC																		|
| 																						|
+ ------------------------------------------------------------------------------------- +
| Author :: Uaalah!!																	|
* ------------------------------------------------------------------------------------- */


/* @group GLOBALS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contenido{
	padding: 10px;
}

#principal h3{
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	color: #e9661e;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group INDEX SPLASH :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#indexSplash{
	position: absolute;
	z-index: 20;
	width: 830px;
	height: 260px;
	font-size: 18px;
	color: #333;
}
	#indexSplash p{
		margin: 30px 10px;
		text-shadow: 0px 0px 2px #fff;
	}
	#indexSplash em{
		/*color: #5C7EE6;*/
		font-size: 30px;
		text-transform: uppercase;
	}
	#indexSplash strong{
		font-weight: bold;
	}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group IMAGE BOX ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#imageBox{}
	#imageBox .top{
		background: url('../images/imageBox-top.png') no-repeat top;
		padding: 20px 20px 0 20px;
	}
	#imageBox .btm{
		background: url('../images/imageBox-btm.png') no-repeat bottom;
		padding-bottom: 16px;
	}
	#imageBox .mid{
		background: url('../images/imageBox-mid.png') repeat-y;
	}
	#imageBox #paseFotos{
		position: relative;
		height: 260px;
		width: 830px;
		overflow: hidden;
		
	}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group SELECTORES FOTOS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#album{
	position: relative;
	height: 390px;
}
#album .grandes{
	position: absolute;
	height: 360px;
	width: 580px;
	overflow: hidden;
}
#album .pekes{
	position: absolute;
	top: 0;
	right: -10px;
	width: 265px;
}
	#album .pekes li{
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	#album .pekes a{
		border: #ccc 3px solid;
		display: block;
		width: 120px;
		height: 80px;
		opacity: .6;
	}
	#album .pekes a.select,
	#album .pekes a:hover{
		opacity: 1;
	}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group INDEX ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.inici{
	height: 1%;
}
.inici #principal{
	float: left;
	width: 465px;
}
	.inici #principal p{
		margin: 5px 5px 10px;
		text-align: justify;
	}
	.inici #principal h3{
		margin: 5px;
	}

.inici #secundaria{
	float: right;
	width: 365px;
}

.prevision{
	text-align: center;
	margin-top: 30px;
}
	.prevision div{
		display: inline;
	}
	.inici #principal .prevision div p{
		text-align: right;
		margin-right: 50px;
	}
	.inici #principal .prevision div a{
		font-size: 10px;
		color: #e9661e;
	}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group SUBMENU ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.submenu{
	height: 1%;
	background: #e9661e url('../images/bg-subnav.png') repeat-x top;
	font-weight: bold;
	line-height: 12px;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
}
#principal .submenu li{
	border-left: 2px #fff solid;
	float: left;
	
	background-image: none;
	padding-left: 0;
}
#principal .submenu li.first{
	border-left: 0 none;
}
.submenu a{
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
}
.submenu a.select,
.submenu a:hover{
	color: #333;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group APARTAMENTOS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.apartaments{
	height: 1%;
}
.apartaments #principal{
	float: left;
	width: 390px;
}
.apartaments #principal h2 {
	background:#E9661E url(../images/bg-subnav.png) repeat-x scroll center top;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:1%;
	line-height:12px;
	margin-bottom:10px;
	padding:5px;
}

.apartaments #secundaria{
	float: right;
	width: 438px;
}
.apartaments #contentBox{
	margin-top: -4px;
}
.apartaments #contentBox .top{
	background: url('../images/apartmentBox-top.png') no-repeat top;
	padding: 4px 4px 0 4px;
}
.apartaments #contentBox .btm{
	background: url('../images/apartmentBox-btm.png') no-repeat bottom;
	padding-bottom: 14px;
}
.apartaments #contentBox .mid{
	background: url('../images/apartmentBox-mid.png') repeat-y;
}

.apartaments #secundaria h3 {
	background:#333333 url(../images/bg-navigation.png) repeat-x scroll center top;
	color:#fff;
	font-weight:bold;
	line-height:12px;
	padding: 5px 10px;
}
.apartaments #contentBox .descripcion{
	padding: 10px;
}
.apartaments #contentBox .descripcion dl{
	margin: 10px auto 0;
	width: 373px;
}
.apartaments #contentBox .descripcion dd{
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 11px;
}
.apartaments #contentBox .descripcion img{
	border: #ccc 2px solid;
}
.apartaments p,
.apartaments #contentBox li{
	margin-bottom: 10px;
}
.apartaments #contentBox .descripcion{
	padding: 10px;
}
.apartaments #contentBox li{
	background: url('../images/bullet-1.png') no-repeat left .4em;
	padding-left: 12px;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group SITUACION ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contenido.situacion{
	height: 1%;
	padding: 20px 10px 10px 10px;
}
.situacion #principal{
	float: left;
	width: 320px;
}
	.situacion #principal h3 {
		background:#E9661E url(../images/bg-subnav.png) repeat-x scroll center top;
		font-size:12px;
		font-weight:bold;
		height:1%;
		line-height:12px;
		margin-bottom:10px;
		padding:5px;
		color: #fff;
	}
	.situacion #principal strong {
		color: #333;
		font-weight: bold;
	}
	.situacion #principal ul {
		margin-bottom: 1em;
	}
	.situacion #principal li{
		background: url('../images/bullet-1.png') no-repeat left .4em;
		padding-left: 12px;
	}
#principal li{
	background: url('../images/bullet-1.png') no-repeat left .4em;
	padding-left: 12px;
}

.situacion #secundaria{
	float: right;
	width: 508px;
}
	.situacion #contentBox{
		margin-top: -4px;
	}
	.situacion #contentBox .top{
		background: url('../images/situaBox-top.png') no-repeat top;
		padding: 4px 4px 0 4px;
	}
	.situacion #contentBox .btm{
		background: url('../images/situaBox-btm.png') no-repeat bottom;
		padding-bottom: 14px;
	}
	.situacion #contentBox .mid{
		background: url('../images/situaBox-mid.png') repeat-y;
	}
	.situacion #secundaria h3 {
		background:#333333 url(../images/bg-navigation.png) repeat-x scroll center top;
		color:#fff;
		font-weight:bold;
		line-height:12px;
		padding: 5px 10px;
	}
	.situacion #contentBox .descripcion{
		padding: 10px 10px 0;
	}

.situacion p{
	margin-bottom: 10px;
}

#mapa_situacion{
	width: 480px;
	height: 350px;
	background-color: #ccc;
}
	#mapa_situacion strong{
		font-weight: bold;
		color: #343434;
	}
	#mapa_situacion .descripcionMapa{
		font-size: .9em;
		margin-top: 0;
		line-height: 1.3em;
	}
h4.logoenmapa{
	display: block;
	width: 152px;
	height: 40px;
	overflow: hidden;
	background: url(../images/logocasamedano.jpg) no-repeat;
	text-indent: -999em;
}
/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group MASK FOTO ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.maskFoto{
	position: relative;
	width: 350px;
	height: 247px;
	overflow: hidden;
}
.maskFoto .theMask{
	position: absolute;
	z-index: 30;
	width: 350px;
	height: 247px;
	background: url('../images/mask-foto.png') no-repeat;
}
.maskFoto .theFoto{
	position: absolute;
	z-index: 1;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group NOTICIAS Y OFERTAS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contenido.news{
	background-color: #EDEDED;
	padding-top: 0;
}
.new{
	padding: 10px;
	height: 1%;
}

.news .principal{
	float: left;
	width: 410px;
}
	.news .principal h3{
		background: #333333 url(../images/bg-navigation.png) repeat-x top;
		font-size:12px;
		font-weight:bold;
		line-height:12px;
		margin-top:15px;
		padding:5px 10px;
		color: #fff;
		width: 300px;
	}
	.news .principal .texto{
		background:#E9661E url(../images/bg-header.png) repeat-x top;
		padding: 5px 10px;
		height: 175px;
		overflow: hidden;
		color: #fff;
	}
	.news .principal p{
		padding: 5px 0;
	}
	.news .principal strong{
		font-weight: bold;
		color: #fff;
	}

.news .secundaria{
	float: right;
	width: 355px;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group RESERVAS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#content.reservas{
	background-image: none;
}

.reservas #contenido{
	height: 1%;
	padding: 20px 10px 10px 10px;
}
.reservas #principal{
	float: left;
	width: 228px;
}
	.reservas #principal h3 {
		background:#E9661E url(../images/bg-subnav.png) repeat-x scroll center top;
		font-size:12px;
		font-weight:bold;
		height:1%;
		line-height:12px;
		margin-bottom:10px;
		padding:5px;
		color: #fff;
	}
	.reservas #principal li{
		background: url('../images/bullet-1.png') no-repeat left .4em;
		padding-left: 12px;
	}

.reservas #secundaria{
	float: right;
	width: 600px;
}
	.reservas #contentBox{
		margin-top: -4px;
	}
	.reservas #contentBox .top{
		background: url('../images/formBox-top.png') no-repeat top;
		padding: 4px 4px 0 4px;
	}
	.reservas #contentBox .btm{
		background: url('../images/formBox-btm.png') no-repeat bottom;
		padding-bottom: 14px;
	}
	.reservas #contentBox .mid{
		background: url('../images/formBox-mid.png') repeat-y;
	}
	.reservas #secundaria h3 {
		background:#333333 url(../images/bg-navigation.png) repeat-x scroll center top;
		color:#fff;
		font-weight:bold;
		line-height:12px;
		padding: 5px 10px;
	}
	.reservas #secundaria h4 {
		height: 1%;
		background: url('../images/bullet-1.png') no-repeat left center;
		color:#4B5251;
		font: bold 12px/14px Tahoma, verdana, sans-serif;
		line-height:12px;
		padding: 2px 10px;
		border-bottom: #ccc 1px solid;
	}
		.reservas #secundaria h4 .left{
			float: left;
		}
		.reservas #secundaria h4 .right{
			float: right;
			color: #666;
			font-family: arial, verdana, sans-serif;
			font-weight: normal;
		}
	.reservas #contentBox .descripcion{
		padding: 10px 10px 0;
	}
	.reservas form{}
		.reservas form fieldset{
			height: 1%;
			margin: 10px 0 20px 0;
		}
		.reservas form .column{
			width: 270px;
		}
		.reservas form .left{
			float: left;
		}
		.reservas form .right{
			float: right;
		}
		
		.reservas form label{
			float: left;
			width: 105px;
			text-align: right;
			clear: left;
			margin-right: 5px;
			line-height: 24px;
		}
		.reservas form label.invisible{
			visibility: hidden;
		}
		.reservas form input{
			float: left;
			border: #C3C5CA 1px solid;
			font: normal 12px arial, verdana, sans-serif;
			color: #666;
			padding: 3px;
			width: 130px;
		}	
			.reservas form input.short{
				width: 20px;
			}
			.reservas form input.submit{
				float: none;
				background: #EDEDED url('../images/bullet-1.png') no-repeat 95% center;
			}
		.reservas form select{
			float: left;
			border: #C3C5CA 1px solid;
			font: normal 12px/24px arial, verdana, sans-serif;
			color: #666;
			width: 130px;
			padding: 2px 3px;
		}
			.reservas form select.short{
				width: 50px;
			}
		.reservas form textarea{
			border: #C3C5CA 1px solid;
			font: normal 12px/24px arial, verdana, sans-serif;
			color: #666;
			padding: 3px;
			width: 560px;
		}

.reservas p{
	margin-bottom: 10px;
}


/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group GALERÍAS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


.galeria{
	margin-bottom: 30px;
}
.galeria h3{
	background: #333333 url(../images/bg-navigation.png) repeat-x top;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	margin-top:15px;
	padding:5px 10px;
	color: #fff;
	width: 403px;
}
.galeria div{
	background:#d5d4d4 url(../images/bg-greyGrad.png) repeat-x top;
	padding: 10px 0 0 10px;
}	
.galeria div ul{
	height: 1%;
}
.galeria div li{
	float: left;
	border: 3px solid #333;
	margin: 0 8px 8px 0;
	background-color: #EDEDED;
	padding: 3px;
}
.galeria div li a{
	display: block;
	width: 120px;
	height: 80px;
	overflow: hidden;
	text-align: center;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group MISC :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.clear{
	clear: both;
}
.hidden{
	position: absolute;
	top: -100px;
}

a.botonBox{
	display: block;
	width: 365px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	background: url('../images/botonBox.png') no-repeat left top;
}

a.botonRound,
a.botonRound strong{
	background: url('../images/botonRound.png') no-repeat;
	line-height: 20px;
	height: 20px;
	float: left;
}
a.botonRound{
	background-position:left top;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
	clear: left;
}
a.botonRound strong{
	background-position:right top;
	color: #fff;
	padding-right:20px;
	position:relative;
	right:-10px;
	font-weight: bold;
}
a.botonRound:hover strong{
	color: #333;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group CLEARFIX :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.inici:after,
.apartaments:after,
.situacion:after,
.submenu:after,
.new:after,
.reservas #contenido:after,
.reservas #secundaria h4:after,
.reservas form fieldset:after,
.galeria ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

