﻿/*************************************************************
Estilos generales del Portal
*************************************************************/
/*Estilo para el cuerpo por defecto de todas las páginas de la Web (tipo de letra arial 8pt)*/ 
.body
{
	font-size: 12.5px;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: Franklin Gothic Book, Arial,Helvetica, sans-serif;
	background-color: white;
	text-align:center;
}

form
{
	text-align:center;
}

/*Estilo para los Input de los Metadatos*/ 
textarea {
	font-family: Franklin Gothic Book, Arial,Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
/*Estilo para los Input por defecto de los Formularios*/ 
input {
	font-family: Franklin Gothic Book, Arial,Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

/*Estilo para los Select por defecto de los Formularios*/ 
select {
	font-family: Franklin Gothic Book, Arial,Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

/*Estilo para los Enlaces por defecto*/ 
a
{
	font-family: Franklin Gothic Book, Arial,Helvetica, sans-serif;
	color: #0000ff;
	text-decoration: none;
}
a:link
{
	font-family: Franklin Gothic Book, Arial,Helvetica, sans-serif;
	color: #0000ff;
} 
a:visited
{
	font-family: Franklin Gothic Book, Arial,Helvetica, sans-serif;
	color: #7777ff;
}
a:hover {
	font-family: Franklin Gothic Book, Arial,Helvetica, sans-serif;
	color: #0000ff;
	text-decoration: underline;
	} 

/*Estilo definido para la estructura de los Headers o títulos y subtítulos*/
h1,h2 {
	text-align:left;
	font-size: 18px;
	color: gray;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:0em;
	padding:0em;
}
h3,h4,h5,h6 {
	text-align:left;
	font-size: 16px;
	color: gray;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:0em;
	padding:0em;
}

/*Estilo para la división horizontal por defecto*/ 
HR
{
	clear: both;
	margin: 5px 0px 5px 0px;
	border-color: #b0b6bc;
	border-style: dotted;
}

TABLE {
	font-size: 12.5px;
	}
TABLE TD {
	text-align:left;
	}	
	
.tituloNoticia
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:gray;
	margin:4px 0px 4px 0px;
	text-align:left;
}

.textoNoticia
{
	text-align:left;
	margin-right:10px;
	font-family: Franklin Gothic Book, Helvetica, sans-serif;
}

.textoNoticiaResumen
{
	text-align:left;
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	display:inline-block;
}

/*************************************************************
Estilos generales de estructura de las paginas
*************************************************************/
div.Cabecero 
{
	width:765px;
}

DIV.Cuerpo 
{
	margin-top: 10px;
	WIDTH: 765px;
}

.Cuerpo 
{
	margin-top: 10px;
	WIDTH: 765px;
}

div.CuerpoLogin
{
	margin-top: 10px;
	padding: 17px;
	background-color: #dfe0e2;
	border: #b0b6bc 1.2px solid;
	text-align: left;
	width: 550px;
	height: 310px;
}

div.CuerpoDerecha
{
	float: right;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

div.CuerpoContenido
{
	padding: 20px;
	background-color: #dfe0e2;
	border: #b0b6bc 0.12em solid;
	text-align: left;
	float: left;
	width: 590px;
	_width: 610px;
}

div.CuerpoContenidoL
{
	float: left;
}

div.CuerpoContenidoR
{
	float: right;
}

div.CuerpoContenidoFormulario
{
	BORDER: #b0b6bc 1px solid; 
	background-color: #dfe0e2;
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}

div.Pie
{
	clear:both;
	text-align:center;
	margin-top:10px;
	padding-top:10px;
}

a.linkconsole:link {  
	color: #00008b;
	text-decoration: none;
}
a.linkconsole:visited {
	color: #7777ff;
}
a.linkconsole:hover {
	color: #00008b;
	text-decoration: underline;
} 

/******************************************************
Estilos Notas
*******************************************************/
span.fechaNota
{
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #dd2222;
}

span.lugarNota {
	color: #000000;
	font-size: 12.5px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.videoNota {
	height:250px;
	width:300px;
	text-align:center;
}

img.imagenNota {
	margin-right: 15px;
	width: 140px;
	height: 10em;
}

img.lineaSepNota {
	margin: 10px 0px 10px 0px;
	text-align:center;
}

span.nombreComentario
{
	color: black;
	font-style: italic;
	font-size: 12px;
}

span.fechaComentario
{
	color: black;
	font-weight: bold;
	font-size: 12px;
}

span.asuntoComentario
{
	color: red;
	font-weight: bold;
	font-size: 12px;
}

blockquote {
	font-style:italic;
}

/*************************************************************
Formularios
*************************************************************/
FIELDSET.formulario
{
	padding: 10px 20px 10px 20px;
	border:0px;
}
FIELDSET.formulario LEGEND
{
	font-weight:bold;
	margin: 0px 0px 25px 0px;
	font-size:13px;
	text-align:left;
	color: #00008b;
	text-decoration:underline;
}
FIELDSET.formulario P
{
	margin: 0px;
	padding: 5px 0px 2px 0px;
}

.captionFormulario
{
	background-color:#00008b;
	color:#ffffff;
	font-weight:bold;
	border: solid 4px #00008b;
	width: 100px;
}

.inputFormulario
{   
	border:solid 1px #00008b;
	width:500px;
	height:20px;
}

.botonFormulario
{
	padding: 2px;
	border: #00008b 1.5px double;
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	color: #00008b;
	background-color: #ffffff;
}

.boton
{
	padding: 2px;
	border: #gray 1.5px double;
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	color: gray;
	background-color: #ffffff;
}

a.buttontext:link
{
	border-style: outset;
	border-width: 2.5px;
	border-color: #BFC0C1;
	background-color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 3px;
	color: gray;
	font-weight: bold;
	font-size: 12.5px;
	text-decoration: none;
	cursor: hand;
}
a.buttontext:visited {
	border-style: outset;
	border-width: 2.5px;
	border-color: #BFC0C1;
	background-color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 3px;
	color: gray;
	font-weight: bold;
	font-size: 12.5px;
	text-decoration: none;
	cursor: hand;
}
a.buttontext:hover {
	color: #808080;
	text-decoration:none;
	border-style:inset;
} 


.selectFormulario
{   
	font-size:10px;
	border-color:#00008b;
	border-style:solid;
	border-width:1px;
	height:20px;
}

/******************************************************
Estilos UserControls
*******************************************************/
.noVisible
{	
	visibility:hidden;
	display:none;
}

P.sinEspacio
{
	margin:5px 0px 0px 0px;
	padding:0px;
}

.clearBoth
{
	clear:both;
}

.aviso
{
	font-weight: bold;
	color: #dd2222;
}



/************************************************************************/
/*********************ESTILOS PARA EL MENÚ PRINCIPAL*********************/
/************************************************************************/
/*Lista para el Menu Ppal*/
.leftNav
{
	margin: 0px;
	padding: 0px;
	width:110px;
}
.leftNavSpacer
{
}
.leftNavSelected
{
}
.leftNav1
{
	padding: 2.5px 0px 2.5px 5px;
	font-weight: bold;
}
a.leftNav1
{
	color:#dd2222;
	font-weight: bold;
	text-decoration:none;
}
a.leftNav1:link {
	font-weight: bold;
	color:#dd2222;
} 
a.leftNav1:hover
{
	font-weight:normal;
	color:#dd2222;
} 
a.leftNav1:visited {
	font-weight: bold;
	color:#dd2222;
} 
.leftNav2
{	
	padding: 2px 0px 2px 10px;
}
a.leftNav2
{
	color: #808080;
	text-decoration: none;
}
a.leftNav2:link {
	color: #808080;
} 
a.leftNav2:hover {
	color: #808080;
	font-weight:normal;
} 
a.leftNav2:visited {
	color: #808080;
} 
.leftNavHover
{
}
.leftNavFlyOuts
{
}
.leftNavFlyOutsItem
{
}
.leftNavFlyOutsItem a
{
}
.leftNavFlyOutsHover
{
}



.image-left
{
	float:left;
	padding-right:1em;
	padding-top:0.4em;
	behavior: url('/Style Library/CuerpoDerechaHandler.htc');
	display:block;
}

.image-right
{
	float:right;
	padding-left:1em;
	padding-top:0.4em;
	behavior: url('/Style Library/CuerpoDerechaHandler.htc');
}

.clear
{
	clear:both;
}
