/* Revisión 1.9.24 Abril 22, 2010 */

/* Sistema Internet de Presidencia 2010 */

/* Rogelio Argumedo Uribe rogelio.argumedo@sip.gob.mx */

body {
	background: #FFFFFF no-repeat fixed center top;
	color:#2F2F2F;
	margin:2em;
	font-family: Arial;
}

#cuerpo_principal {
	margin-top: 1px;
	width: 100%;
}

#barra_herramientas {
	
	background-color: silver;
	width: 100%;
	padding-top: .4px;
	padding-bottom: .4px;
}

#herramientas {
	padding-top: .5px;
}

#herramientas a {
	text-decoration: none;
	color: maroon;
}

#herramientas a:hover {
	text-decoration: underline;
}

#encabezado {
	width: 100%;

}



#imagen_firma {
		width: 100%;
	    max-width:320px;

}

.menu_principal {
	margin-top: .5px;
}

.menu_principal ul{
	margin:0;
	padding:0;
	text-align: left;
}

.menu_principal li{
	background-color: #5a6159;
	margin-bottom: .2px;
}

.menu_principal li a{
		color: #c6c6c6;
		text-decoration:none;
}

.menu_principal li a:hover{
	color: white;
	text-decoration: underline;
}

.menu_principal li li {
	margin-left: 1px;
}

#cuerpo {
	width: 100%;
}

#pie {
	width: 100%;
	background-color: white;
	border-top: 1px solid green;
	border-bottom: 1px solid #9c1400;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pie_1a {
	color: #515150;

}

#pie_b {
	height: 0;
}

#pie_c {
	font-weight: bold;

}

#pie_d {
	height: 0;
}

.tituloEvento {
	font-weight:bold;
}
.descripEvento {
	font-style:oblique;
}

