body {
  font-family:verdana;
  font-size:11px;
  background-color:#C4C4C4;
  color:#ffffff;
}

a {
  color:#73B2E8;
}

a:hover {
  color:#73B2E8;
  text-decoration:none;
}

.contenedor_total {
	width:700px;
	margin:0px auto;
}

.contenedor_principal {
  background-color:rgb(13,0,88);
  width:700px;
  border-width:5px;
  padding:5px;
	float:left;
}

.banner {
  background-image:url(/images/bannertop.gif);
  width:690px;
  height:120px;
}

.menu {
  margin-top:5px;
  margin-left:0px;
	width:695px;
	height:37px;
	background:url(/images/2011/fondo_menu.png);
	float:left;
}

ul#botones_menu {
  list-style-type:none;
  padding:0px;
  margin:0px;
}

ul#botones_menu li {
  display:inline;
}

ul#botones_menu li a {
  float:left;
  background-repeat:no-repeat;
  color:#fff;
  margin-left:15px;
  text-decoration: none;
  font-weight:bold;
  width:100px;
  height:37px;
  font-family:verdana;
  font-size:10px;
  text-align:center;
  padding-top:0px;
	vertical-align:middle;
	line-height:37px;
}

ul#botones_menu li a:hover {
	color:#575757;
background:url(/images/2011/fondo_menu_hover.png);
}

.contenido {
  width:690px;
float:left;
	background-color:rgb(13,0,88);
}

.sidebar {
  width:210px;
  float:left;
  margin-top:8px;
}

.principal {
  width:464px;
  margin-top:8px;
  border-width:1px;
  border-color:#73B2E8;
  border-style:solid;
  float:right;
  padding:3px;
  text-align:left;
  margin-bottom:2px;
  background-image:url(/images/marca_agua.jpg);
  background-repeat:no-repeat;
  background-position:bottom right;
}

.principal1 {
  width:675px;
  margin-top:8px;
  border-width:1px;
  border-color:#73B2E8;
  border-style:solid;
  float:right;
  padding:3px;
  text-align:left;
  margin-bottom:2px;
  background-image:url(/images/marca_agua.jpg);
  background-repeat:no-repeat;
  background-position:bottom right;
}

.sucursal1 {
  width:210px;
  float:left;
  margin:5px;
}

.sucursal2 {
  width:210px;
  float:right;
  margin:5px;
}

.menu1 {
  width:170px;
  float:left;
  margin:5px;
}

.menu2 {
  width:210px;
  float:left;
  margin:5px;
  text-align:left;
}

.foto_izquierda{
	width:310px;
	margin:10px 10px 10px 20px;
	float:left;
	text-align:center;
}

.sucursal_derecha{
	width:300px;
	margin:10px 10px 10px 10px;
	float:left;
}

.contenedor_formulario{
	clear:both;
	width:520px;
	margin:20px auto;
	font-size:14px;
}

.campo_izquierda{
	width:130px;
	float:left;
	text-align:right;
	margin-right:20px;
}

.campo_derecha{
	width:350px;
	float:right;
}

.requerido{
background:#F8D7C4;
}

input, textarea {
	width:350px;
	font-size:14px;
}

.link_lateral{
	margin-top:5px;
}

.footer {
	background:url(/images/2011/barra_inferior.png) no-repeat;
	width:690px;
	height:65px;
	clear:both;
	float:left;
	font-size:8px;
}

.texto_footer {
	margin-top:12px;
	text-align:right;
	margin-right:60px;
}

