/* Revisión 2.0 Mayo 6, 2010 */

/* Sistema Internet de Presidencia 2010 */

/* Rogelio Argumedo Uribe rogelio.argumedo@sip.gob.mx */
@font-face{
    font-family:'trajan';
    src:url("/css/fonts/trajan_pro_regular-webfont.eot");
    src:url("/css/fonts/trajan_pro_regular-webfont.eot?#iefix") format("embedded-opentype"),url("/css/fonts/trajan_pro_regular-webfont.woff") format("woff"),url("/css/fonts/trajan_pro_regular-webfont.ttf") format("truetype"),url("/css/fonts/trajan_pro_regular-webfont.svg#TrajanProRegular") format("svg");
}

root { 
    display: block;
}

body {
	background: #FAFAFA;
	color:#2F2F2F;
	margin:0 auto;
	width: 960px;
    font-family: 'Arial';
	font-size: 1em;
    color: #646463;

}

#cuerpo_principal {
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	background: #FAFAFA;
}

/* @group Encabezado */
#encabezadoEPN {
	display: block;
	overflow: hidden;
}

#headerEPN {
	display: block;
	overflow: hidden;
	width:100%;
	float:left;
    clear: both; 
    background-color: #fafafa; 
    padding: 0px 0 2px 4px;
}

/* @group Barra de Herramietas */

#barra_herramientas {
	clear: both;
	overflow: hidden;
	background-color: #FAFAFA;
}

#login {
	width: 29em;
	float: left;
	padding-left: 1em;
}

#login Input {
	border: 1px solid gray;
	color: #5b5b76;
	font-size: 12px;
	margin:0;
	padding:2px;
	background-position: center top;
}

#herramientas {
	width: 30em;
	float: right;
	padding-right: 1em;
	text-align: right;
	color: #666666;
    font-family: 'trajan';
	font-size:13px;
}

#herramientas a {
	text-decoration: none;
	font-size: .8em;
	color: #666666;
}

#herramientas a:hover {
	text-decoration: none;
}

/* @end */

#firma_busqueda {
	height: 5em;
	display: block;
	overflow: hidden;
	background-image: url(file://///10.4.60.8/wwwtest1/css/imagenes/SE.jpg);
}
#firma { 
	height: 5em;
	width: 30em;
	float: left;
	display: table;
}

#firma a {
	height: 5em;
	width: 20em;
	}

#firma_nombre {
	color: white;
	width: 14em;
	height: 4em;
	display: block;
	float: left;
	text-align: center;
	padding: .5em;
}

#buscar {
	display: table;
	float: right;
	padding-right: 1em;
	height: 2.5em;
	padding-top: .2em;
	text-align: right;
}

#dominio {
	color: white;
	font-size: 1.8em;
	padding-bottom: .25em;
}

/* @group Menu */

.letra_menu {
	font-size: .8em;
}

.menu_principal {
    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(left,  #fafafa 0%, #eaeaea 14%, #eaeaea 86%, #fafafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fafafa), color-stop(14%,#eaeaea), color-stop(86%,#eaeaea), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fafafa 0%,#eaeaea 14%,#eaeaea 86%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fafafa 0%,#eaeaea 14%,#eaeaea 86%,#fafafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fafafa 0%,#eaeaea 14%,#eaeaea 86%,#fafafa 100%); /* IE10+ */
    background: linear-gradient(to right,  #fafafa 0%,#eaeaea 14%,#eaeaea 86%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

	height: 2em;
	display: block;
	overflow: hidden;
    font-family: 'trajan';
    color: #646463;
    margin: 0 auto;
    text-align: center;
	
	

}

.menu_principal ul{
	height: 2em;
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
}
.menu_principal li{
	display: inline-block;
	font-weight: normal;
	background-color: transparent;
	margin-bottom: 0;
	margin-top: 3px;
}
.menu_principal li a{
	color: #666666;
	display:block;
	line-height: 2em;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	padding: 0px 7px; /*espacio de menu */
}
.menu_principal li a:hover {
	text-decoration: none;
	color: #ba2025;
}

.menu_principal li ul{
	background: #eaeaea;
	/*border-bottom: 2px solid #ff0;*/
	display:none;
	height:auto;
	/*filter:alpha(opacity=95);
	opacity:0.95;*/
	position:absolute;
	width: 17.3em;  /*tamaños de fondo pestañas menu estaba en 10*/
	z-index:200;
	margin-top: -1px;
}
.menu_principal li:hover ul{
	display:block;
}
.menu_principal li li {
	display:block;
	float:none;
	padding: 0;
	width: 17.3em; /*tamaños de fondo pestañas menu estaba en 10*/
	margin: 0;
	font-weight: normal;
	font-style: normal;
	}
.menu_principal li ul a{
	display:block;
/*	font-size:12px;*/
	font-style:normal;
	padding:0px 10px 0px 15px;
	text-align:left;
	background: url(/images/imagenEPN/arrow.gif) no-repeat left 7px;
}
.menu_principal li ul a:hover{
	color:white;
	opacity:1.0;
	filter:alpha(opacity=100);
	text-decoration: none;
	background: none;
}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5 {
	width: 20.4em;
}

#submenu4 li, #submenu1 li, #submenu2 li, #submenu3 li, #submenu4 li, #submenu5 li {
	display: inline-block;
}

/* @end */

/* @end */

#cuerpo {
	background-color: white;
	display: table;
	padding: 1em;
	width: 100%;
}

/* @group Pie de Pagina */

#pie {
	border-top: 1px solid #dedde0;
	color: gray;
	background-color: white;
	display: table;
	border-bottom-style: none;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}

#pie a {
	color: gray;
	text-decoration: none;
}

#pie p {
	margin: 0;
	font-size: .8em;
	padding-top: .5em;
	padding-bottom: .5em;
	color: gray;
}

#pie_b {
	width: 100%;
	background-image: url(file://///10.4.60.8/wwwtest1/css/imagenes/pie.jpg);
	height: .5em;
	margin-right: auto;
	margin-left: auto;
}

#pie_d {
	margin-right: auto;
	margin-left: auto;
	background-color: #dedde0;
	height: 8em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/pie.jpg) center;
}

/* @end */

/* ---------------- */

.izquierda {
	float: left;
}

.derecha {
	float: right;
}

.margen_derecho {
	margin-right: 1em;
}

/* ----------------- */

/* @group Renglones */

.renglon {
	display: table;
	margin-bottom: 1em;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	}

/* @end */

/* @group Cuadros */

.cuadro {
	display: table;
	float: left;
	min-height: 15em;
}

.cuadro_libre {
	display: table;
	float: left;
	min-height: 15em;
	font-size: 1em;
}

.fijo {
	overflow: auto;
	display: block;
	min-height:13em;
}

.A {
	width: 59em;
}

.B {
	width: 44em;
}

.C {
	width: 39.5em;
}

.D {
	width: 38em;
}

.E {
	width: 35em;
}

.F {
	width: 29em;
}

.G {
	width: 20em;
}

.H {
	width: 19em;
}

.I {
	width: 18.5em;
}

.J {
	width: 17em;
}

.K {
	width: 14em;
}

.L {
	width: 12em;
}

.M {
	width: 11em;
}

.N {
	width: 9em;
}

.O {
	width: 8em;
}

.fondo_1 {
	background-color: #d8d9de;
}

.fondo_6 {
	background-color: #cdcbcd;
}

.fondo_7 {
	background-color: white;
}

.fondo_2 {
	background-color: #dbd9dc;
}

.fondo_3 {
	background-color: #c1c0c4;
}

.fondo_4 {
	background-color: #a1a1a5;
}

.fondo_5 {
	background-color: #545354;
}

.fondo_8 {
	background-color: #f8f8f8;
}

.H16 {
	height: 16em;
}

.H20 {
	height: 20em;
}

.H8 {
	height: 8em;
}

.H4 {
	height: 4em;
}

/* @end */

/* @group Cajas */

/*.caja {
	border: 1px solid #b7b8b9;
	display: block;
	margin-bottom: 1em;
	background-color: #f4f5f9;
	padding-bottom: 1em;
}*/
.caja {
	border: 0px solid #b7b8b9;
	display: block;
	margin-bottom: ; 
	background-color: #f4f5f9;
	padding-bottom: .5em;
	} 
/*.caja a {
	color: #555555;
	text-decoration: none;
}*/
.caja a { 
	color: #555555;
	text-decoration: none; 
	text-transform: uppercase; 
	font-size: .8em; 
	}
.caja a:hover {
	text-decoration: underline;
	color: maroon;
}
.caja h1 {
	color: #646463; /*white*/
	background-image: url(file://///10.4.60.8/wwwtest1/css/imagenes/fondo_h1_caja.jpg);
	text-transform: uppercase;
	text-align: center;
	font-size: .8em;
	padding-top: .3em;
	padding-bottom: .3em;
	margin-bottom: .4em;
}

.caja h2 {
	color: #929292;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .5em;
	margin-top: 0;
	font-size: 1em;
	margin-left: .3em;
}
.caja ul {
	padding: 0; 
	margin-top: .5em;
	} 
.caja li { padding: 0; 
		   list-style-image: url(file://///10.4.60.8/wwwtest1/css/imagenes/bullet_bl.gif); 
		   list-style-position: outside; 
		   margin-left: 1.6em; 
		   margin-bottom: .2em;
		   line-height: .9em;
		   } 
.caja_video {
	margin-bottom: 1em;
}

.caja_multimedia {
	border: 1px solid #b7b8b9;
	display: block;
	margin-bottom: 1em;
	background-color: #f4f5f9;
	padding-bottom: 1em;
}

.caja_multimedia a {
	color: #F3A400;
	text-decoration: none;
}

.caja_multimedia a:hover {
	color: maroon;
	text-decoration: underline;
}

.caja_multimedia ul {
	padding: 0;
	margin-left: .5em;
	margin-bottom: 0;
	margin-top: 0;
}

.caja_multimedia li {
	list-style-type: none;
	display: table;
	margin-bottom: .3em;
}

.caja_multimedia h1 {
	color: white;
	background-image: url(file://///10.4.60.8/wwwtest1/css/imagenes/fondo_h1_caja.jpg);
	text-transform: uppercase;
	text-align: center;
	font-size: .8em;
	padding-top: .3em;
	padding-bottom: .3em;
	margin-bottom: .5em;
}

/* @end */

/* @group Elementos */

/* @group listados */

.w_libre li {
	width: auto !important;
}

.horizontal li {
	display: inline-block;
}

.lista_menu_vertical {
	margin-top: .5em;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: .8em;
}

.lista_menu_vertical li {
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .8em;
}

.lista_menu_vertical li li {
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	margin-bottom: .1em;
	margin-left: .5em;
}

.lista_menu_vertical a {
	color: #555;
}

.lista_menu_vertical a:hover {
	font-weight: bold;
	color: #1B5E9E;
}

.lista_tipo_A {
	
}

.lista_tipo_A ul {
	padding-top: .5em;
	padding-bottom: .5em;
}

.lista_tipo_A li {
	list-style-image: url(file://///10.4.60.8/wwwtest1/css/imagenes/bullet_bl.gif);
	margin-bottom: .2em;
}

.lista_tipo_A li li {
	list-style-type: disc;
	list-style-image: none;
}

.lista_tipo_A a {
	color: #555;
	text-decoration: none;
}

.lista_tipo_A a:hover {
	color: maroon;
	text-decoration: underline;
}

.lista_tipo_B {
	padding-top: .3em;
	padding-bottom: .3em;
	padding-right: .3em;
}

.lista_tipo_B ul {
	
}

.lista_tipo_B li {
	padding-top: .3em;
	padding-bottom: .3em;
	border-bottom-style: dotted;
	border-bottom-color: #737576;
	list-style-type: none;
	padding-left: .5em;
	font-size: 1em;
	line-height: 1em;
}

.lista_tipo_B li li {
	border-bottom-style: none;
	padding-top: 0;
	padding-bottom: 0;
	list-style-type: none;
	font-size: .9em;
}

.lista_tipo_B a {
	
}

.lista_tipo_B a:hover {
}

.lista_tipo_C {
	padding-top: .3em;
	padding-right: .3em;
	padding-bottom: .3em;
}

.lista_tipo_C li {
	list-style-type: none;
	margin-bottom: .2em;
	padding: .5px;
}

.lista_tipo_C li a {
	display: table;
	width: 99%;
	padding: .5em;
	background-color: #e9e9e8;
}

.lista_tipo_C li a:hover {
	background-color: silver;
}

.lista_tipo_C li li {
	list-style-position: outside;
	list-style-image: url(file://///10.4.60.8/wwwtest1/css/imagenes/bullet_bl.gif);
}

.lista_tipo_D {
	padding-top: .3em;
	padding-bottom: .3em;
}

.lista_tipo_D ul {
	margin: 0;
	padding: 0;
}

.lista_tipo_D li {
	list-style-type: none;
	padding: .5px;
	font-size: 1em;
	vertical-align: top;
	margin-bottom: .4em;
	text-align:left;/*display: inline-block;*/
}

.lista_tipo_D li a {
	color: gray;
	font-size: .8em;
	font-weight: normal;
	line-height: 1em;
}

.lista_tipo_D li a:hover {
	color: maroon;
	text-decoration: underline;
}

.lista_tipo_E {
	
}

.lista_tipo_E h1 {
	background-color: #C3122F;
	color: white;
	font-size: 1em;
	text-transform: capitalize;
	padding: .5em;
}

.lista_tipo_E h2 {
	color: #C3122F;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

.lista_tipo_E h3 {
	color: #C3122F;
	text-align: right;
	font-size: .7em;
	text-transform: none;
}

.lista_tipo_E h3 a {
	color: #C3122F;
}

.lista_tipo_E h3 a:hover {
	color: #C3122F;
	text-decoration: underline;
}

.lista_tipo_E li {
	list-style-type: none;
	margin-top: .5em;
}

.lista_tipo_E li a {
	color: gray;
	font-size: .8em;
	line-height: .9em;
}

.lista_con_iconos_A {
	padding-top: .3em;
	padding-bottom: .5em;
}

.lista_con_iconos_A a {
}

.lista_con_iconos_A a:hover {
	
}

.lista_con_iconos_A ul {
	margin: 0;
	padding: 0;
}

.lista_con_iconos_A li {
	list-style-type: none;
	display: block;
	padding-top: .5em;
	padding-bottom: .5em;
}

.lista_multimedia_A {
	padding-top: .3em;
	padding-right: .3em;
	padding-bottom: .3em;
}

.lista_multimedia_A li {
	list-style-type: none;
	padding-top: .1em;
	padding-bottom: .1em;
}

.lista_multimedia_A a {
	color: #74bf43;
}

.lista_multimedia_A a:hover {
	color: #1B5E9E;
}

.lista_multimedia_B {
	padding-top: .3em;
	padding-bottom: .3em;
	display: table;
}

.lista_multimedia_B li {
	list-style-type: none;
	height: 2em;
	color: orange;
	font-size: .8em;
	padding-top: .7em;
}

.lista_multimedia_B li a {
	color: #7e7076;
	font-size: 1.2em;
}

.lista_notas_A {
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid gray;
}

.lista_notas_A h1 {
	font-size: .9em;
	color: #666666;
	text-transform: none;
}

.lista_notas_A h1 a {
	color: #666666;
}

.lista_notas_A h1 a:hover {
	color: maroon;
}

.lista_notas_A span {
	color: #c06610;
	font-weight: bold;
	text-transform: none;
	margin: 0;
	border-left-style: none;
	font-size: 0.8em;
}

.lista_notas_A p {
	margin: 0;
}

.lista_notas_A h5 {
	margin: 0;
	text-align: right;
}

.lista_notas_B {
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom-width: 1px;
	border-bottom-color: gray;
}

.lista_notas_B h1 {
	font-size: .9em;
	color: maroon;
	text-transform: none;
}

.lista_notas_B h1 a {
	color: maroon;
}

.lista_notas_B h1 a:hover {
	text-decoration: underline;
}

.lista_notas_B h4 {
	color: #313030;
	font-weight: bold;
	text-transform: none;
	border-left-style: none;
	font-size: 0.7em;
	margin-bottom: .4em;
}

.lista_notas_B img {
	border: 1px solid maroon;
	float: left;
	margin-bottom: .5em;
	margin-right: .5em;
}

.lista_notas_B h5 {
	margin: 0;
	text-align: right;
}

.lista_notas_B h5 a {
	color: maroon;
}

.lista_notas_C {
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid gray;
}

.lista_notas_C h1 {
	font-size: .9em;
	color: maroon;
	text-transform: none;
}

.lista_notas_C h1 a {
	color: maroon;
}

.lista_notas_C h1 a:hover {
	text-decoration: underline;
}

.lista_notas_C h4 {
	color: #313030;
	font-weight: bold;
	text-transform: none;
	border-left-style: none;
	font-size: 0.7em;
	margin-bottom: .4em;
}

.lista_notas_C img {
	border: 1px solid maroon;
	float: right;
	margin-bottom: .5em;
	margin-right: .5em;
}

.lista_notas_C h5 {
	margin: 0;
	text-align: right;
}

.lista_notas_C h5 a {
	color: maroon;
}

/* @end */

/* @group Tablas */

.tabla_A
{
	background: #fff;
	margin: 1em;
	border-collapse: collapse;
	text-align: left;
}
.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;
}

.tabla_B
{
	margin: 1em;
	text-align: left;
	border-collapse: collapse;
}
.tabla_B th
{
	font-weight: normal;
	color: #039;
	padding: .5em;
	font-size: 1.2em;
}
.tabla_B td
{
	color: #669;
	padding: .4em;
}
.tabla_B .fondo1
{
	background: #e8edff; 
}

.tabla_C
{
	text-align: left;
	border-collapse: collapse;
}
.tabla_C th
{
	font-weight: bold;
	color: white;
	background: #757575;
	padding: .5em;
}
.tabla_C td
{
	background: #f4f5f9;
	border-top: 1px solid #fff;
	color: #585050;
	padding: .5em;
}
.tabla_C tbody tr:hover td
{
	background: #d0dafd;
}

/* @end */

/* @group Tabs */

.tab_actual_A {
	background-color: #737373 !important;
}

.tab_visible_A {
	display: block;
}

.tab_A {
	display: block;
	overflow: hidden;
}

.tab_recuadro_A {
		border: 2px solid #737373;
		padding: 1em;
		color:#2F2F2F;
	margin: 0;
	background-position: center top;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-right-radius: .5em;
	-moz-border-radius-bottomleft: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-right-radius: .5em;
}

.tab_A ul{
	list-style:none;
	margin:0;
	padding:0;
}
	.tab_A li{
	display: inline-block;
	background-color: silver;
	width: 8em;
	-moz-border-radius-topleft: .4em;
	-webkit-border-top-left-radius: .4em;
	-moz-border-radius-topright: .4em;
	-webkit-border-top-right-radius: .4em;
}
	.tab_A li a{
		color: white;
		display:block;
		text-align:center;
		text-decoration:none;
	line-height: 1.1em;
	font-size: .9em;
	padding: .3em .5em .2em;
}
.tab_A li a:hover{
	color: white;
	text-decoration:none;
	background-color: #737373;
	-moz-border-radius-topleft: .4em;
	-webkit-border-top-left-radius: .4em;
	-moz-border-radius-topright: .4em;
	-webkit-border-top-right-radius: .4em;
}
			
.tab_A li ul{
	background: #737373;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	z-index:200;
	margin-top: -1px;
}
.tab_A li:hover ul{
	display:block;
}
.tab_A li li {
	display: inline-block;
	float:none;
	padding:0px;
	background-color: transparent;
}
.tab_A li ul a{
	display:block;
	font-size:12px;
	font-style:normal;
	padding:0px 10px 0px 15px;
	text-align:left;
}
.tab_A li ul a:hover{
	background:#949494;
	color:#000000;
	opacity:1.0;
	filter:alpha(opacity=100);
}

/* @end */



/*p {
	margin: 0 0 .5em .5em;
	font-size: .85em;
	color: #414040;
}*/
/*
p {
	color:#414040;
	font-size:0.85em; 
	margin:0 0 0.5em 0.5em;
	}
*/
/* @group Carrusel 2 */

.carrusel_2 {
	height: 13em;
	overflow: auto;
	width: 59em;
}

.contenedor_c2 {
	height: 13em;
	display: inline-block;
	width: 9em;
	font-weight: bold;
	float: left;
	padding-right: .41em;
	padding-left: .42em;
	overflow: hidden;
	
}

.imagen_contenedor_c2 {
	height: 13em;
	width: 9em;
	overflow: hidden;
	display: block;
	position: relative;
}

.texto_contenedor_c2 {
	margin-top: -3em;
}

.fondo_contenedor {
	background-color: black;
	opacity: 0.75;
	width: 9em;
	height: 13em;
	position: relative;
}

.contenedor_t1 {
	color: white;
	position: relative;
	margin-top: -13em;
	width: 9em;
	height: 13em;
}

.linea_rosa {
	border-top: 3px solid #d90a90;
}

.flecha_rosa {
	width: 10px;
	height: 5px;
	float: right;
	margin-right: 3px;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/flechas_carrusel2.gif) -60px;
}

.titulo_contenedor {
	line-height: 1.1em;
	text-align: left;
	font-size: .8em;
	padding: .4em .5em .2em;
	height: 3.2em;
}

.texto_contenedor_2 {
	font-size: .7em;
	line-height: 1.1em;
	margin-top: .5em;
	padding-right: .5em;
	padding-left: .5em;
	text-align: left;
}

.texto_contenedor_2 a {
	color: white;
	text-decoration: none;
}

/* @end */

/*
hr {
	margin: 2em 1em;
}

ul {
	margin-left: .5em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

li {
	line-height: 1.1em;
	list-style-position: inside;
	list-style-type: circle;
}

li li {
	list-style-type: disc;
	line-height: 1em;
	margin-bottom: .1em;
	padding-bottom: 0;
	list-style-position: inside;
}
*/

/*
a {
	text-decoration: none;
	color: #2F2F2F;
}
*/

a:hover {
	text-decoration: underline;
}

/*h1 {
	color: #d61d00;
	text-transform: uppercase;
	margin-bottom: .3em;
	font: bold 1.6em/1em Arial;
	margin-top: 0;
}
*/

/*h2 {
	color: #929292;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .5em;
	font-size: 1.2em;
	margin-top: 0;
}*/
/*h2 {
	color:#4195c1;
	font-size:1.2em;
	font-weight:bold;
	line-height:1em;
	margin-bottom:0.5em;
	margin-top:0;
	text-transform:uppercase;
	}
*/

/*
h3 {
	color: #3e8213;
	text-transform: uppercase;
	font: 0.9em/1em Arial;
	margin-bottom: 1em;
}

h3 a {
	color: #3e8213;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
	color: #3e8213;
}

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: .2em;
	font-weight: bold;
	color: maroon;
	font-size: .9em;
}

h4 a {
	color: maroon;
}

h4 a:hover {
	text-decoration: none;
}

h5 {
	font-size: .7em;
	color: gray;
	font-weight: bold;
}

h5 a {
	color: gray;
	text-decoration: none;
}

h5 a:hover {
	text-decoration: underline;
}

h6 {
	font-size: .7em;
	color: #3e8213;
	font-weight: bold;
	margin-top: .2em;
	margin-bottom: .2em;
	margin-left: .5em;
}

*/

/* @group Iconos */

.icono_1 {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/icono_ser_multipagos.jpg);
} 

.icono_2 {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/icono_ser_multipagos_01.jpg);
}

.icono_3 {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/icono_ser_multipagos_02.jpg);
}

.icono_4 {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/icono_ser_multipagos.jpg);
}

.icono_5 {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/icono_ser_multipagos_01.jpg);
}

.icono_6 {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/icono_ser_multipagos_02.jpg);
}

.icono_7 {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -280px -236px;
}

.icono_8 {
	width: 16px;
	height: 24px;
	display: block;
	float: right;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -13px;
}

/* @end */

/* @group Iconos del tipo de Archivos */

.icono_avi {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_bmp {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_doc {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_fla {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_gif {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_htm {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_img {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_iso {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_jar {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_jpg {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_mov {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_mp3 {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_pdf {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_png {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_ppt {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_rar {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_rtf {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_tar {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_tif {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_txt {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_wav {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_wma {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_wmv {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_xls {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_xml {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_zip {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -330px;
}

/* @end */

/* @group Iconos Multimedia A y B */

.audio_1 {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -45px -40px;
}

.video_1 {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -40px;
}

.foto_1 {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -105px -40px;
}

.info_1 {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -75px -40px;
}

.rel_1 {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) -135px -40px;
}

.audio_2 {
	width: 35px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -96px;
}

.video_2 {
	width: 35px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -59px -96px;
}

.foto_2 {
	width: 35px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -102px -96px;
}

.info_2 {
	width: 35px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -153px -96px;
}

/* @end */

/* @group listado de redes */

#lista_redes {
}

#lista_redes a {
	background-color: orange;
	display: inline-block;
	float: left;
}

#r1 a {
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -152px;
	width: 2em;
	height: 2em;
	margin-right: .5em;
	/*margin-bottom: 1em;*/
	margin-left: 1em;
}

#r1 a:hover {
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -16px -195px;
}

#r2 a {
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -58px -152px;
	width: 2em;
	height: 2em;
	margin-right: .5em;
	/*margin-bottom: 1em;*/
	margin-left: 1em;
}

#r2 a:hover {
	background-position: -58px -195px;
}

#r3 a {
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -100px -152px;
	width: 2em;
	height: 2em;
	margin-right: .5em;
	/*margin-bottom: 1em;*/
	margin-left: 1em;
}

#r3 a:hover {
	background-position: -100px -195px;
}

#r4 a {
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -142px -152px;
	width: 2em;
	height: 2em;
	margin-right: .5em;
	/*margin-bottom: 1em;*/
	margin-left: 1em;
}

#r4 a:hover {
	background-position: -142px -195px;
}

#r5 a {
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -184px -152px;
	width: 2em;
	height: 2em;
	margin-right: .5em;
	/*margin-bottom: 1em;*/
	margin-left: 1em;
}

#r5 a:hover {
	background-position: -184px -195px;
}

#r6 a {
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -226px -152px;
	width: 2em;
	height: 2em;
	margin-right: .5em;
	/*margin-bottom: 1em;*/
	margin-left: 1em;
}

#r6 a:hover {
	background-position: -226px -195px;
}

#r7 a {
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -268px -152px;
	width: 2em;
	height: 2em;
	margin-right: .5em;
	/*margin-bottom: 1em;*/
	margin-left: 1em;
}

#r7 a:hover {
	background-position: -268px -195px;
}

#r8 a {
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -310px -152px;
	width: 2em;
	height: 2em;
	margin-right: .5em;
	/*margin-bottom: 1em;*/
	margin-left: 1em;
}

#r8 a:hover {
	background-position: -310px -195px;
}

#r9 a {
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/iconografia.gif) no-repeat -352px -152px;
	width: 2em;
	height: 2em;
	margin-right: .5em;
	/*margin-bottom: 1em;*/
	margin-left: 1em;
}

#r9 a:hover {
	background-position: -352px -195px;
}

/* @end */

/* ---------------- */

.recuadro {
	margin: 1em;
	border: 1px none gray;
	padding: 1em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	display: table;
}

.recuadro2 {
	margin: 1em;
	border: 1px solid gray;
	padding: 1em;
	background-color: #f9f7fa;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	font: .75em Courier;
}

.recuadro3 {
	border: 2px solid #737373;
	padding: 1em;

	font-size: .7em;
	background:url("file://///10.4.60.8/wwwtest1/css/imagenes/background.jpg") no-repeat scroll center top #F4F5F9;
color:#2F2F2F;
}

.recuadro4 {
	padding: 1em;

	font-size: .7em;
color:#2F2F2F;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.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: #4195c1;
	margin-bottom: .5em;
	font-size: 1em;
}

.titulo_seccion a {
	color: #018E9F;
	text-decoration: none;
}

.titulo_seccion_b {
	font-size: .7em;
	color: gray;
	font-weight: bold;
}

.titulo_seccion_b a {
	color: gray;
}

/*.ruta_de_navegacion {
	text-align: right;
	color: #d92b12;
	text-transform: uppercase;
	font-size: .7em;
	margin-bottom: 1em;
}*/
.ruta_de_navegacion {
	text-align: left;
	color: #d92b12;
	text-transform: uppercase;
	font-size: .7em;
	margin-bottom: 1em;
}

.ruta_de_navegacion a {
	color: #929292;
	text-decoration: none;
}

.ruta_de_navegacion a:hover {
	color: #d92b12;
	text-decoration: underline;
}

/*.herramientas_del_usuario {
	font-size: .7em;
}*/
.herramientas_del_usuario { 
    font-size: .7em;
	margin-bottom: 0.5em;
	}
.texto_herramientas {
	vertical-align: top;
}

.herramientas_del_usuario a {
	color: gray;
	text-decoration: none;
}

.titulo_nota {
	color: #929292;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .5em;
	font-size: 1.2em;
}

.texto_nota {
	font-size: .9em;
}
.texto_nota img {
	float:left;
	height:20em;
	margin-bottom:1em; 
	margin-right:1em; 
	width:36em;
	}
.autor_nota {
	color: #ba5112;
	text-align: right;
	font-size: .6em;
}

.nota_chica {
	font-size: .8em;
}

.nota_media {
	font-size: 1em;
}

.nota_grande {
	font-size: 1.3em;
}

.nota_especial {
	font-weight: bold;
	color: #744d2f;
	font-size: .9em;
}

.nota_especial a {
	color: blue;
}

.fecha_nota {
	color:#434D2A;
	font-size:0.7em;
	font-weight:bold;
	margin-bottom:0.5em;
}

.renglon_ban {
	margin-bottom: 1em;
	height: 4em;
	display: block;
}

.ban_1 {
	width: 9.75em;
	height: 4em;
}

.ban_2 {
	width: 20em;
	height: 4em;
	margin-bottom: 1em;
}

/* @group Estrellas */

/*.estrellas{
	width: 80px;
	height:16px;
	margin: 0 0 1px;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(imagenes/estrellas.gif) no-repeat 0 0;
	float: left;
}*/
.estrellas{ 
    width: 80px;
	height:16px;
	margin: 0 0 1px;
	padding:0; 
	list-style:none;
	clear:both; 
	position:relative; 
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/estrellas.gif) no-repeat 0 0; 
	float: left;
	}
.estrella_1 {background-position:0 -16px}
.estrella_2 {background-position:0 -32px}
.estrella_3 {background-position:0 -48px}
.estrella_4 {background-position:0 -64px}
.estrella_5 {background-position:0 -80px}
ul.estrellas li {
	cursor: pointer;
	float:left;
	text-indent:-999em;
}
ul.estrellas li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.estrellas li.estrellas_1 a {left:0}
ul.estrellas li.estrellas_2 a {left:16px;}
ul.estrellas li.estrellas_3 a {left:32px;}
ul.estrellas li.estrellas_4 a {left:48px;}
ul.estrellas li.estrellas_5 a {left:64px;}

ul.estrellas li a:hover {
	z-index:2;
	width: 78px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(file://///10.4.60.8/wwwtest1/css/imagenes/estrellas.gif) no-repeat 0 0}
ul.estrellas li.estrellas_1 a:hover {background-position:0 -176px;}
ul.estrellas li.estrellas_2 a:hover {background-position:0 -192px;}
ul.estrellas li.estrellas_3 a:hover {background-position:0 -208px}
ul.estrellas li.estrellas_4 a:hover {background-position:0 -224px}
ul.estrellas li.estrellas_5 a:hover {background-position:0 -240px}

/* @end */

/* @end */

/* @group ejemplos */

.cuadro_notas_inicio {
	height: 20em;
	display: table;
	background-image: url(file://///10.4.60.8/wwwtest1/ejemplos/imagenes/fondo_notas.jpg);
}

.cuadro_notas_inicio a {
	display: block;
	width: 19em;
	height: 3em;
	padding: .5em .5em .5em 1.5em;
	color: #1c5da4;
	line-height: 1em;
	border-bottom: 1px solid #ffffff;
}

.cuadro_notas_inicio a:hover {
	display: block;
	background: #f1f0f0 url(file://///10.4.60.8/wwwtest1/ejemplos/imagenes/bullet_notas.jpg) no-repeat;
}

.nota_prima {
	display: table;
	padding-bottom: .5em;
	margin-top: .5em;
	padding-left: .5em;
}
.marco_cuadro_I {
	border: 1px solid gray;
}

/*.marco_cuadro_I a {
}*/

.marco_cuadro_I img {
	border-style: solid;
	border-color: #1c6fc9;
	margin-left: .5em;
	margin-bottom: .5em;
}

.marco_cuadro_I2 {
}

.marco_cuadro_I2 a {
	font-size: .9em;
	line-height: .9em;
}

.marco_cuadro_I2 a:hover {
	color: #1b5e9e;
	text-decoration: underline;
}

.borde_azul {
	border: 1px solid #289ed4;
}

.borde_gris {
	border: 1px solid #737576;
}

.titulo_seccion2 {
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: .3em;
	border-width: 2px;
	border-color: #e4e3e3;
	text-transform: uppercase;
	margin-top: .2em;
	font-weight: bold;
	color: #1c5da4;
	font-size: .9em;
	margin-bottom: .5em;
}

#videos_v4 {
	height: 16.5em;
	margin-right: .2em;
}

#v_4_notas {
	height: 15em;
}

.v4_frame {
	width: 22.5em;
}

.v4_notas {
	padding-left: .5em;
	padding-right: .5em;
	width: 15.5em;
}

.v4_notas ul {
	margin: 0;
	padding: 0;
}

.v4_notas li {
	list-style-type: none;
	font-size: .75em;
	border-bottom: 1px dashed silver;
	line-height: 1.2em;
	padding-top: .5em;
	padding-bottom: .5em;
}

.v4_notas a {
	color: #5f5e5f;
	text-decoration: none;
}

.v4_notas a:hover {
	color: #c71907;
	text-decoration: underline;
}

.videos_C {
	font-size: .65em;
	text-transform: capitalize;
}

.videos_C a {
	color: #C71707;
	margin-top: .3em;
}

/*AGREGADOS*/

.cabecera
{
	width: 61em;
	margin: 0 auto;
}

.border0
{
	border: 0;
}

.Busca
{
	width: 2em;
	height: 1.8em;
	vertical-align: top;
}
	
.justificar
{
	text-align: justify;
}

.centrar
{
	margin: 0 auto;
}

.banner
{
	width: 9em; 
	height: 13em; 
	border: 0;
}
.frame
{
	width:360px;
	height:240px ;
}

.frame225x200
{
	width: 225px;
	height: 200px;
}

.t_subrayado
{
	text-decoration: underline;
}

.cursiva
{
   font-style: italic; 
}

.texto_centrar
{
	text-align:center;
}

.borde006699
{
	border: 1px solid #E4E4E4;
}

table .gris{background-color: #EBEBEB;}
table .azul{background-color: #DCE3ED;}

.fondo{background-image:url(file://///10.4.60.8/wwwtest1/delegaciones/fondo.jpg);}
.fondo1{background-image:url(file://///10.4.60.8/wwwtest1/delegaciones/fondo1.jpg);}
.l_punto{background-image:url(file://///10.4.60.8/wwwtest1/delegaciones/l_punto.jpg);}
.linea{background-image:url(file://///10.4.60.8/wwwtest1/delegaciones/linea.jpg);}




/* 
    Document   : style
    Created on : Dec 6, 2012, 10:10:54 PM
    Author     : richlona
    Description:
        Purpose of the stylesheet follows.
*/

#shadow-up, #shadow-down {
	clear:both;
    width:960px;
    height: 17px;
}

#shadow-up {
    background: url('/images/imagenEPN/shadow_up.png') no-repeat;
}

#shadow-down {
    margin-top: 2px;
    background: url('/images/imagenEPN/shadow_down.png') no-repeat;
}

.nav {
    
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(left,  #fafafa 0%, #eaeaea 14%, #eaeaea 86%, #fafafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fafafa), color-stop(14%,#eaeaea), color-stop(86%,#eaeaea), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fafafa 0%,#eaeaea 14%,#eaeaea 86%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fafafa 0%,#eaeaea 14%,#eaeaea 86%,#fafafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fafafa 0%,#eaeaea 14%,#eaeaea 86%,#fafafa 100%); /* IE10+ */
    background: linear-gradient(to right,  #fafafa 0%,#eaeaea 14%,#eaeaea 86%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */

    font-family: 'trajan';
    color: #646463;
    margin: 0 auto;
    text-align: center;
}

.nav ul {
	overflow: hidden;
        margin: 0 auto;
        padding: 0;
}

.nav li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 10px 0.5em;
        text-align: center;
        font-size: 14px;
}


.nav a {
	color: #666666;
	display: block;
	text-decoration: none;
        margin: 0;
        padding: 0;
}

.nav a:active, .nav a:visited {
	color: #666666;
}

.nav a:focus, .nav a:hover {
    color: #ba2025;
    /*
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
        */
}

.no-borderradius .nav a:focus, .no-borderradius .nav a:hover {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}


/************ Columnas ********************/

.infoColumns {
    width: 100%;
    display: inline-block;
}

.infoColumns .column {
    float: left;
    width: 31.5%;
    border: 1px solid #dedede;
    padding: 4px 4px;
    margin: 8px 7px 0 0;
    min-height: 310px;
    background-color: #fff;
}

.infoColumns .column:last-child{
    margin: 8px 0 0 0;
}

.infoColumns .column h2 {
    font-family: 'trajan';
    font-size: 14px;
    margin-left: 12px;
	padding: 2px 0;
    color: #ba2025;
}

.infoColumns .column ul {
    padding: 0 14px;
    
}

.infoColumns .column li {
    list-style: none;
    border-bottom: 1px solid #dedede;
    margin-bottom: 4px;
    padding: 4px 0px;
    
}

.infoColumns .column li a {
    text-decoration: none;
    color: #646463;
    font-family: 'trajan';
    font-size: 11px;
}

.infoColumns .column li a:hover {
    color: #ba2025;
}

.row {
    clear:both;
    margin-bottom: 4px;
}

.item {
    float: left;
    width: 48%;
    min-height: 64px;
    margin-right: 4px;
    overflow: hidden;
}


/******** Carrousel ***********/

.carrousel {
    clear: both;
    width: 100%;
    min-height: 200px;
    margin: 18px 0;
    border: 1px solid #ddd;
}



/********* Footer ***********/

.footerColumns {
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}

.footerColumns .column {
    float: left;
    width:24%;
    margin: 8px 8px 0 0;
    font-size: 14px;
    min-height: 250px;
    color: #646463;
}

.footerColumns .column h2 {
    font-family: 'trajan';
    font-size: 14px;
    text-align: left;
}

.footerColumns .column:last-child {
    margin: 8px 0 0 0;
}

.footerColumns .column ul {
    margin-bottom: 22px;
    margin-left: 0;
    padding-left: 12px;
    width: 86%;
}

.footerColumns .column ul li {
    list-style: none;
    font-family: 'Times New Roman', serif;
	font-size: 12px;
    margin-bottom: 5px;
}

.footerColumns .column ul li a {
    text-decoration: none;
    color: #646463;
}

.footerColumns .column ul li a:hover {
    color: #ba2025;
}

#footer {
    clear:both; 
    margin-top: 12px;
}

.divBase {
    clear: both; 
    width: 100%; 
    border-top: 1px solid #dedede; 
    margin-bottom: 1px;
}

.infoBase {
    border-top: 1px solid #dedede; 
    border-bottom: 1px solid #dedede; 
    font-family: 'Trajan'; 
    font-size:13px; 
    color: #666666; 
    text-align: center; 
    padding: 14px 0px;
    margin-bottom: 1px;
}

.infoBase a {
    text-decoration: none; 
    color: #808080;
}

.social-search {
    clear:both; 
    margin-top: 40px; 
    margin-bottom: 0px;
}

#social {
    width:242px; 
    float: left; 
    height: 34px;
    margin-top: 0px;
    display: inline-block;
}

#social .fb {
    background: url('/images/imagenEPN/fb.png') no-repeat;
    width: 31px;
    height: 31px;
    float: left;
    margin-right: 6px;
}

#social .fb:hover {
    background: url('/images/imagenEPN/fb-over.png') no-repeat;
    width: 31px;
    height: 31px;
}

#social .tw {
    background: url('/images/imagenEPN/tw.png') no-repeat;
    width: 31px;
    height: 31px;
    float: left;
	margin-right: 6px;
}

#social .tw:hover {
    background: url('/images/imagenEPN/tw-over.png') no-repeat;
    width: 31px;
    height: 31px;
}

#social .yt {
    background: url('/images/imagenEPN/yt.png') no-repeat;
    width: 31px;
    height: 31px;
    float: left;
	margin-right: 6px;
}

#social .yt:hover {
    background: url('/images/imagenEPN/yt-over.png') no-repeat;
    width: 31px;
    height: 31px;
}


.baseSearch {
    float:right; 
    background-color: #f1f1f1; 
    padding: 6px 8px; 
    box-shadow: inset 0px 2px 3px rgba(255,255,255,0.8), 1px 1px 3px rgba(245,245,245,0.2);
    margin-top: 20px;
}

.baseBrand {
    float:left; 
    padding: 6px 8px; 
    margin-bottom: 30px;
    box-shadow: inset 0px 2px 3px rgba(255,255,255,0.8), 1px 1px 3px rgba(245,245,245,0.2);
}

.coolLine {
    float: left; 
    border-top: 1px solid #dedede; 
    border-bottom: 1px solid #dedede; 
    width: 373px; 
    height:1px; 
    margin-top: 38px;
}

.baseBrand img {
    float:left; 
    margin: 0px 24px;
}

.infoDir { 
    clear: both;
    margin: 32px auto 82px auto; 
    text-align: center; 
    font-family: 'Times New Roman', serif; 
    font-weight: lighter; font-size: 13px;
}

.infoDir p {
    color: #808080; 
    line-height: 5px;
}

.infoDir a {
    text-decoration: none; 
    color:#808080;
}

/******************* Interna **************************/


section {
    /*float:left;*/
    width: 67.2%;
   /* border-right: 1px solid #E0E0E0;*/
    margin-top: 18px;
    margin-bottom: 24px;
    padding-right: 32px;
}

.breadcrum {
    font-family: 'Times New Roman', serif;
    font-size: 12px;
    color: #515151;
}

header {
    clear: both;
}

header h1 {
    font-family: 'trajan';
    font-size: 1.6em;
    color: #ba2025;
    margin: 8px 0 18px 0;
    font-weight: lighter;
}

header .imgHolder {
    padding: 1px;
    margin-left: 1px;
    margin-bottom: 24px;
    height: 232px;
    background-color: white;
    
    box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -o-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
}

header .imgHolder img {
    margin:0;
    padding:0;
}

article {
}

article p {
    font-family: 'Times New Roman', serif;
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    color: #515151;
}

aside {
    float: right;
    width: 26.5%;
}

.socialside {
    clear: both;
    width: 100%;
    margin: 24px 0 32px 0;
}

.socialside .fb {
    background: url('file://///10.4.60.8/wwwtest1/images/fb.png') no-repeat;
    float: left;
    width: 31px;
    height: 31px;
    margin-right: 6px;
}

.socialside .fb {
    background: url('file://///10.4.60.8/wwwtest1/images/fb.png') no-repeat;
    float: left;
    width: 31px;
    height: 31px;
    margin-right: 6px;
}

.socialside .fb:hover {
    cursor:pointer;
    background: url('file://///10.4.60.8/wwwtest1/images/fb-over.png') no-repeat;
}

.socialside .tw {
    background: url('file://///10.4.60.8/wwwtest1/images/tw.png') no-repeat;
    float: left;
    width: 31px;
    height: 31px;
}

.socialside .tw:hover {
    cursor:pointer;
    background: url('file://///10.4.60.8/wwwtest1/images/tw-over.png') no-repeat;
}

.alist {
    width: 100%;
    padding: 1px;
    margin-bottom: 32px;
    background-color: white;
    
    box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -o-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
}

.alist .bk {
  background: rgb(247,247,247); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(247,247,247,1) 32%, rgba(219,219,219,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(32%,rgba(247,247,247,1)), color-stop(100%,rgba(219,219,219,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(247,247,247,1) 32%,rgba(219,219,219,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(247,247,247,1) 32%,rgba(219,219,219,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(247,247,247,1) 32%,rgba(219,219,219,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(247,247,247,1) 32%,rgba(219,219,219,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dbdbdb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding: 12px;
}

.alist .bk fieldset {
    clear: both;
    padding: 12px;
    border: 1px solid #d3d3d3;
    
    
}

.alist .bk fieldset legend {
    text-align: center;
    font-family: 'Times New Roman',serif;
    color: #606060;
    font-size: 18px;
    padding: 0 14px;
}

.alist .bk fieldset ul {
    margin: 8px 0;
    padding: 0 6px 0 18px;
}

.alist .bk fieldset ul li {
    list-style: none;
    font-family: 'Times New Roman', serif;
    font-size: 14px;
    color: #606060;
    font-weight: lighter;
    line-height: 1;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #dbdbdb;
}

.alist .bk fieldset ul li a {
    text-decoration: none;
    color: #606060;
}

.alist .bk fieldset ul li a:hover {
    color: #ba2025;
}


h2 {
    font-family: 'trajan';
    font-size: 14px;
    margin-left: 12px;
	padding: 0 0;
    color: #ba2025;
}

.reset
{
	display:block;
	position:relative; 
	clear:both;
}

/* estilo etique p [boletines] */
p.bol-content{
text-align: justify;
padding: 10px 30px 0px 20px;
}

.t-directorio{
	border: 1px solid #eee;
	margin-bottom: 40px;
	width: auto;	
}
.t-directorio th,
.t-directorio td {
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
.t-directorio td:first-child {
	text-align: left;
}
.t-directorio th{
	background: #bae3ef;
}
.t-directorio th:nth-child(1)
,.t-directorio th:nth-child(1){
	width: 200px;
}
.t-directorio th:nth-child(3){
	width: 100px;
}
/* @end */
