/******** ESTILOS GENERALES ***********/
body {
	color:#2F2F2F;
	margin:0;
	font: 1em Arial;
	background-attachment: fixed;
	background-color: #FAFAFA;
	/*background-image: url(../imagenes/background_independencia.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	 
}
@font-face {
	font-family: 'Trajan Pro';
	src: url('../fuentes/TrajanPro-Regular.eot');
	src: local('☺'), url('../fuentes/TrajanPro-Regular.woff') format('woff'), url('../fuentes/TrajanPro-Regular.ttf') format('truetype'), url('../fuentes/TrajanPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	 
}
.izquierda {
	float: left;
	 
}

.derecha {
	float: right;
	 
}

.margen_derecho {
	margin-right: 1em;
	 
}

.centrado {			
	text-align:center;
	padding-top: 5px;
	 
}
p {
	margin: 0 0 .5em .5em;
	font-size: .85em;
	color: #414040;
	 
}
hr {
	margin: 2em 1em;
	 
}

ul {
	margin-left: .5em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	 
}

li {
	line-height: 1.2em;
	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:#515151;
	 
}

a:hover {
	text-decoration: underline;
	 
}

img {
	border: none;
	 
}

h1 {
	color: #BA2026;
	/*color: #BF1545;
	color: #C10435;
	color: #d61d00; rojo*/
	text-transform: uppercase;
	margin-bottom: .3em;
	font: bold 1.6em/1em Arial;
	margin-top: 0;
	 
}

h2 {
	color: #C10435;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .5em;
	font-size: 1.2em;
	margin-top: 0;
	 
}

h3 {
	color: #808080;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-family: Arial;
	font-size: 0.9em;
	 
}

h3 a {
	color: #808080;
	text-decoration: none;
	 
}

h3 a:hover {
	text-decoration: underline;
	color: #808080;
	 
}

h4 {
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: 0.3em;
	border-width: 2px;
	border-color: #e4e3e3;
	text-transform: uppercase;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-weight: bold;
	/*color: #808080;*/
	color: #C10435;
	font-size: 0.9em;
	font-family:"Trajan Pro";
	 
}

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;
	 
}

/* ----------------- */
#cuerpo_home {
	background-color: #FFF;
	padding: 1em;
	width: auto;
	height:1px;
	float: left;
	height: auto;
	 
}
#cuerpo_contenidos {
	background-color: #FFF;
	/*display: table;*/
	padding: 1em;
	width: 100%;
	height:1px;
	float: left;
	height: auto;
	border-bottom: 1px solid #AFAFAF;
	 
}
#cuerpo_principal {
	width: 61em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	 
}

/* @group Encabezado */

#encabezado {
	display: block;
	overflow: hidden;
	height: auto;
	 
}

/* @group Barra de Herramietas */

#barra_herramientas {
	background-color: #FFFFFF;
    font-family: "Trajan Pro";
    font-size: 14px;
	 
}
#login {
	width: 30em;
	float: left;
	padding-left: 1em;
	 
}
#login Input {
	border: 1px solid gray;
	color: #5b5b76;
	font-size: 12px;
	margin:0;
	padding:2px;
	background-position: center top;
	width: 9em;
	 
}
#login label {
	display:none;
	 
}
#herramientas {
	background-color: #FFFFFF;
	height: 1em;
	padding-right: 1em;
	text-align: right;
	 
}
#herramientas ul{
    left: 713px;
    list-style: none outside none;
    position: relative;
    right: 0;
    width: 254px;
    top: 1.5em;
	 
}
#herramientas ul li{
	display: inline-block;
    list-style: none outside none;
    text-align: left;
	 
    /*width: 49%;*/
}
#herramientas a {
	text-decoration: none;
	font-size: .8em;
	color: #414040;
	 
}

#herramientas a:hover {
	text-decoration: none;
	 
}


/* @end */

#firma_busqueda {
	height: 5em;
	display: block;
	overflow: hidden;
	background-image: url(imagenes/encabezado.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;
    position: relative;
    text-align: right;
    top: 60%;
	 

}
#buscar label {
	display:none;
	 
}

#buscar input[type="text"] {
	border: 5px solid #F1F1F1;
    color: #999999;
    height: 1.625em;
    left: 200px;
    position: absolute;
    top: 0;
    width: 15em;
	 
}
#buscar input[type="submit"] {
	border:0 none;
	width:2.8em;
	margin-top: 0.7em;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../imagenes/boton_ir.gif);
	background-repeat: no-repeat;
	background-position: left;
	 
}

#dominio {
	color: white;
	font-size: 2em;
	float:left;
	height:auto;
	width:14em;
	 
}

/* @group Menu */

.letra_menu {	
	font-size: 13px;
   .menu_principal 
    
	
}

.menu_principal {		
	height: 2.5em;	
	display: block;
	overflow: hidden;	
	font-family:"Trajan Pro";
	font-size:14px;
	background-image: url(../imagenes/fondo_menu1.png);
	margin-top: 0;
	 
}

.menu_principal ul{
	height: 2em;
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;	
	 
	
}
	.menu_principal li{
	display: inline-block;
	font: "Trajan Pro" ;	
	background-color: transparent;
	margin-bottom: 0;
	/*font-variant: small-caps;*/
	 
}
	.menu_principal li a{
		color: #5F5D5B;  /* letras del menu */			
		display:block;
		line-height: 2em;
		text-align:center;
		text-decoration:none;		
	padding: 0px .5em;
	 
}
.menu_principal li a:hover{		
	color: #C10435;
	text-decoration: none;
	 
}
			
.menu_principal li ul{
	background: #737373;
	display:none;
	height:auto;
	/*filter:alpha(opacity=95);
	opacity:0.95;*/
	position:absolute;
	width: 15em;
	z-index:200;
	margin-top: -1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0A804;
	 
	
}
.menu_principal li:hover ul{
	display:block;
	 
}
.menu_principal li li {
	display:block;
	float:none;
	padding: 0;
	width: 15em;
	margin: 0;		
	font-weight: normal;
	font-style: normal;
	color: white;
	background-image: url(../imagenes/bullet_menu.png);
	background-repeat: no-repeat;
	background-position: 5px;
	 
}
.menu_principal li ul a{	
	display:block;	
	font-size:11px;	 /* letras lista del menu  */
	font-style:normal;
	padding:0px 10px 0px 15px;
	text-align:left;
	 
}
.menu_principal li ul a:hover{
	/*opacity:1.0;
	filter:alpha(opacity=100);*/
	text-decoration: underline;
	 
}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5 {
	width: 22em;
	 
}

#submenu4 li, #submenu1 li, #submenu2 li, #submenu3 li, #submenu4 li, #submenu5 li {
	display: inline-block;
	/*display: inline;*/
	 
}

/* @end */

#cuerpo {
	background-color: white;
	/*display: table;*/
	padding: 1em;
	width: auto;
	height:1px;
	float: left;
	height: auto;
	/* [disabled]border:solid 1px red; */
	 
}

/* @group Pie de Pagina */

#pie {
	border-top: none;
	color: gray;
	background-color: white;
	/*display: table;*/
	border-bottom-style: none;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	float: left;
	width: 61em;
	margin-top: 2em;
	 
}

#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: 59em;
	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-image: url(../imagenes/pie.jpg);
	background-position: center;
	 
}

/* @end */

/* @group Estrellas */

.estrellas{
	width: 80px;
	height:16px;
	margin: 0 0 1px;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	float: left;
	background-image: url(../imagenes/estrellas.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	 
}
.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-image: url(../imagenes/estrellas.gif);
	background-repeat: no-repeat;
	background-position: 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 */
.renglon {	
	clear: both;
	min-height:15em;
	margin-bottom: 1em;
	 
}
.renglon_redes{	
	clear: both;
	min-height:15em;
	margin-bottom: 1em;
	 
}
.A {
	width: 59em;
	 
}
.cuadro {
	display: table;
	float: left;
	min-height: 15em;
	 
}
.cuadro_notas_inicio {
	font-family:"Trajan Pro";	
	height: 20em;
	display: table;
	background-image: url(../imagenes/fondo_notas.jpg);	
	 
}

.cuadro_notas_inicio a {
	display: block;
	height: 3em;
	padding: .5em .5em .5em 1.5em;
	color: maroon;
	line-height: 1em;
	border-bottom: 1px solid #ffffff;
	 
}

.cuadro_notas_inicio a:hover {
	display: block;
	background-color: #f1f0f0;
	background-image: url(../imagenes/bullet_notas.jpg);
	background-repeat: no-repeat;
	 
}
/* Skip to main */
.skip {
height:1px;
left:-10000px;
overflow:hidden;
position:absolute;
width:1px;
 
}
/* Encuesta */
div.surveyquestion{	
	/*align: left;*/
	margin: 10px;
	line-height: 1.2em; 
	 
}
table.surveytheme tr td  p{
margin: 10px;
line-height: 1.7em;
 
}


.dos_columnas li { width:50%;}
