/* Servicio de Administración Tributaria */

/* Daniel Serna daniel.serna@sat.gob.mx */

body {
	background: #eae9e4 no-repeat fixed center top;
	color:#2F2F2F;
	margin: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_firma {
		width: 100%;
	max-width:320px;
}

.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;
}
.tabla_A
{
	background: #fff;
	margin: 1em;
	border-collapse: collapse;
	text-align: left;
	width:100%;
}
.tabla_A th
{
	font-weight: normal;
	color: #039;
	border-bottom: 2px solid #6678b1;
	font-size: 1.2em;
	padding: .5em;
}

.tabla_A td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: .3em;
}
.tabla_A tbody tr:hover td
{
	color: #009;
}

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

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

#cuerpo {
	width: 100%;
	display: table;
}
.lista_tipo_A {
	/*MOdificacion daniel*/
	height:auto;
	overflow:auto;
	/*termina modificación*/
	
	
}

.lista_tipo_A ul {
	padding-top: .5em;
	padding-bottom: .5em;

}

.lista_tipo_A li {
	list-style-image: url(imagenes/bullet.gif);
	margin-bottom: .2em;
	padding-bottom:.5em;/*Modificacion daniel*/
}

.lista_tipo_A li li {
	list-style-type: disc;
	list-style-image: none;
	
}

.lista_tipo_A a {
	/*color: #555; modifica*/
	color:#336799;
	text-decoration: none;
}

.lista_tipo_A a:hover {
	color: maroon;
	text-decoration: underline;
		overflow:auto;/*Modificación*/
}


#pie {
	width: 100%;
	display: table;
	background-color: white;
	border-top: 1px solid green;
	border-bottom: 1px solid #9c1400;
	padding-top: .2em;
	padding-bottom: .2em;
}

#pie_1a {
	color: #515150;
	font-size: .85em;
}

#pie_b {
	height: 0;
}

#pie_c {
	font-weight: bold;
	font-size: .9em;
}

#pie_d {
	height: 0;
}
