body, td, p {
	font-family: Arial;
	color: #728498;
	font-size: 11px;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	margin: 0px;
}

p {
	text-align: left;
	line-height: 25px;
}

/* 
 * BUG IE:
 * Cuando estan habilitados los temas visuales 
 * (sistema->opciones avanzadas->rendimiento->usar temas visuales en ventanas y botones)
 * la imagen de fondo se corre 1px (si se redimenciona la ventana el problema aparece y desaparece)
*/
#fix_ie {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/fondo.gif') center repeat-y;
}

#hoja {
	width: 761px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 20px 0;
	background: url('../images/bottom.png') bottom left no-repeat;
/*	border: 1px dashed red;*/
}

#botonera {
	height: 125px;
	background-repeat: no-repeat;
}

#titulo {
	height: 21px;
	padding-right: 160px;
	font-size: 9px; 
	text-align: left;	
	line-height: 25px;
}

#titulo a:hover {
	color: #303030; /*esto es para el hover de las banderas*/
}

#banderas {
	float: right; 
	padding: 0px 2px 0px 10px;
	text-decoration: none;	
	color: #a1aeba;
}




#barra_izquierda {
	float: left;
	width: 182px;
}

#contenido {
	float: left;
	overflow: hidden;
	width: 351px;
	margin: 24px 0 0 0;
	text-align: left;
	padding: 0 20px 20px 25px
}

#barra_derecha {
	float: left;
	width: 182px;
}

table.bloque {
	border-collapse: collapse;
	margin: 24px 15px 10px 16px;
	width: 151px;
	padding: 0;
}

table.bloque th {
	height: 19px;
}

table.bloque td {
	padding: 5px 10px 10px 10px;
	background: url('../images/cuadro-abajo.png') bottom right no-repeat;
}

.destacado{
	color:#007AC3;
/*	color:#53616F;	*/
}
.destacado_1{
/*	color:#0279C2;*/
	color:#53616F;
	font-weight:bold;
}
.destacado_2{
	color:#F16701;
}
.destacado_3{
	color:#F16701;
	font-weight:bold;
}
.destacado_4{
	color:#2F4B8C;
}

.recuadro{
 font-size:9px; 
 text-align:left;
}
li{
line-height: 25px;
}

table.box1 {
	font-family: Arial;
	color: #007AC3;
	font-size: 11px;
/*	border-top: 4px solid #BEC5B7;
	border-right: 1px solid #D8B580;
	border-bottom: 1px solid #D8B580;
	border-left: 1px solid #D8B580;*/
	border-top: 4px solid #B6BFC9;
	border-right: 1px solid #B6BFC9;
	border-bottom: 1px solid #B6BFC9;
	border-left: 1px solid #B6BFC9;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 350px;
}

th.box1 {
	
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	background-color: #007AC3;
	border: 1px solid #B6BFC9;
	height: 9px;
	line-height:11px;
}

td.box1 {
	font-family: Arial;
	color: #728498;
	font-size: 11px;
	padding: 2px 2px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6BFC9;
	line-height: 11px;
}

.sucursal a {
	display: block;
	width: 342px;
	padding: 4px;
	text-decoration: none;
	color: black;
	background: url('../images/ico_mas.gif') 98% 50% no-repeat;
}

.sucursal a.abierto {
	background: url('../images/ico_menos.gif') 98% 50% no-repeat;
}

.sucursal a:hover {
	background-color:#DFEAF4;
}

.sucursal_descripcion {
	display:none;
}

#pie {
	margin-top: 15px;
	clear:both;
}

#pie a {
	text-decoration: none;
	color: #ADAFB2;
	font-size: 9.2pt;
	margin-left: 3px;
	margin-right: 3px;
}

#pie a:hover {
	color: black;
}

