/* 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;}


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

body {
	margin: 0px;
	background: #d6d6d4 url(../img/bg.gif) repeat-x;
}

#wrapper {
width:800px;
height:auto;
margin:20px auto 0 auto;
}
#header {
width:800px;
height:105px;
background: #bd0729 url(../img/bg_header.jpg) no-repeat top right;

}
#main {
background: url(../img/bg_wrapper.gif) repeat-y top;
background-repeat:repeat-y;
width:800px;
height:auto;
text-align:center;
float:left;
}

#footer {
width:800px;
height:105px;
float:left;
background: #bd0729 url(../img/bg_header.jpg) no-repeat top right;
}


h1 {color: #A60028; font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; margin: 0 0 20px 0; font-weight: normal;}

h2 {color: #A60028; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; margin: 0 0 20px 0; font-weight: normal;}

#nav{}


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

#gallery{}
#logo{}

/* HEADER
--------------------------------------------------------------------------- */
#header_log {
width:auto;
height:105px;
float:left;
}
#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:11px;
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;
color: #fff;
}


/* MAIN
--------------------------------------------------------------------------- */
#main_left {
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-size:11px;
text-align:left;
color:#A60028;
text-decoration:none;
width:200px;
/*padding-left:8px;*/
display:block;
border-bottom: 1px solid #eed1d5;
padding: 5px 5px 5px 10px;
}
a.btn_main:hover{
background: #c9092d;
color: #fff;
}
.main_left_img{
background:url(../img/edificios.jpg) no-repeat;
float:left;
height:250px;
width:200px;
margin: 40px 0 30px 7px;
border: 1px solid #eed1d5;
}
#main_right {
background: #fff url(../img/bg_content.gif) top right;
width:500px;
height:auto;
float:left;
margin: 30px 0 30px 30px
}
#main_right_cont {
font-family:arial, Helvetica, sans-serif;
font-size:12px;
color:#4d4e53;
text-align: justify;
background: #fff url(../img/bg_content.gif) top right no-repeat;
border: 1px solid #eed1d5;
width:500px;
height:auto;
float:left;
padding:15px;

}
#main_right_cont p {
padding-bottom:10px; line-height: 15px;
}

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

.subpunt {
	background:url(../img/bullet_red.gif) 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: #fff url(../img/bg_content.gif) top right no-repeat;
border: 1px solid #eed1d5;
width:500px;
height:auto;
float:left;
padding:15px;
}

#cont_form a, #main_right_cont a {color: #A60028; text-decoration: none;}
#cont_form a:hover, #main_right_cont a:hover {text-decoration: underline;}

#cont_form input, textarea {border: 1px solid #eed1d5; color: #c9092d; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

#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:20px;
 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;
 width:200px;
}
#form_right textarea { 
 margin-bottom:10px;
 width:200px;
}

.datos_right { 
 float:left;
}

#boton_enviar {
 width: 500px;
text-align:center;
display:block;
float:left;
}

#boton_enviar input {font-size: 13px; background: #fff; border: 1px solid #eed1d5; padding: 5px;}
#boton_enviar input:hover {background: #eed1d5; font-size: 13px; border: 1px solid #eed1d5; padding: 5px;}

#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:11px;
color:#fff;
text-align: left;
padding:23px 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: 0 0 0 20px;
float:right;
}
a.btn_mail:hover {
color:#fff;
text-decoration:underline;
}
#footer_bottom {
font-family:arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
text-align: center;
width:800px;
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;
}
