#header{
	display:none;
}

a img{
	border: none;
}
.clear{
	clear: both;
}
body{
	background: url(../img/bg_body.png) repeat-x;
	background-color:#f4f4f4;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
}
p{
	line-height: 150%;
	margin: 10px 0px;
}
ul{
	margin: 10px 30px;
	list-style-type: disc;
}
/*MENU*/
div#menu{
	background-image: url(../img/bg_menu.png);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
}
div#menu img{
	margin: 19px 0px 0px 15px;
	float: left;
	display: block;
}
div#menu div{
	float: right;
	margin: 19px 15px 0px 0px;
}
div#menu div a{
	font-size: 12px;
	text-decoration: none;
	color: #CCC;
	font-weight:normal;
}
div#menu div a:hover{
	border-bottom: 2px solid #FC3;
}
/*NEWS*/
div#news{
	background-image: url(../img/bg_news.png);
	width: 640px;
	padding: 0px 17px 7px 0px;
}
div#news img{
	display: block;
	float:left;
	margin: 5px 10px 0px 5px;
	margin-right: 10px;
} 
div#news h2{
	font-family: Calibri, Verdana, Ariel, sans-serif;
	color: #003;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 10px;
}
div#news p.fecha{
	margin-top: 0;
	color: #999;
	font-size: 10px;
}
div#news a{
	text-decoration: none;
	color: #666;
	}
div#news p{
	font-size: 11px;
	}
/*FORM*/
form#principal{
	padding: 0px 17px 7px 10px;
	background-image: url(../img/bg_form.png);
	width: 270px;
	height: 285px;
}
form#principal h3{
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	color:#333;
	margin: 8px 0px 5px 0px;
	}
form#principal p{
	display: block;
	float: left;
	margin-top: 10px;
	line-height: 1.5;
	margin-bottom: 10px;
}
form#principal label{
	display: block;
	float: left;
	height: 20px;
	margin-bottom: 4px;
	margin-top: 3px;
	clear: left;
}
form#principal input{
	display: block;
	float: right;
	width: 175px;
	margin-bottom: 5px;
	margin-top: 3px;
	border: 1px solid #CCC;
}
form#principal input.enviar{
	background-color: #e4e4e4;
	border: 1px solid #999;
	width: 178px;
	height: 20px;
	margin-top: 5px;
	color: #666;
}
form#principal textarea{
	display: block;
	float: right;
	width: 175px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
}
form.contacto{
	margin-top:20px;
	margin-bottom:60px;
	font-size:12px;
	display:block;
	float:left;
}
form.contacto label{
	width:670px;
	height: 20px;
	margin-bottom: 4px;
	margin-top: 3px;
}
form.contacto input{
	width:670px;
	margin-bottom: 5px;
	margin-top: 3px;
	border: 1px solid #CCC;
}
form.contacto textarea{
	width:670px;
	height:240px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16px;
}

/*COLUMNAS INICIO*/
a.column{
	line-height: 120%;
	background-image: url(../img/bg_column.png);
	margin-right: 0px;
	text-decoration: none;
}
a#inicio{
	background-image: url(../img/bg_column_inicio.png);
}
a#inicio p{
	padding-right:30px;
}
a.column img{
	margin: 7px 0px 0px 6px;
}
a.column h2{
	font-family: Calibri, Verdana, Ariel, sans-serif;
	color: #003;
	font-size: 18px;
	font-weight: normal;
	margin: 10px;
}
a.column p{
	margin: 0px 10px;
	color: #666;
	z-index: 1;
	float:left;
	display: block;
}
a:hover.column p{
	color: #300;
	}
/*CONTENT*/
div#content{
	line-height: 1.8em;
	padding-top:20px;
}
h1{
	background-image: url(../img/bg_h2_content.png);
	border-bottom: 1px solid #003;
	font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size: 14px;
	color: #003;
	padding: 9px 0px 0px 20px;
	height: 24px;
	width: 690px;
	font-weight: bold;
}
div#content h3{
	font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size: 16px;
	color: #003;
	padding: 10px 0px;
}
div#content h4{
	font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size: 14px;
	color: #333;
}
div#content h5{
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	color: #003;
	margin:0px;
	padding:0px;
}
div#content .right{
	float: right;
	margin: 20px 0px 10px 10px;
}
/*TIEMPO*/
div#tiempo{
	background-image:url(../img/bg_tiempo.png);
	background-repeat:no-repeat;
	padding:5px 0px 0px 10px;
}
div#tiempo h5{
	text-align:center;
	font-size:14px;
}
div#tiempo div.ciudad{
	margin-top: 10px;
	width:230px;
	float:left;
}



/*NOTICIAS*/
div#content a.noticia{
	text-decoration: none;
	display: block;
	overflow: auto;
	clear: both;
	padding: 20px 0px;
	border-bottom: 1px solid #CCC;
	width: 100%;;
}
div#content a.noticia h2{
	color: #003;
	margin-bottom: 0px;
	font-size: 16px;
	}
div#content a.noticia p.fecha{
	color: #999;
	margin-top: 0px;
	font-size: 10px;
	
	}
div#content a.noticia img{
	display: block;
	float: left;
	margin-right: 20px;
	width: 200px;
	height: 150px;
}
div#content a.noticia p.entradilla{
	color: #666;
	margin-top: 0px;
}
div#content a:hover.noticia p.entradilla{
	color: #000;
	margin-top: 0px;
}

div.noticia{
	
}
div.noticia h2{
	color: #003;
	margin-bottom: 0px;
	font-size: 16px;
	}
div.noticia p.fecha{
	color: #999;
	margin-top: 0px;
	font-size: 10px;
	}
div.noticia p{
	color: #666;
	font-size: 12px;
	}
div.noticia img{
	display: block;
	float: left;
	margin-right: 20px;
}
div.noticia p.entradilla{
	color: #003;
	margin-top: 0px;
	font-size:12px;
	clear:both;
}
/*GALERIA*/
a.thumb{
	display: block;
	float: left;
	width: 210px;
	text-decoration: none;
	color: #999;
	margin-left: 10px;
}
div#content table{
	margin:0;
	padding:0;
	border-collapse:collapse;
	width:670px;
	border:1px #CCC solid;
	border-spacing:0;
	}
	
div#content table td,div#content table th{
	border:1px #CCC solid;
	text-align:left;
	padding:5px;
	margin: 0px;
	}
div#content table th{
	background-color:#999;
	color:#FFF;
}
a.pdf{
	display:block;
	background-image:url(../img/pdf.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
	padding-top:2px;
	}

/*SOLICITUD DE CONTRATACIÓN*/
div#coment_form{
	display: block;
	float: left;
	width: 200px;
}
p.alerta{
	color: #C00;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
form#solicitud_contratacion{
	display:block;
	float:right;
	width: 450px;
	border-left: 1px #CCC solid;
	padding-left: 10px;
}
form#solicitud_contratacion label{
	width:100%;
	float:left;
	display:block;
	margin-bottom:10px;
	}
form#solicitud_contratacion input{
	width:200px;
	float: right;
	margin-right:40px;
	}
form#solicitud_contratacion select{
	width:200px;
	float: right;
	margin-right:40px;
	}
form#solicitud_contratacion input.radio{
	float: none;
	width: auto;
}
form#solicitud_contratacion input.checkbox{
	float: left;
	width: auto;
	margin-left: 20px;
}
form#solicitud_contratacion input.enviar{
	border:1px #CCC solid;
	height:25px;
	width:100px;
	margin-top:30px;
	}
/* COLUMN RIGHT */
div.caja{
	float: left;
	margin-bottom: 10px;
	width: 230px;
}
div.caja h3{
	height: 24px;
	background-image: url(../img/bg_h2_column_right_blue.png);
	margin: 0px;
	color: #e4e4e4;
	font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0px 0px 10px;
}
div.caja h3.gris{
	background-image: url(../img/bg_h2_column_right_grey.png);
	}
div.caja div.content{
	margin-top: 0;
	background-color: #FFF;
	padding-top: 5px;
	float: left;
	width:230px;
}

div.caja a.noticia{
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	line-height: 1.8em;
	float: left;
	color: #fff;
	width:210px;
}
div.caja a.noticia h4{
	font-size: 12px;
	color: #003;
	font-weight: normal;
	margin: 0;
	}
div.caja a.noticia p{
	margin-top: 5px;
	font-size: 11px;
	color: #666;
	}
div.caja a:hover.noticia p{
	color: #300;
	}
div.caja a.noticia p.fecha{
	margin: 0;
	font-size: 10px;
	color: #999;
	}
div.caja a.enlace{
	display: block;
	float: left;
	width: 210px;
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #666;
	text-decoration: none;
}
div.caja a:hover.enlace{
	color: #003;
}
div.caja h5{
	font-size:12px;
	text-align:center;
	margin:0;
	padding:3px;
	background-color:#e4e4e4;
	color:#003;
	font-weight:normal;
	}

/*FOOTER*/
div#footer{
	color: #999;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
	height:15px;
}
div#footer a{
	color:#999;
	text-decoration:none;
}
div#footer a.facebook{
	background-image:url(../img/facebook.gif);
	height:15px;
	width:48px;
	text-indent:-20000px;
	display:inline-block;
	margin-bottom:20px;
}
div#footer a:hover.facebook{
	background-position:bottom;
}