/* Dirección General de Informática - Secretaría de Economía*/

@font-face {
  font-family: "Trajan Pro";
  src: url("/work/models/siam/Template/images/trajan_pro_regular-webfont.eot");
  src: url("/work/models/siam/Template/images/trajan_pro_regular-webfont.eot?#iefix") format("embedded-opentype"), url("/work/models/siam/Template/images/trajan_pro_regular-webfont.woff") format("woff"), url("/work/models/siam/Template/images/trajan_pro_regular-webfont.ttf") format("truetype"), url("/work/models/siam/Template/images/trajan_pro_regular-webfont.svg#TrajanProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
	background: #fafafa;
	color: #fafafa;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}

#cuerpo_principal {
	width: 63em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;		
}

/* @group Encabezado */

#encabezado {
	display: block;
	overflow: hidden;
	height: 8.3em;
}

/* @group Barra de Herramietas */

#barra_herramientas {
	overflow: hidden;
	height: 2em;
	background-color: #ffffff;
}

#login {
	width: 55em;
	float: left;
	padding-left: .5em;
	font-family: "Times New Roman", serif;
	font-size: 12px;
}

#login Input {
	border: 1px solid gray;
	color: #5b5b76;
	font-size: 12px;
	margin:0;
	padding:2px;
	background-position: center top;
}

#herramientas {
	width: 23em;
	float: right;
	padding-right: 1em;
	text-align: right;
	color: #414040;
	font-family: "Times New Roman", serif;
	font-size: 13px;
}

#herramientas a {
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
	color: #414040;
}

#herramientas a:hover {
	text-decoration: none;
}

/* @end */

#firma_busqueda {
	height: 5em;
	display: block;
	overflow: hidden;
	background-image: url(/work/models/siam/Template/images/header.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: .2em;
	height: 2.5em;
	padding-top: .7em;
	text-align: right;
}

#dominio {
	color: white;
	font-size: 2em;
}



/* @group Menu */
.letra_menu {
	font-size: 13px;
	color: #646463;
	font-family: "Trajan Pro";
}
.menu_principal {
	height: 2.5em;
	display: block;
	overflow: hidden;
	/*background-image: url(images/Cuerpo/fondo_menu.jpg);*/
	background-image: url(/work/models/siam/Template/images/menu_hor_back.png);
	margin-top: 0;
	
}

.menu_principal ul{
	font-family:"Trajan Pro";
	height: 2em;
	list-style:none;
	margin:0;
	padding:0;	
	text-align: center;
}
.menu_principal li{
	font-family: "Trajan Pro";
	display: inline-block;
	/*font-variant: small-caps;*/
	/*Aqui se le cambia el tamaño a la letra del menu principal*/
	font-size: 13px;
	text-transform: none;
	margin-bottom: 0;
	background-color: transparent;
}
.menu_principal li a{
	font-family: "Trajan Pro";
	color: #646463 !important;
	padding-top: 8px !important;
	/*font-weight: bold;*/
	display: block;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	padding: 0 1.2em;
	margin-left: 0px !important;
	margin: 0;
	padding: 0 30px 0 0;
}
.menu_principal li a:hover{
	/*text-decoration: none;
   /* background: #eee;*/
	font-family: "Trajan Pro";
	color: #BA2025 !important;
	padding-top: 8px !important;

}
			
.menu_principal li ul{
	background: #D4D4D3;
   /*border-bottom: 1px solid #ff0;*/
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	width: 12em;
	z-index:200;
	margin-top: -1px;
}
.menu_principal li:hover ul{
	display:block; 

}
.menu_principal li li {
	display:block;
	float:none;
	padding: 0;
	width: 10em;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	background: url(/work/models/siam/Template/images/bullet_menu.png) no-repeat 5px;
}
.menu_principal li ul a{
	display:block;
	font-size:12px;
	font-style:normal;
	padding:0px 10px 0px 15px;
	text-align:left;

}
.menu_principal li ul a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);

}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5 {
	width: 22.4em;
}

#submenu4 li, #submenu1 li, #submenu2 li, #submenu3 li, #submenu4 li, #submenu5 li {
	display: inline-block;
}


/* @group Cajas */

.lateral {
/*	border: 1px solid #b7b8b9; */
	display: block;		
}

.lateral a {
	color: #666;
	text-decoration: none;	
}

.lateral a:hover {
	text-decoration: none;
	color: #FFFFFF;	
}

.lateral ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.lateral li {
	border: 1px solid #ffffff;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
	background:#e6e6e6;	
	padding: .3em;
}

.lateral ul li:hover{
	display: block;	
	color: #FFFFFF;	
	background:#c8c8c8;
	
}
/* @end */

#cuerpo {
	background-color: #fafafa;
	display: table;
	width: auto;
	padding: 1em;
}

/* @group Pie de Pagina */

#pie {
	border-top: 1px solid #dedde0;
	color: gray;
	background-color: #fafafa;
	display: table;
	border-bottom-style: none;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}

#pie a {
	color: #585858;
	text-decoration: none;
	font-weight: normal;
}

#pie p {
	margin: 0;
	font-family: "Times New Roman", serif;
	font-size: 13px;
	padding-top: .5em;
	padding-bottom: .5em;
	color: #585858;
	text-align: center;
}

#pie_b {
	width: 64em;
	background-image: url(/work/models/siam/Template/images/pie1.jpg);
	height: .5em;
	margin-right: auto;
	margin-left: auto;
}

#pie_d {
	margin-right: auto;
	margin-left: auto;
	background-color: #dedde0;
	height: 6.5em;
	background: url(/work/models/siam/Template/images/pie.jpg) center;	
	border-bottom-right-radius:10px;
	border-bottom-left-radius: 10px;
	
}

/* @end */

/* ---------------- */

.izquierda {
	float: left;
}

.derecha {
	float: right;
}

.margen_derecho {
	margin-right: 1em;
}


/* ----------------- */

/* @group Renglones */

.renglon {
	display: table;
	/*margin-bottom: 1em;*/
	min-height: 1em;
}

/* @end */

/* @group Cuadros */

.cuadro {
	display: table;
	float: left;
	/*min-height: 15em;*/
	font-size: 1em;
}

.cuadro_libre {
	display: table;
	float: left;
	min-height: 15em;
	font-size: 1em;
}

.fijo {
	overflow: hidden;
	display: block;
	min-height:13em;
}

.A {
	width: 62em;
}

.B {
	width: 44em;
}

.C {
	width: 39.5em;
}

.D {
	width: 37em;
}

.E {
	width: 32em;
}

.F {
	width: 29em;
}

.G {
	width: 24em;
}

.H {
	width: 19em;
}

.I {
	width: 18.5em;
}

.J {
	width: 17em;
}

.K {
	width: 14.7em;
}

.L {
	width: 12em;
}

.M {
	width: 11em;
}

.N {
	width: 9em;
}

.O {
	width: 8em;
}
.P {
	width: 47em;
}
.Q {
	width: 34em;
}


.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;
}

.H6 {
	height: 6em;
}


.H4 {
	height: 4em;
}

/* @end */

/* @group Cajas */

.caja {
	border: 1px solid #b7b8b9;
	display: block;	
	background-image: url(/work/models/siam/Template/images/gris.png);
	padding-bottom: 1em;
	border-radius:10px 10px 10px 10px;		
}

.caja a {
	color: #FFFFFF;
	text-decoration: none;
}

.caja a:hover {
	text-decoration: none;
	color: #c2e1ee;
}

.caja h1 {
	color: white;
	background-image: url(/work/models/siam/Template/images/gris_c.png);
	text-transform: uppercase;
	text-align: center;
	font-size: 3em;
	padding-top: .3em;
	padding-bottom: .3em;
	margin-bottom: .4em;
	border-radius:10px 10px 0 0;
	
}

.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 {
	margin: 0;
	padding: 0;
}

.caja li {
	padding: 0;
	list-style-position: inside;
	list-style-image: url(/work/models/siam/Template/images/gris.png);
	margin-left: .5em;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	font-size: 18px;
}

.buscar {
	border: 1px solid #b7b8b9;
	display: block;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
/* @end */

/* @group Elementos */

/* @group listados */

.w_libre li {
	width: 100% !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 {
	font-size:12px;
	font-family: "Times New Roman", serif;
	color:#646463;
}

.lista_tipo_A ul {
	padding-top: .5em;
	padding-bottom: .5em;
}

.lista_tipo_A li {	
	margin-bottom: .2em;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	list-style-image: url(/work/models/siam/Template/images/flecharoja.png);
}

.lista_tipo_A li li {
	list-style-type: disc;
	list-style-image: none;
	font-size: .9em;
}

.lista_tipo_A a {
	color: #000;
	text-decoration: none;
	font-size:13px;
	font-family: "Times New Roman", serif;
	
}

.lista_tipo_A a:hover {
	color: #000;
	text-decoration: underline;
}

.lista_tipo_F {
	
}

.lista_tipo_F ol {
	padding-top: .5em;
	padding-bottom: .5em;	
	list-style-type: decimal;		
}

.lista_tipo_F li {
	list-style-type: decimal;
	margin-bottom: .5em;	
	text-align:justify;	
}

.lista_tipo_F li li {
	list-style-type: decimal;	
	font-size: .9em;
	text-align:justify;
}

.lista_tipo_F a {
	color: #67b5d6;
	font-size: .95em;
	text-decoration: none;
}

.lista_tipo_F a:hover {
	color: Navy;
	text-decoration: underline;
}

.lista_tipo_X {
	
}

.lista_tipo_X ul {
	padding-top: .5em;
	padding-bottom: .5em;
}

.lista_tipo_X li {
	font-size: .9em;
	list-style-image: url(../../../../../Template/css/bullet1.gif);
	/*margin-bottom: .1em;*/
	
}

lista_tipo_X ol {
	
}

.lista_tipo_X li li {
	list-style-type: disc;
	list-style-image: inherit;
	font-size: .9em;
}

.lista_tipo_X a {
	color: #555;
	font-size: .9em;
	text-decoration: none;
}

.lista_tipo_X a:hover {
	color: Navy;
	text-decoration: underline;
}


.lista_tipo_B {
	display: table;
	padding-bottom: .5em;
	margin-top: .5em;
	padding-left: .5em;
	font-size: .9em;
}

.lista_tipo_B ul {
	
}

.lista_tipo_B li {
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom-style: dotted;
	border-bottom-color: #737576;
	list-style-type: none;
	padding-left: .5em;
	font-size: .9em;
	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 {
	color: #2F2F2F;
}

.lista_tipo_B a:hover {
	color: #349cc8;
}

.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(../../../../../Template/css/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: .5px;
	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: #349cc8;
	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_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: bold;
	color: #349cc8;
	border-bottom: 1px solid #99cde3;
	font-size: 1.3em;
	padding: .5em;
}
.tabla_A td
{
	border-bottom: 1px solid #99cde3;
	color: #414040;
	padding: .5em;
	font-size: 1em;
}
.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
{
	margin: .6em;
	text-align: left;
	border-collapse: collapse;
}
.tabla_C th
{
	font-weight: bold;
	color: white;
	background: #757575;
	padding: .5em;
	font-size: 1.3em;
}
.tabla_C td
{
	background: #f4f5f9;
	border-top: 1px solid #fff;
	color: #585050;
	font-family: "Times New Roman", serif;
	font-size: 12px;
	padding: .4em;	
}

/* @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 */

.ayuda {
	margin: 0 0 .5em .5em;
	font-size:11px;
	font-family: "Times New Roman", serif;
	color:black;
	text-align:justify;
}

p {
	margin: 0 0 .5em .5em;
	font-size:12px;
	font-family: "Times New Roman", serif;
	color:#585858;
	text-align:justify;
}


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;
	color: #4f4f4f;
}

li li {
	list-style-type: disc;
	line-height: 1em;
	margin-bottom: .1em;
	padding-bottom: 0;
	list-style-position: inside;
}

a {
	text-decoration: none;
	color: #4f4f4f;
	font-weight: normal;
	
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #d61d00;
	text-transform: uppercase;
	margin-bottom: .3em;
	font: bold 1.6em/1em "Times New Roman", serif;
	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;
}

h3 {
	color: #666;
	text-transform: uppercase;
	font: 0.9em/1em Arial;
	margin-bottom: 1em;
	font-weight: bold;
}

h3 a {
	color: #000;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
	color: #000;
}

h4 {
	padding-left: .3em;
	border-width: 2px;
	border-color: #e4e3e3;
	text-transform: uppercase;
	margin-top: .2em;
	margin-bottom: .2em;
	font-weight: bold;
	color: #339bc7;
	font-size: 2em;
}

h4 a {
	color: #339bc7;
}

h4 a:hover {
	text-decoration: none;
}

h5 {
	font-size: .7em;
	color: /*gray*/#99cde3;
	font-weight: bold;
}

h5 a {
	color:  /*gray*/#67b5d6;
	text-decoration: none;
}

h5 a:hover {
	text-decoration: underline;
}

h6 {
	font-size:12px;
	font-family: "Times New Roman", serif;
	color: #000;
	font-weight: bold;
	margin-top: .2em;
	margin-bottom: .2em;
	margin-left: .5em;
}

h6 a {
	color: #000;
	
	text-decoration: none;
}
h6 a:hover {
	text-decoration: underline;
	color: #000;
}

/* ---------------- */

.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;
}


.recuadro4 {
	padding: 1em;
	font-size: .7em;
	color:#2F2F2F;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.titulo_seccion {
	padding-left: 0.3em;
	border-width: 2px;
	border-color: #e4e3e3;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: "Trajan Pro";
	color: #BA2025;
	margin-bottom: 0.5em;
	font-size: 1.3em;
}

.titulo_seccion a {
	color: maroon;
	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: left;
	color: #1e7b4f;
	text-transform: none;
	font-size: 0.7em;
	margin-bottom: 1em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

.ruta_de_navegacion a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.ruta_de_navegacion a:hover {
	color: #000;
	text-decoration: underline;
}

.herramientas_del_usuario {
	font-size: .7em;
}

.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:13px;
	font-family: "Times New Roman", serif;
	color:#000000;
}



.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 ejemplos */



.cuadro_notas_inicio a {
	display: block;
	width: 19em;
	height: 3em;
	padding: .5em .5em .5em 1.5em;
	color: #349cc8;
	line-height: 1em;
	border-bottom: 1px solid #ffffff
}



.nota_prima {
	display: table;
	padding-bottom: .5em;
	margin-top: .5em;
	padding-left: .5em;
	font-size: .8em;
}

.nota_prima a {
	color: #2F2F2F;
}

.nota_prima a:hover{
	color: #349cc8;
}

.marco_cuadro_I a {
}

.marco_cuadro_I img {
	border-style: solid;
	border-color: #349cc8;
	margin-left: .5em;
	margin-bottom: .5em;
}

.marco_cuadro_I {
	border: 1px solid #1c6fc9;
}

.marco_cuadro_I2 {
}

.marco_cuadro_I2 a {
	font-size: .8em;
	line-height: .9em;
}

.marco_cuadro_I2 a:hover {
	color: #349cc8;
	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: #67b5d6;
	font-size: .9em;
	margin-bottom: .5em;
}

#videos_v4 {
	height: 16.5em;
	/*width: 29.5em;*/
	margin-right: .2em;
}

#v_4_notas {
	/*border-right: 1px solid #e4e3e3;*/
	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 {
	margin: 0;
	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;
}

.separador{
height: 1em;
}

.tseccportada {
	padding-left: 0.3em;
	border-width: 2px;
	/*border-color: #e4e3e3;*/
	text-transform: uppercase;
	font-weight: lighter;
	font-family: "Trajan Pro";
	color: #BA2025;
	margin-bottom: 0.5em;
	font-size: 1.1em;
}
/*.texto_nota img {float:left; height:20em; margin-bottom:1em; margin-right:1em; width:36em; }*/
.texto_nota img {float:left; margin-bottom:1em; margin-right:1em; }
.texto_nota1 img {float:left; height:12.5em; margin-bottom:1em; margin-right:1em; width:15em; }

.nota_chica {font-size: .8em;}
.nota_media {font-size: 1em;}
.nota_grande { font-size: 1.3em;}

/* @end */
