/* HOJA DE ESTILOS REALIZADA POR MIAYUJI.COM */

/* ETIQUETAS GENERALES/////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(grafismo/imagen_body_fondo.gif);
	background-repeat: repeat;
	text-align: center;
}

#contenedor {
	float: none;
	width: 900px;
	margin: auto;
	background-image: url(grafismo/imagen_contenedor_fondo.gif);
	background-repeat: repeat-y;
}

.limpiar {clear:both;}
.separador {height: 5pt; width: 100%;}

/* ESTO ES PARA LA CABECERA/////////////////////////////////////////////////////////////////////////////////////////////////*/

#cabecera {
	height: 155px;
	width: 100%;
	text-align: center;
	background-image: url(grafismo/imagen_cabecera_fondo.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}

#fecha {
	width: 350px;
	padding-top: 80px;
	padding-left: 5px;
	text-align: left;
	float: left;
}

#urgencias {
	width: 190px;
	height: 90px;
	padding-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #006600;
	float: right;
	background-image: url(grafismo/imagen_cabecera_telefono.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.letra_urgencias {
	font-size: 25px;
	color: #000000;
}

#eslogan {
	width: 100%;
	height: 21px;
	padding-top: 23px !important;
	*padding-top: 20px; /* IE6 */
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	color: #003300;
	font-weight: lighter;
}
/* ESTO ES PARA EL MENU/////////////////////////////////////////////////////////////////////////////////////////////////////*/

#menu {
	float: left;
	height: 100%;
	width: 160px;
	background-image: url(grafismo/imagen_menu_fondo.gif);
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 140px;
}

#menu li.principal {
	height: 40px;
	list-style-type: none;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	margin: 0;
	padding: 0;
	background-image: url(grafismo/imagen_menu_botones_principal.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
}

#menu li.principal:hover {
	background-image: url(grafismo/imagen_menu_botones_principal_on.gif);
	background-repeat: no-repeat;
}

#menu a.principal {
	text-decoration: none;
	color: #000000;
	text-align: center;
}

#menu a.principal:hover {
	color: #003F7D;
}

#menu li.principal_on {
	height: 40px;
	list-style-type: none;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	background-image: url(grafismo/imagen_menu_botones_principal_on.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
}
#menu a.principal_on {
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

#menu a.principal_on:hover {
	color: #003F7D;
	font-weight: bold;
}

/* ESTO ES PARA EL CUERPO////////////////////////////////////////////////////////////////////////////////////////////////////*/

#cuerpo {
	float: right;
	height: 100%;
	width: 720px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

.seccion {
	width: 700px;
	font-size: 24px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(grafismo/imagen_cuerpo_seccion.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	padding-right: 5px;
	text-transform: capitalize;
}

.columna_izq {
	width: 350px;
	float: left;
}

.columna_dcha {
	width: 350px;
	float: right;
}
/* ESTO ES PARA EL PIE//////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#pie {
	float: none;
	height: 45px;
	width: 100%;
	clear: both;
	text-align: center;
	background-image: url(grafismo/imagen_pie_fondo.gif);
	background-repeat: no-repeat;
}

.letras_pie {
	font-size: 12px;
	padding-top: 15px;
}

#pie a {
	text-decoration: none;
	color: #000000;
}

