@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.
=================================================================== */

/*General*/
html {
	background-color: #F7F7F7;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	margin: 0 auto;
	font: 10pt/1.5em Arial, sans-serif;
	color: #2F2F2F;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 100%;
}
.input{
	background:#7D7D7D;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
        border: none ;
}
/*Layout*/
div.skip {
	left: -1000000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}
div#cuerpo_principal {
	width: 976px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}
div#header {
	width: 100%;
	margin-top: 1em;
	height: 9em;
	overflow: hidden;
	display: table;
}
div#barra_herramientas {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0.4em;
	overflow: hidden;
	height: 2.5em;
	display: table;
}
div#herramientas {
	padding-top: 0.5em;
	text-align: right;
	color: #012a60;
	padding-right: 1em;
	float: right;
}
div#firma_busqueda {
	height: 80px;
	overflow: hidden;
	display: block;
	background: url(../images/st_SAT_2012_v3.png) no-repeat;
}
div#navigate {
	text-align: right;
	overflow: hidden;
	margin-top: 0px;
	display: block;
	height: 35px;
	;
	background: url(../images/fondo_menu_gris.jpg) repeat-x;
	vertical-align: middle;
}
div#section {
	width: 976px;
	background-color: #FFFFFF;
	/*min-height:500px;*/
	height: 430px;
	;
	border-collapse: collapse;
	padding: 1em;
	margin: 0px;
	float: left;
	display: table;
	padding-top: 16px;
}

div#section1 {
	width: 976px;
	background-color: #FFFFFF;
	/*min-height:500px;*/
	height: 410px;
	;
	border-collapse: collapse;
	padding: 1em;
	margin: 0px;
	float: left;
	display: table;
	padding-top: 16px;
}

div#nav_izq {
	text-align: left;
	overflow: hidden;
	margin-top: 0px;
	display: block;
	height: auto;
	width: 9em;
	border: #F63 1px solid;
	border-collapse: collapse;
	float: left;
}
div#footer {
	width: 976px;
	text-align: center;
	color: #2F2F2F;
	padding: 0px auto 0px auto;
	min-height: 9.8em;
	border_top: #dedde0 1px solid;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
div#footer p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1em;
	margin: 0px;
}
div#pie_b {
	height: 0px;
}
div#pie_d {
	height: 0px;
}
#divOne {
	position: relative;
	width: 820px;
	margin: 0px 0px 0px 16px;
	float: left;
	min-height: 400px;
	height: auto;
	padding: 0px;
	overflow:hidden;
}

#extPage {
	width:100%;
	height:420px;
	overflow-x:hidden;
	overflow-y:scroll;
	display:block
}
/*Estilos del sitio*/
/*Links*/
a {
	color: #2F2F2F;
	text-decoration: none;
}
/*Applet*/

#applet {
	width: 300px;
	height: 280px;
	margin: auto;
	background-color: #DBDBDB;
	border: #000000 solid 1px;
	position: relative;
	;
}
#tabla_login {
	font-size: 12px;
	width: 298px;
	font-weight: bold;
	color: #666666;
	margin-top: 20px;
}
#tabla_login td {
	font-size: 12px;
	color: #666666;
	line-height: 13px;
}
.campo_login {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left: 4px;
	padding-top: 4px;
}
.campo_login a {
	font-size: 12px;
	font-weight: bold;
	color: #0077CO;
	text-decoration: underline;
	padding-left: 5px;
}
.campo_login a:hover {
	color: #0077CO;
	text-decoration: none;
}
#tabla_login_tab1 a {
	width: 149px;
	height: 25px;
	display: block;
	background-image: url(../images/fiel_applet.jpg);
	/*background-image:url(../images/tab_applet.jpg);*/
	background-repeat: no-repeat;
	text-align: center;
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}
#tabla_login_tab1 a:hover {
	background-color: #7d7d7d;
	color: #FFF;
}
#tabla_login_tab2 a {
	width: 149px;
	height: 25px;
	display: block;
	background-image: url(../images/usr_applet.jpg);
	/*background-image:url(../images/tab_applet.jpg);*/
	background-repeat: no-repeat;
	text-align: center;
	color: 363636;
	font-weight: bold;
	text-decoration: none;
}
#tabla_login_tab2 a:hover {
	background-color: #7d7d7d;
	color: #FFF;
}
table#tabla_login input[type=text] {
	width: 135px;
	color: #666666;
	background-color: #FFF;
	font-size: 12px;
	margin-left: 8px;
}
div#appletheader {
	background-color: #7d7d7d;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
/*Fin applet*/

/*Boton*/
input[type=button] {
	background-color: #7d7d7d;
	font-weight: bold;
	color: #FFFFFF;
}
input[type=submit] {
	background-color: #7d7d7d;
	font-weight: bold;
	color: #FFFFFF;
}

