@charset "UTF-8";
body{
  background-color:#eff2f3;
  margin:10px;
}
a {
color: #7a7a79
}
#contenedor{
  width:728px;
  margin: 0 auto;
  position:relative;
}
#encabezado{
  width:728px;
  height: 56px;
  background-image:url(imagenes/bg_encabezado);
}

.ubicar{
  float: left;
}

.titulos{
  margin-top: 18px;
  margin-left: 12px;
  font: 16px Tahoma;
  color: #cd455f;
}

.titulos_2{
  font:11px tahoma;
  color:#777776; 
  margin-top: 20px;
  margin-left: 14px; 
  }
  
#imgprincipal{
 width:728px;
 height:203px;
 
 }
#menu {
 width: 726px;
 height: 25px;
 border-left:1px solid #e5e6e6;
 border-right:1px solid #e5e6e6;
 background-image:url(imagenes/fondo_menu.gif);
 }
 
 .menu_link {
 border-right: 2px dotted #FFFFFF;
 float: left;
 }
  .menu_link1 {
 float: left;
 }
 
 #menu a:link, #menu a:visited {
 padding: 5px 35px 5px 35px;
 color:#FFFFFF; text-decoration:none;
 font:12px tahoma;
  display:block;
 }
 
  #menu a:active, #menu a:hover {
 background-color:#692f0e;
 display:block;
 }
 #contenedor_info {
 width:726px;
 background-color:#FFFFFF;
 border-left:1px solid #e5e6e6;
 border-right:1px solid #e5e6e6;
 border-bottom:4px solid #e5e6e6;
 }
 #columna_izquierda_content {
 width:430px;
 border: 1px solid #e5e6e6;
 padding:13px;
 float: left;
 margin-left:5px;
 margin-top:5px;
 margin-bottom:5px;
 background-image:url(imagenes/bg_info.jpg);
 background-repeat:repeat-x;
  }
  #columna_izquierda_content h2 {
  font: 14px Tahoma;
  color: #cd455f;
  padding:0;
  margin:0;
  }
  #columna_izquierda_content h1 {
  border-bottom:1px solid #663300; padding-bottom:2px; margin-left:0; margin-bottom:5px;
  font: 14px Tahoma;
  color: #cd455f;
  text-align:justify;
  }
  #columna_izquierda_content p {
  font-family:tahoma;
  font-size: 13px;
  color: #7a7a79;
  text-align:justify;
  }
  #columna_derecha_content {
 width:222px;
 height:300px;
 border: 1px solid #e5e6e6;
 float: right;
 padding:13px;
 margin-right:5px;
 margin-bottom:5px;
 margin-top:5px;
 background-image:url(imagenes/bg_info.jpg);
 background-repeat:repeat-x;
  }
  #columna_derecha_content h3 {
  font: 15px Tahoma;
  color: #ec8909;
  padding:10px;
  margin:0;
  }
  #columna_derecha_content p {
  font-family:tahoma;
  font-size: 13px;
  color: #7a7a79;
  text-align:justify;
  }
.limpiar {
clear:both
}
#block_contacto {
background-color:#ce6a76;
color:#FFFFFF;
font-family:tahoma;
font-size: 16px;
width:222px;
height:75px;
margin-right:5px;
padding:13px;
border:1px solid #e5e6e6;
float: right;
}
#block_contacto p {
padding: 0;
margin:0
}

#block_contacto a:link, #block_contacto a:visited {
 color:#FFFFFF; text-decoration:none;
 }
 
  #block_contacto a:active, #block_contacto a:hover {
  text-decoration:underline;
 }
 .foto_left {
 border: 1px solid #ce6a76;
 float: left;
 margin-right:10px;
 } 
 #footer {
 width:708px;
 height: 18px;
 background-image:url(imagenes/footer.gif);
 text-align:right;
 font-family:tahoma;
 color: #7a7a79;
 font-size: 11px;
 padding-top:10px;
 padding-right:20px
 }
 