@charset "utf-8";
/* Servicio de Administración Tributaria*/
html,body{
	margin:0;
	padding:0;
	background:url(../imagenes/bg1.png) repeat-x;
	height:100%;
	font-family:"Lucida Grande", "bitstream vera sans", "trebuchet ms", sans-serif, arial,verdana,Helvetica;
	position:relative;
}
*{outline:none;}
.redondear{
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
p{
	font-family:"Lucida Grande", "bitstream vera sans", "trebuchet ms", sans-serif, arial,verdana,Helvetica;
	font-size:12px;
	color:#797E7F;
	margin:1px;
}
.link-plomo{
	color:#797E7F;
}
.flash{
	width:900px;
	height:602px;
	display:block;
	margin:0 auto;
	padding:30px 0;
}
/*----------- DIAGRAMACION ----------*/

#contenedor-total{
	min-height:100%;
	position:relative;
}
#contenedor{
	width:1000px;
	height:auto;
	min-height:300px;
	margin-left:auto;
	margin-right:auto;
	background:url(../imagenes/bg_sombra.png) no-repeat;
}
#header{
	width:960px;
	height:90px;
	margin:0 auto;
}
#logo{
	width:230px;
	height:90px;
	display:block;
	background:url(../imagenes/logoSAT_v2.png) no-repeat;
	float:left;
	text-indent:-8000px;
	margin-right:120px;
	cursor:pointer;

}
#body{
	width:960px;
	min-height:300px;
	margin:0 auto;
	padding-bottom:110px;
}
#footer{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	border-top:solid 1px #C0C0C0;
}
#piepagina1{
	height:30px;
	display:block;
	border-top:solid 1px #fff;
	background:#D9E3E8;
	margin:0 auto;
	text-align:center;
	padding-top:6px;
}
#piepagina2{
	height:60px;
	display:block;
	border-top:solid 2px #fff;
	background:#E8E8E8;
	margin:0 auto;
	text-align:center;
	padding-top:6px;
}


/*----------- LINK REDES ----------*/

#redes-sociales{
	width:900px;
	height:30px;
	margin:0 auto;
}

.siguenos{
	float:left;
	margin-left:720px;
}
.facebook{
	width:30px;
	height:25px;
	display:block;
	float:left;
	background:url(../imagenes/iconos-redes.png);
	text-indent:-8000px;
	float:left;
	margin-right:7px;
}
.youtube{
	width:60px;
	height:25px;
	display:block;
	float:left;
	background:url(../imagenes/iconos-redes.png) -30px 0;
	text-indent:-8000px;
	float:left;
}