/* Revision 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:0;
	border:0;
	font-family: Arial;
}

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

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

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

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

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

#encabezado {
	width: 100%;
	display: table;
}

#firma_busqueda {
	display: table;
}

#imagen_firmax {
		width: 100%;
	max-width:320px;
	margin-left: 1em;
}

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

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

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

.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: 1em;
}

#cuerpox {
	width: 50em;
	margin-left: 1em;
	display: table;
}

#cuerpox img {
      width: 15em;
      height: 10em;
      border: 0;
      margin-right: 1em;
	  margin-bottom: 0.1em;
}

#cuerpox ul{
    margin-top: .2em;
	margin-bottom: 2em;
	text-align: left;
}

#cuerpox li {
	padding: 0;
	list-style-image: url(imagenes/bullet.gif);
	list-style-position: outside;
	margin-left: 0.5em;
	margin-bottom: 0.2em;
	margin-right: 1em;
	line-height: .9em;
}

#cuerpox h2 {
	color: #19376A;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .5em;
	font-size: 1.2em;
	margin-top: 1em;
}

#cuerpox h5 {
 	margin: 0em;
	font-size: .1em;
}

.tabla
{
	text-align: left;
	border-collapse: collapse;
	background: #fff;
	margin-bottom: 2em;
	border: 1px solid #6678b1;

}
.tabla th
{
	font-weight: bold;
	color: white;
	background: #19376A;
	padding: .2em;
	font-size: .8em;
	text-align: center;
	border: 1px solid #6678b1;
}
.tabla td
{
  	color: #585050;
	padding: .2em;
	font-size: .8em;
	font-weight: normal;
	border: 1px solid #6678b1;
}


.texto_nota p{
	font-size: 1em;
	text-align: justify;
	margin-bottom: 2em;
}

.renglon {
	display: table;
	margin-bottom: 1em;
}

.cuadro {
	display: table;
	float: left;
	min-height: 15em;
}

.fondo_m {
 background-color: #b4f1ff;
}

h4 {
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: .3em;
	border-width: 2px;
	border-color: #a4a3a3;
	text-transform: uppercase;
	margin-top: .2em;
	margin-bottom: .2em;
	font-weight: bold;
	color: #19376A;
	font-size: 1em;
}

h4 a {
	color: #19376A;
}

h4 a:hover {
	text-decoration: none;
}


.contacto img{
	width: 12em;
	height: 7em;
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}

.contacto h4 {
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: .3em;
	border-width: 2px;
	border-color: #e4e3e3;
	text-transform: uppercase;
	margin-top: .2em;
	margin-bottom: .8em;
	font-weight: bold;
	color: #67AA3C;
	font-size: 1em;
}

.contacto h4 a{
	color: #67AA3C;
}

.titulo_seccion {
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: .3em;
	border-width: 2px;
	border-color: #e4e3e3;
	text-transform: uppercase;
	font-weight: bold;
	color: #19376A;
	margin-bottom: .5em;
	font-size: .9em;
}

.titulo_seccion a {
	color: #19376A;
	text-decoration: none;
}

.titulo_seccion_b {
	font-size: .7em;
	color: #67AA3C;
	font-weight: bold;
}

.titulo_seccion_b a {
	color: gray;
}

.ruta_de_navegacion {
	text-align: left;
	color: #67AA3C;
	text-transform: uppercase;
	font-size: .7em;
	margin-bottom: 1em;
}

.ruta_de_navegacion a {
	color: #19376A;
	text-decoration: none;
}

.ruta_de_navegacion a:hover {
	color: #67AA3C;
	text-decoration: underline;
}



