/* CSS Document */

/* ASESORIA
/* Autor: Manuel Ribera
/* Empresa: Entorno Digital - www.entornodigital.es
/* Creado: 15/01/2009
--------------------------------------------------------------------------- */

/* ESTRUCTURA */
/* HEADER */
/* BASE */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p { margin:2px 0; line-height:14px; font-weight:normal; text-align:justify;}
.clear { clear:both;}


/* ESTRUCTURA
--------------------------------------------------------------------------- */

body {
	margin: 0px;
	background-color:#E5ECF1;
}

#wrapper {
width:800px;
height:auto;
margin:20px auto 0 auto;
}
#header {
width:800px;
height:105px;
background-image:url(../img/bg_header.jpg);
background-repeat:no-repeat;
}
#main {
background-image:url(../img/bg_main.gif);
background-repeat:repeat-y;
width:800px;
height:auto;
text-align:center;
float:left;
}
#footer {
width:800px;
height:105px;
float:left;
background-image:url(../img/bg_footer.jpg);
background-repeat:no-repeat;
}


#nav{}


.col{}
.rightCol{}
.leftCol{}

#gallery{}
#logo{}

/* HEADER
--------------------------------------------------------------------------- */
#header_log {
width:auto;
height:105px;
float:left;
padding-right:30px;
}
#header_nav {
width:auto;
height:auto;
float:right;
margin-right:40px;
}
a.btn_header:link, a.btn_header:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
width:auto;
height:9px;
display:block;
float: left;
padding:57px 15px 37px 15px;
text-decoration:none;
}
a.btn_header:hover{
background-image:url(../img/bg_btn_header.gif);
background-repeat: repeat-x;
text-decoration:none;
}


/* MAIN
--------------------------------------------------------------------------- */
#main_left {
background-image:url(../img/bg_main_left.gif);
background-repeat: repeat-y;
width:210px;
height:auto;
text-align:right;
float:left;
padding-top:30px;
}
a.btn_main:link, a.btn_main:visited{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
text-align:left;
color:#A60028;
text-decoration:none;
width:182px;
height:23px;
line-height:23px;
padding-left:8px;
margin-bottom:6px;
display:block;
float:right;
}
a.btn_main:hover{
background-image:url(../img/bg_btn1_main_left.gif);
}
.main_left_img{
background:url(../img/edificios.jpg) no-repeat;
float:left;
height:250px;
width:210px;
}
#main_right {
background-color:#FFFFFF;
width:530px;
height:auto;
float:left;
padding:30px;
}
#main_right_cont {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align: justify;
background-color:#E5ECF1;
width:500px;
height:auto;
float:left;
padding:15px;
}
#main_right_cont p {
padding-bottom:10px;
}

ul {}
li{ 
	padding-left:15px; 
	margin:4px 5px 15px 5px;
	background:url(../img/punt.jpg) no-repeat top left;
	line-height:14px;
	}

.subpunt {
	background:url(../img/subpunt.jpg) no-repeat top left;
	padding-left:15px; 
	margin-top:8px;
	line-height:14px;
	}

#cont_form {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
background-color:#E5ECF1;
width:500px;
height:auto;
float:left;
padding:15px;
}

#form_left { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color:#772721;
 text-align:right;
 width: 150px;
 line-height:22px;
 float:left;
 padding-right:5px;
}
#form_left p { 
 line-height:22px;
 margin-bottom:10px;
}

#form_right { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight:bold;
 color:#000;
 text-align:left;
 width: 250px;
 line-height:30px;
 float:left;
}
#form_right input { 
 margin-bottom:10px;
}
#form_right textarea { 
 margin-bottom:10px;
}

.datos_right { 
 float:left;
}

#boton_enviar {
 width: 500px;
text-align:center;
display:block;
float:left;
}
#donde {
 width: 500px;
 height: auto;
 text-align:left;
 padding-bottom:10px;
 margin-bottom:20px;
 border-bottom: solid 1px #772721;
}
a.btn_mapa:link, a.btn_mapa:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5d461d;
text-decoration:underline;
text-align:left;
display:block;
line-height:24px;
padding-left:10px;
}
a.btn_mapa:hover {
color:#fff;
text-decoration:none;
background-color:#5d461d;
}

/* Validación formularios
----------------------------------------------------------------------------- */
input.error, textarea.error, select.error { background-color: #FFA28C; border: 1px solid red;  }


/* FOOTER
--------------------------------------------------------------------------- */
#footer_left {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#49395E;
text-align: left;
padding:20px 0 0 10px;
width:auto;
height:47px;
float:left;
}
.bold{
font-weight:bold;
}
#footer_right {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align: left;
padding:50px 30px 0 10px;
width:auto;
height:20px;
float:right;
}
a.btn_mail:link, a.btn_mail:visited {
height:12px;
line-height:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
text-decoration:none;
display:block;
background-image:url(../img/bg_btn_mail1.gif);
background-position:left;
background-repeat: no-repeat;
padding-left:25px;
float:right;
}
a.btn_mail:hover {
color:#fff;
text-decoration:underline;
background-image:url(../img/bg_btn_mail2.gif);
background-position:left;
background-repeat: no-repeat;
}
#footer_bottom {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
text-align: center;
width:800px;
height:34px;
line-height:34px;
float:left;
display:block;
}
a.btn_footer:link, a.btn_footer:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
text-decoration:none;
}
a.btn_footer:hover {
color:#fff;
text-decoration:underline;
}

/*NOTICIAS
--------------------------------------------------------------------------- */

.news_titol {
 line-height:22px;
 margin-bottom:10px;
 color:#095070;
}
.news_data {
	float:right;
	padding:0px 5px;
	color:#A40029;	
}

.news_content {
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:12px;
font-weight:bold;
background-color:#E5ECF1;
width:500px;
height:auto;
float:left;
padding:15px;
margin-bottom:5px;
text-decoration:none;
}

a.news_content:link {background-color:#E5ECF1; color:#095070;}
a.news_content:visited {background-color:#E5ECF1; color:#999;}
a.news_content:hover { background-color:#F1D7E0; color:#000;}

.foto_noticia { float:right; border:2px #FFF solid; margin:0 0 0 15px;}
.news_txt {margin:2px 0px; padding-bottom:5px; line-height:14px; font-weight:normal; text-align:justify; }

.down {
text-align:center;
font-size:12px;
margin:10px 0px;
padding:2px;
}
a.down:link, a.down:visited {background-color:#000; color:#fff; text-decoration:none;}
a.down:hover { background-color:#F1D7E0; color:#000;}
