
/** Dise–ado por Yerko Pezzopane **/


/*********************************************************************************************/
/****************************************** GENERAL ******************************************/
/*********************************************************************************************/


* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	font: normal normal 10pt/10pt "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	color: #525552;
	text-align: left;
	padding: 10px
}


/************************************* ETIQUETAS COMUNES *************************************/


p {
	font-size: 110%;
	line-height: 130%;
	text-align: left;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	color: #F00;
	font-style: normal;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-variant: normal;
}
h1, h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}
h1 {
	color: #003F71;
	font-size: 220%;
	font-weight: bold;
	line-height: 220%;
}
h2 {
	font-size: 140%;
	line-height: 140%;
}
h3 {
	font-size: 140%;
	line-height: 140%;
}
h4, h5, h6 {
	font-size: 110%;
	line-height: 140%;
}
li {
	font-size: 110%;
	line-height: 130%;
}


/*************************************** LINKS COMUNES ***************************************/


a {
	text-decoration: none;
}
p a:link, li a:link, p a:visited, li a:visited {
	color: #525552;
}
p a:hover, li a:hover, p a:active, li a:active {
	color: #999;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #F00;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
#contenido p a, #contenido li a {
	color: #003F71;
	border-bottom: 1px solid #F00;
}


/******************************************* LISTAS ******************************************/


li {
	list-style: disc inside;
	line-height: 0;
	padding-left: 20px;
	color: #929292;
 }


/************************************** IMAGENES COMUNES *************************************/


img {
	padding: 1px;
	border: 1px solid #999;
}
.imagen_noticia, .imagen_bienvenida {
	margin: 5px 0 5px 0;
}
.imagen_noticia {
	width: 92px;
	height: 69px;
}
.imagen_bienvenida {
	width: 140px;
	height: 175px;
}


/****************************************** INVISIBLE ****************************************/


#intranet_ac_directo, #menu_pie, .nolista, #submenu {
	display: none;
}


/****************************************** CONTENIDO ****************************************/


.rastro {
	font-size: 80%;
	line-height: 80%;
	padding: 20px 0 20px 0;
}
.rastro a {
	color: #F00;
}
.not_eventos_ti {
	padding-top: 20px;
}
.not_eventos_uno_con, .not_eventos_dos_con, #contenido_grupo {
	padding-top: 20px;
}
.not_fechas, .not_destacada_fechas {
	font-size: 80%;
	line-height: 80%;
	color: #525552;
	padding-left: 10px;
}
.contenido_general p, .contenido_general li, .contenido_general h3, .archivos_top {
	padding-bottom: 20px;
}
#pie, #pie a {
	color: #929292;
}
#pie {
	font-size: 80%;
	line-height: 80%;
	padding-top: 20px;
}