@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;
	font-weight:bold;
}
*{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;
}
h1,h2,h3,h4,h5,ul{
	margin:0;
	padding:0;
	font-family:"Lucida Grande", "bitstream vera sans", "trebuchet ms", sans-serif, arial,verdana,Helvetica;
}

/*----------- DIAGRAMACION ----------*/


#contenedor-total{
	min-height:100%;
	position:relative;
}
#contenedor{
	width:810px;
	height:auto;
	min-height:300px;
	margin-left:auto;
	margin-right:auto;
	background:url(../imagenes/bg_sombra_popup.png) no-repeat;
}
#header{
	width:760px;
	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:760px;
	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;
	font-weight:normal;

}
#piepagina2{
	height:60px;
	display:block;
	border-top:solid 2px #fff;
	background:#E8E8E8;
	margin:0 auto;
	text-align:center;
	padding-top:6px;
	font-weight:normal;
}


/* -------------- CONTENIDOS ----------------*/
#contenido-popup-sup{
	width:760px;
	height:15px;
	background:url(../imagenes/fondos_bordes.png) -37px -82px;
	margin:10px 0 0 6px;

}
#contenido-popup{
	width:760px;
	background:url(../imagenes/fondo_contenidoDetalle_popu.png) repeat-y;
	margin-left:6px;
}
#contenido-popup-inf{
	width:760px;
	height:15px;
	background:url(../imagenes/fondos_bordes.png) -37px -110px;
	margin-left:6px;
	margin-bottom:20px;

}


/* -------------- LISTAS ----------------*/
#contenido-popup h1{
	padding-top:20px;
	text-align:center;
	font-size:30px;
	color:#16236e;
}
#contenido-popup h3{
	height:15px;
	margin:30px 10px 30px 20px;
	font-size:25px;
}
#contenido-popup h4{
	height:15px;
	margin:30px 10px 0px 20px;
	font-size:20px;
}
#contenido-popup ul{
	margin:0;
	padding:0;
	list-style:none;
}

#contenido-popup li{
	font-family:Arial, Helvetica, sans-serif;
	color:#343838;
	margin:20px 20px 0 40px ;
	padding-left:5px;
	font-size:16px;
	font-weight:normal;
}
.texto-verde{
	color:#be1e2d;
}
.objetivos li{
	list-style: disc;
	/*list-style-image:url(../imagenes/icono-verde.png);*/
	
}
.texto-naranja{
	color:#be1e2d;
}
.acciones li{
	list-style-image:url(../imagenes/icono-celeste.png);
}
.texto-celeste{
	color:#be1e2d;
}
.colegios li{
	list-style: disc;
}


/*----------- LINK REDES ----------*/

#redes-sociales{
	width:760px;
	height:30px;
	margin:0 auto;
}

.siguenos{
	float:left;
	margin-left:580px;
}
.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;
}


/* ---------------- link colegios ------------------ */

.colegios li a{
	color:#343838;
	text-decoration:none;
}
.colegios li a:hover{
	color:#343838;
	text-decoration:underline;
}

/*----accordion-------*/
.accordion
{
	width:90%;
	margin-left:15px;
}
.accordion h3
{
	height:20px;
	margin:15px;
}
ul
{
	margin-left:45px;
}
#contenido-popup .accordion h3
{
	font-size:17px;
}
#contenido-popup .accordion li
{
	margin-left:50px;
}
.accordion .ui-state-default 
{
	padding:7px 35px;
	background:url(../imagenes/icon_detalleListas1.png) no-repeat left center;
	color:#333;
	font-size:17px;
	border-bottom:1px dotted #bbb;
	margin-left:20px;
	margin-bottom:0;
	font-weight:bold;
}
.accordion .ui-state-hover
{
	padding:7px 35px;
	background:url(../imagenes/icon_detalleListas_hover.png) no-repeat  left center;
	cursor:pointer;
}
.accordion .ui-state-active 
{
	padding:7px 35px;
	background:url(../imagenes/icon_detalleListas_activo.png) no-repeat  left center;
	border-bottom:none;
}