/*-----------------------------------------------------EDITADO POR ALTGARED------------------------------------------------------*/
/* ------------------------------------------CUERPO PRINCIPAL--------------------------------------- */
/*---------------------------------------------------------------------------------------------------*/

body {
	background: #F5F5F5;
	color:#000000;
	margin:0;
	font: 1em Arial;
    background-color: #F5F5F5;
}

#cuerpo_principal {
	width: 61em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;

}

#Cuerpo_inicial {
	margin-right: auto;
	margin-left: auto;
	display: table;
	width: 60em;
	padding-bottom: .5em;
	background-color: white;
	padding-right: .5em;
	padding-left: .5em;
}

.elemento {
	display: inline-block;
	overflow: hidden;
	margin-right: 0;
	padding: .5em;
}

#Bicentenario_1 {
	width: 81em;
	margin-right: auto;
	margin-left: auto;
	background: white no-repeat;
	z-index: -1;
}

/* --------------------------------------COLOR LETRAS VINCULOS-------------------------------------- */
/*---------------------------------------------------------------------------------------------------*/
a:link {
	color: #66850B;
	text-decoration: none;
	font-size:1em;
}
a:visited {
	color: #66850B;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
.abl:link {
	color: #f7f7f7;
	text-decoration: none;
}
.abl:visited {
	color: #ffffff;
	text-decoration: none;
}
.abl:hover {
	color: #ffffff;
	text-decoration: underline;
}
.abl:active {
	color: #ffffff;
	text-decoration: underline;
}

.gbl:link {
	color: #343434;
	text-decoration: none;
}
.gbl:visited {
	color: #343434;
	text-decoration: none;
}
.gbl:hover {
	color: #343434;
	text-decoration: underline;
}
.gbl:active {
	color: #343434;
	text-decoration: underline;
}


/*---------------------------------------------------------------------------------------------------*/





/* -----------------------------------------------ALINEADOS----------------------------------------- */
/*---------------------------------------------------------------------------------------------------*/
.izquierda {
	float: left;
}

.derecha {
	float: right;
}

.centrado {
	margin-left: auto;
	margin-right: auto;
}

.Tcentrado {
	text-align: center;
}

.Tderecha {
	text-align: right;
}

.Tizquierda {
	text-align: left;
}
/* ---------------------------------------FINALIZA ALINEADOS---------------------------------------- */
/*---------------------------------------------------------------------------------------------------*/




/* ------------------------------------------@group Barra de Herramietas--------------------------- */
/*--------------------------------------------------------------------------------------------------*/

#barra_herramientas {
	overflow: hidden;
	height: 1.5em;
	background-color: transparent;
}

#login {
	width: 29em;
	float: left;
	padding-left: 1em;
}

#login Input {
	border: 0.16em solid gray;
	color:#5b5b76;
	font-size: 0.75em;
	margin:0;
	padding:0.125em;
	background-position: center top;
}

#herramientas {
	width: 30em;
	float: right;
	padding-right: 1em;
	text-align: right;
}

#herramientas a {
	text-decoration: none;
	font-size: .8em;
	color: #333300;
}

#herramientas a:hover {
	text-decoration: underline;
	color:#333300;
}


/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/




/*---------------------------------------FIRMA BUSCAR ETC-------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

#firma_busqueda {
	height: 5em;
	display: block;
	overflow: hidden;
	background-image: url(imagenes/encabezado.jpg);
}

#firma a {
	display:block;
	height: 5em;
	width: 20em;
	float: left;
	padding-left: 11em;
}

#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;
}

#BtnHome {
	display: table;
	float: left;
	padding-right: 1em;
	height: 2.5em;
	padding-top: .2em;
	text-align:left;
}

#dominio {
	color: white;
	font-size: 2em;
}

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/





/* --------------------------------------------@group Menu----------------------------------------- */
/*--------------------------------------------------------------------------------------------------*/

.letra_menu {
	font-size: .8em; /* font-size: .8em; */	
	
}

.menu_principal {
	text-align: center;
	height: 2.5em;
	display: block;
	overflow: hidden;
	background-image: url(imagenes/fondo_menu.jpg);	
	font-size: .99em;
	margin: auto;
}

.menu_principal ul{
	height: 2em;
	list-style:none;
	/*
	margin-left:13px;
	text-align: left;	
	*/
	margin: auto;
	text-align: center;	
	padding:0;
	
}
	.menu_principal li{
	display: inline-block;
	font-weight: bold;
	background-color: transparent;
	margin-bottom: 0px;
	
}
	.menu_principal li a{
		color: white;
		display:block;
		line-height: 2em;
		text-align:center;
		text-decoration:none;
	padding: 0em .5em;
}
.menu_principal li a:hover{
	text-decoration: none;
}
			
.menu_principal li ul{
	background: #737373;
	border-bottom: 0.250em solid #ff0;
	display:none;
	height:auto;
	
	/*opacity:0.95;*/
	position:absolute;
	width: 17em;
	z-index:200;
	margin-top: -0.16em;
}
.menu_principal li:hover ul{
	display:block;
}
.menu_principal li li {
	display:block;
	float:none;
	padding: 0;
	width: 17em;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	
	background: url(imagenes/bullet_menu.png) no-repeat 1em;
}
.menu_principal li ul a{
	display:block;
	font-size:0.75em;
	font-style:normal;
	padding:0.5em 0em 0.5em 2.8125em; /* padding:0px 10px 0px 15px; 1.3125em */
	text-align:left;	
	line-height: 1.4em;
	
	margin-top: 0.60em;
	margin-bottom:  0.60em;
}
.menu_principal li ul a:hover{
	/*opacity:1.0;
	filter:alpha(opacity=100);
	text-decoration: underline;*/
	background: #737373;
}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5 {
	width: 20.4em;
}

#submenu4 li, #submenu1 li, #submenu2 li, #submenu3 li, #submenu4 li, #submenu5 li {
	display: inline-block;
}

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/*------------------------------------------CUERPO PIE ETC------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

#cuerpo {
	background-color: white;
	display: table;
	padding: 1em;
	width: auto;
	margin:0em;
}

/* @group Pie de Pagina */

#pie {
	border-top: 0.16em 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: 61em;
	background-image: url(imagenes/pie1.jpg);
	height: .5em;
	margin-right: auto;
	margin-left: auto;
}

#pie_d {
	margin-right: auto;
	margin-left: auto;
	background-color: #dedde0;
	height: 8em;
	background: url(imagenes/pie.jpg) center;
}

/* @end */

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*//* ---------------------------------------@group Renglones----------------------------------------- */
/*--------------------------------------------------------------------------------------------------*/
.renglon {
	display: table;
	margin-bottom: 1em;
	min-height: 1em;
}

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/


/* -----------------------------------------@group Cuadros----------------------------------------- */
/*--------------------------------------------------------------------------------------------------*/

.cuadro {
	display: table;
	float: left;
	min-height: 15em;
	font-size: 1em;
}

/*
.Cuadro {
	display: block;
	overflow: hidden;

}
*/

.fijo {
	overflow: auto;
	display: table;
	min-height:13em;
}


/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/


/*----------------------------------------------WIDTH ABC-------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
.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;
}


/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/* -------------------------------------------------CUADROS---------------------------------------- */
/*--------------------------------------------------------------------------------------------------*/


.cuadro_notas_inicio {
	height: 20em;
    background-image:url(../ejemplos/imagenes/fondo_notas.jpg);
	color:#66CC00;	
}

.cuadro_notas_inicio a {
	display: block;
	width: 19em;
	height: 2.9em;
	padding: .5em .5em .5em 1.5em;
	color:#666600;
	line-height: 1em;
	border-bottom: 0.16em solid #ffffff
}

.cuadro_notas_inicio a:hover {
	display: block;
	background: #f1f0f0 url(../ejemplos/imagenes/bullet_notas.jpg) no-repeat;
}

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/





/* @group listados */

.lista_tipo_A {
	
}

.lista_tipo_A ul {
	padding-top: .5em;
	padding-bottom: .5em;
}

.lista_tipo_A li {
	list-style-image: url(imagenes/bullet.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: .9em;
	padding-bottom: .3em;
	padding-right: .3em;
	
}


.lista_tipo_B li {
	padding-top: .3em;
	padding-bottom: .3em;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	/*padding-left: ;*/
	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: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: 0.3125em;
}

.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(imagenes/bullet.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: 0.3125em;
	width: 9em;
	vertical-align: top;
	margin-bottom: .4em;
	display: inline-block;
}

.lista_tipo_D li a {
	color: gray;
	font-size: .7em;
	line-height: 1em;
}

.lista_tipo_D li a:hover {
	color: maroon;
	text-decoration: underline;
}

.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_con_iconos_A {
	padding-top: .3em;
	padding-bottom: .5em;
}

.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: 0.16em 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 */

/*----------------------------------menu principal hover--------------------------------*/
/*-------------------------------------------movil--------------------------------------*/

.menu_principal li ul{
	background: #a4ad08; /* background: #CDD905; */
}
#herramientas {
	color:#000;
}

#herramientas a {
	text-decoration: none;
	font-size: .8em;
	color:#000;
}

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*-------------------------------------caja menu derecho--------------------------------*/
/*--------------------------------------------------------------------------------------*/
.md_caja {
	border: 1px solid silver;
	background-color: #f2f2f4;
	display: block;
	width: 11.35em;
	margin-bottom: .8em;
	font-size:1em;
}

.md2_caja {
	border: 1px solid silver;
	background-color: #f2f2f4;
	display: block;
	width: 23em;
	margin-bottom: .8em;
}



/*------------------------------finaliza la caja menu derecho---------------------------*/
/*--------------------------------------------------------------------------------------*/







/*----------------------------------menu principal hover--------------------------------*/
/*-------------------------------------------movil--------------------------------------*/

.menu_principal li ul{
	background: #a4ad08; /* background: #CDD905; */
}
#herramientas {
	color:#000;
}

#herramientas a {
	text-decoration: none;
	font-size: .8em;
	color:#000;
}

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/



/* ------------------------Finalizan las estrellas estrellas--------------------------- */
/*--------------------------------------------------------------------------------------*/



/* ------------------------------------ videos ---------------------------------------- */
/*--------------------------------------------------------------------------------------*/

#videos_v4 {
	height: 16.5em;
	width: 29.5em;
	margin-right: .2em;
}

#v_4_notas {
	border-right: 1px solid #e4e3e3;
	height: 15em;
}

.v4_frame {
	width: 20em;
}

.v4_notas {
	padding-left: .5em;
	padding-right: .5em;
	width: 8.4em;
}

.v4_notas ul {
	margin: 0;
	padding: 0;
}

.v4_notas li {
	margin: 0;
	list-style-type: none;
	font-size: .7em;
	border-bottom: 1px dashed silver;
	line-height: 1.2em;
	padding-top: .4em;
	padding-bottom: .4em;
}

.v4_notas a {
	color: #5f5e5f;
	text-decoration: none;
}

.v4_notas a:hover {
	color: #c71907;
	text-decoration: underline;
}

.videos_C {
	font-size: .6em;
	text-transform: capitalize;
}

.videos_C a {
	color: #C71707;
	margin-top: .3em;
}


/* -------------------------------finaliza videos ------------------------------------- */
/*--------------------------------------------------------------------------------------*/






/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/

.icono_1 {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconos/snih.png) no-repeat;
}

.icono_2 {
	width: 36px;
	height: 31px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconos/directorio_gas.jpg) no-repeat;
}

.icono_3 {
	width: 36px;
	height: 34px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconos/dierctorio_electricidad.jpg) no-repeat;
}

.icono_4 {
	width: 36px;
	height: 32px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconos/calcula.png) no-repeat ;
}

.icono_5 {
	width: 36px;
	height: 31px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconos/estadisticas.png) no-repeat;
}

.icono_6 {
	width: 36px;
	height: 31px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconos/publicaciones.jpg) no-repeat ;
}

.icono_7 {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconos/e5cinco.png) no-repeat -280px -236px;
}



.icono_9 {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconos/e5cinco.png) no-repeat ;
}
.icono_10 {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconos/sigas.png) no-repeat ;
}

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/



.autor_nota {
	text-align: left;
	font-size: .8em;
}

/* ----------------------@group Iconos del tipo de Archivos----------------------------*/
/*--------------------------------------------------------------------------------------*/

.icono_avi {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_bmp {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_doc {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_fla {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;

	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_gif {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_htm {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_img {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_iso {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}


/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
hr {
	margin: 2em 1em;
}

ul {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	/*padding: 0;*/
	
}

li {
	line-height: 1.3em;
	list-style-type: square;
}
/*
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;
}
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;
}

h2 {
	color: #929292;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .5em;
	font-size: 1.2em;
	margin-top: 0;
}

h3 {
	color: #3e8213;
	text-transform: uppercase;
	font: 0.9em/1em Arial;
	margin-bottom: 1em;
}



h1 {
	color: #CCCC66;
	text-transform: uppercase;
	margin-bottom: .3em;
	font: bold 1.6em/1em Arial;
	margin-top: 0;
}






.icono_jar {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_jpg {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_mov {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_mp3 {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_pdf {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_png {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_ppt {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_rar {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_rtf {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_tar {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_tif {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_txt {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_wav {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_wma {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_wmv {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;

	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_xls {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_xml {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -330px;
}

.icono_zip {
	width: 36px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(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(imagenes/iconografia.gif) no-repeat -45px -40px;
}

.video_1 {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -40px;
}

.foto_1 {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -105px -40px;
}

.info_1 {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: .5em;

	background: url(imagenes/iconografia.gif) no-repeat -75px -40px;
}

.rel_1 {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) -135px -40px;
}

.audio_2 {
	width: 35px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -16px -96px;
}

.video_2 {
	width: 35px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -59px -96px;
}

.foto_2 {
	width: 35px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -102px -96px;
}

.info_2 {
	width: 35px;
	height: 24px;
	display: block;
	float: left;
	margin-right: .5em;
	background: url(imagenes/iconografia.gif) no-repeat -153px -96px;
}

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/


.rojo {
    color: #c71707;
	font-size:.7em;
}

.letras{
	font-size:.7em;
	color:gray;
}


/* --------------------------------@group listado de redes----------------------------- */
/*--------------------------------------------------------------------------------------*/


#lista_redes a {
	background-color: orange;
	display: inline-block;
	float: left;
}

#r1 a {
	background: url(imagenes/iconografia.gif) no-repeat -16px -152px;
	width: 2em;
	height: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}

#r1 a:hover {
	background: url(imagenes/iconografia.gif) no-repeat -16px -195px;
}

#r2 a {
	background: url(imagenes/iconografia.gif) no-repeat -58px -152px;
	width: 2em;
	height: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}

#r2 a:hover {
	background-position: -58px -195px;
}

#r3 a {
	background: url(imagenes/iconografia.gif) no-repeat -100px -152px;
	width: 2em;
	height: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}

#r3 a:hover {
	background-position: -100px -195px;
}

#r3bis a {
	background: url(imagenes/iconografia.gif) no-repeat -100px -152px;
	width: 2em;
	height: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}

#r3bis a:hover {
	background-position: -100px -195px;
}

#r4 a {
	background: url(imagenes/iconografia.gif) no-repeat -142px -152px;
	width: 2em;
	height: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}

#r4 a:hover {
	background-position: -142px -195px;
}

#r5 a {
	background: url(imagenes/iconografia.gif) no-repeat -184px -152px;
	width: 2em;
	height: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}

#r5 a:hover {
	background-position: -184px -195px;
}

#r6 a {
	background: url(imagenes/iconografia.gif) no-repeat -226px -152px;
	width: 2em;
	height: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}

#r6 a:hover {
	background-position: -226px -195px;
}

#r7 a {
	background: url(imagenes/iconografia.gif) no-repeat -268px -152px;
	width: 2em;
	height: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}

#r7 a:hover {
	background-position: -268px -195px;
}

#r8 a {
	background: url(imagenes/iconografia.gif) no-repeat -310px -152px;
	width: 2em;
	height: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}


#r8 a:hover {
	background-position: -310px -195px;
}

#r9 a {
	background: url(imagenes/iconografia.gif) no-repeat -352px -152px;
	width: 2em;
	height: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}

#r9 a:hover {
	background-position: -352px -195px;
}

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/




/* -------------------------------------RECUADRO----------------------------------------*/
/*--------------------------------------------------------------------------------------*/

.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("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:#c0c30d;
	margin-bottom: .5em;
	font-size: 1em;
}

.titulo_seccion_novedades {
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: .3em;
	border-width: 2px;
	border-color: #e4e3e3;
	text-transform: uppercase;
	font-weight: bold;
	color:#c0c30d;
	margin-bottom: .5em;
	font-size: 1em;
}

.titulo_seccion a {
	color: #c0c30d;
	text-decoration: none;
}

.titulo_seccion_b {
	font-size: .7em;
	color: black;
	font-weight: bold;
}

.titulo_seccion_b a {
	color: black;
}

.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;
}

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/


.lista_tipo_B a:hover {
	color: #333300;
}

.marco_cuadro_I2 a:hover {
	color: #333300;
	text-decoration: underline;
}

.marco_cuadro_I img {
	border-color: #333300;
}

.w_libre li {
	width: auto !important;
}

cuadro_notas_inicio
{
font-size:.5em;
}

.fondo_8 {
	background-color: #f8f8f8;
}
.margen_derecho {
	margin-right: 1em;
}

.contenedor_c2 {
	height: 13em;
	display: inline-block;
	width: 9em;
	font-weight: bold;
	float: left;
	padding-right: .30em;
	padding-left: .30em;
	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(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;
}


a:hover {
	color: #333300;
}



.lista_tipo_D li a:hover {
	color: #66850B;/*#333300*/
}


/* Ejemplo */

/* @group listados */

 
.alignatras{
	margin-left:-2.5em;
}

/* ------------------------------------------CARRUSEL 2--------------------------------------- */
/*---------------------------------------------------------------------------------------------------*/


#carrusel_2 {
	width: 59em;
	height: 16em;
}

.cuadro_carrusel_2 {
	height: 14em;
	border-top: 1px solid #e7e7e8;
	border-right: 1px solid #e7e7e8;
	border-left: 1px solid #e7e7e8;
	background-image: url(imagenes/V4-Carrusel2_fondo.jpg);
}

.elemento_carrusel_2 {
	float: left;
	width: 9.35em;
	border-right: 1px solid #e7e7e8;
	padding-top: .5em;
	height: 13.5em;
	padding-left: .4em;
	overflow: hidden;
}

.imagen_carrusel_2 {
	height: 13em;
	width: 9em;
	overflow: hidden;
	display: block;
	position: relative;
}

.B1 {
	margin-top: -3em;
}

.Fon_c4v {
	background-color: black;
	/*opacity: 0.75;*/
	width: 9em;
	height: 13em;
	position: relative;
}

.T1 {
	color: white;
	position: relative;
	margin-top: -13em;
	width: 9em;
	height: 13em;
}

.Tit_c2_v4 {
	font-size: .7em;
	line-height: 1.1em;
	padding: .2em .5em;
	height: 3.6em;
	text-align: left;
}

.Tex_c2_v4 {
	font-size: .7em;
	line-height: 1.1em;
	margin-top: .5em;
	padding-right: .5em;
	padding-left: .5em;
	text-align: left;
}

.Tex_c2_v4 a {
	color: white;
	text-decoration: none;
}

/* --------------------- */

.L_verde {
	border-top: 3px solid #9dd06b;
}

.L_naranja {
	border-top: 3px solid #f3901b;
}

.L_azul {
	border-top: 3px solid #0367b3;
}

.L_limon {
	border-top: 3px solid #ccd522;
}

.L_rosa {
	border-top: 3px solid #d90a90;
}

.L_marron {
	border-top: 3px solid #920e26;
}

/* ------------------- */

.F_verde {
	width: 10px;
	height: 5px;
	background-image: url(imagenes/flechas_carrusel2.gif);
	float: right;
	margin-right: 3px;
}

.F_naranja {
	width: 10px;
	height: 5px;
	float: right;
	margin-right: 3px;
	background: url(imagenes/flechas_carrusel2.gif) -15px;
}

.F_azul {
	width: 10px;
	height: 5px;
	float: right;
	margin-right: 3px;
	background: url(imagenes/flechas_carrusel2.gif) -30px;
}

.F_limon {
	width: 10px;
	height: 5px;
	float: right;
	margin-right: 3px;
	background: url(imagenes/flechas_carrusel2.gif) -45px;
}

.F_rosa {
	width: 10px;
	height: 5px;
	float: right;
	margin-right: 3px;
	background: url(imagenes/flechas_carrusel2.gif) -60px;
}

.F_marron {
	width: 10px;
	height: 5px;
	float: right;
	margin-right: 3px;
	background: url(imagenes/flechas_carrusel2.gif) -75px;
}

/* ------------------ */

.imagen_c2 {
	border: 2px solid gray;
	width: 9em;
	height: 13em;
	margin-right: .4em;
}

.titulo_c1 {
	text-transform: uppercase;
	margin-bottom: .2em;
	font-size: .8em;
}

.titulo_c1 a {
	color: #b6590f;
	text-decoration: none;
}

.titulo_c1 a:hover {
	text-decoration: underline;
}

.descrip_c1 {
	font-size: .6em;
	line-height: 1.2em;
	color: #5b5a59;
}



#scrollbar-demo{
	width: 59em;
	height: 16em;
	text-align:justify;
	overflow:auto;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	background-color: #fff;
	margin-right: 0 !important;
}


.scrollBar .bar{
	width:32px;
	height:32px;
}

.scrollBar .button{
	width:32px;
	height:32px;
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}


.scrollBar .button.active{
	background-position:bottom center ;
}



.scrollBar .knob{
	height:32px;
}

.scrollBar .knob.verticalKnob{
	cursor:n-resize;
}

.scrollBar .knob.horizontalKnob{
	cursor:w-resize;
}

.scrollBar .knobHorizontalTip{
	width:12px;
	position:absolute;
	background-position:left center;
	background-repeat:no-repeat;
}

.scrollBar .active .knobHorizontalTip{
	background-position:right center;
}


.scrollBar .active .knobHorizontalFill{
	background-position:bottom center;
}

.scrollBar .knobVerticalTip{
	height:12px;
	background-position:top center;
	background-repeat:no-repeat;
}

.scrollBar .active .knobVerticalTip{
	background-position:bottom center;
}



.scrollBar .active .knobVerticalFill{
	background-position:right center;
}



.scrollBar .knob.active{
	border:none;
}



/* curses */


#videos_v4 {
	height: 16.5em;
	margin-right: .2em;
}

#v_4_notas {
	height: 15em;
}

.v4_frame {
	width: 14.5em;
}

.v4_notas {
	padding-left: .5em;
	padding-right: .5em;
	width: 15.0em;
}

.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-bottom: .5em;
	margin-bottom: .5em;
}

.v4_notas a {
	color: #66850B;
	text-decoration: none;
}

.v4_notas a:hover {
	color: #343434;
	text-decoration: underline;
}

.videos_C {
	font-size: .65em;
	text-transform: capitalize;
}

.videos_C a {
	color: #343434;
	margin-top: .3em;
}


