@charset "utf-8";
/* CSS Document */
body{
 margin:0;
 padding:0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 background-image:url(../img/body_bg.png);
 background-repeat:repeat-x;
}
#wrapper{
 margin:auto;
 width:960px;
 margin-bottom:20px;
}

#left_header{
 position:absolute;
 background-image:url(../img/bg_left_header.png);
 background-repeat:no-repeat;
 width:15px;
 height:203px;
 left:50%;
 margin-left:-495px;
 top:0;
}

#right_header{
 position:absolute;
 background-image:url(../img/bg_right_header.png);
 background-repeat:no-repeat;
 width:15px;
 height:203px;
 right:50%;
 margin-right:-495px;
 top:0;
}

#menu ul{
 /*background-color:#00FF99;*/
 background-image:url(../img/menu_bg.png);
 background-repeat:repeat-x;
 width:958px;
 padding:0px;
 margin:0;
 color:#FFFFFF;
 list-style:none;
 display:inline;
 float:left;
 border:1px solid #333333;
}

#menu ul li{
 float:left;
 padding:8px 10px;
 border-right:1px solid #333333;
}

#menu ul li a{
 text-decoration:none;
 color:#fff;
}

#menu ul li a:hover{
 text-decoration:underline;
}

#menu ul li.bandera{
float:right;
border-right:none;
}

#menu ul li.bandera img{
border:none;
}

#left_content{
 position:absolute;
 background-image:url(../img/bg_left_content.jpg);
 background-repeat:no-repeat;
 width:15px;
 height:443px;
 left:50%;
 margin-left:-495px;
 top:203px;
}

#right_content{
 position:absolute;
 background-image:url(../img/bg_right_content.jpg);
 background-repeat:no-repeat;
 width:15px;
 height:443px;
 right:50%;
 margin-right:-495px;
 top:203px;
}

#portada #body_content{
 padding:0;
 text-align:center;
 border-left:1px solid #333333;
 border-right:1px solid #333333;
}

#servicios #body_content{
 padding:40px 10px 20px 30px;
 text-align:justify;
 border-left:1px solid #333333;
 border-right:1px solid #333333;
}

#bloque_texto{
clear:left;
 width:900px;
 line-height:20px;	
}

#bloque_fotos {
 float:left;
}



#bloque_fotos img{
 float:left;
 margin-top:10px;
 margin-bottom:10px;
 margin-right:58px;
 border:1px solid #333333;
}

#direcciones{
 background-color:#990000; 
 width:938px; 
 background-image:url(../img/body_bg.png);
 background-repeat:repeat-x;
 height:60px; 
 color:#FFFFFF;
 font-weight:bold;
 padding:10px;
 border:1px solid #990000;
}

.bloque_direcciones{
 float:left; 
 margin:0;
 margin-top:-10px;
 height:65px;
 border-right:1px solid #990000;
 padding-top:15px;
 padding-right:10px;
 padding-left:10px;
 font-weight:normal;
 font-size:90%;
}

.bloque_creditos{
 float:left; 
 margin:0;
 margin-top:-10px;
 height:65px;
 padding-top:15px;
 padding-right:10px;
 padding-left:10px;
 font-weight:normal;
 text-align:left;
 font-size:90%;
}

.bloque_creditos a{
 text-decoration:none;
 color:#fff;
 border-bottom:1px dashed #fff;
}

.aviso{
 width:80%;
 padding:10px;
 background-image:url(../img/body_bg.png);
 background-color:#CC3300;
 border:1px solid #222;
 color:#FFFFFF;
 font-weight:bold;
 text-transform:uppercase;
 text-align:center;
 margin:20px auto;
}

ul.formulario{
 list-style:none;
 width:60%;
 margin:auto;
}

ul.formulario li {
 list-style:none;
 height:30px;
}

ul.formulario li strong {
display:inline-block;
vertical-align:top;
width:150px;
}
