
/* 
################################
DEFINICIONES CONTENIDO --HOME--
################################
*/

#content .noticia{
	text-decoration: none;
	clear: both;
	padding-bottom: 20px;
}

#content .noticia img {
	padding: 2px;
	border: 1px solid #C5C5B4;
	float: left;
	margin-right: 5px;
}

#content .noticia .bajada {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 120%;
	font-size: 10pt;
}

#content .noticia a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 10pt;
	color: #009900;
	text-decoration: none;
}
#content .noticia a:hover{
	text-decoration: none;
	color: #FF6600;
}

#content .noticia h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3575B0;
	font-weight: normal;
	font-size: 14pt;
	line-height: 120%;
}
#content .noticia .copete {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9pt;
	line-height: 120%;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3575B0;
	font-weight: normal;
	font-size: 20pt;
	line-height: 120%;
	margin-bottom: 10px;
}
#content h2 {
	font-family: Arial, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 120%;
	margin-bottom: 10px;
	text-align: center;
	color: #999999;
}
#content .bajada {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 125%;
	font-size: 11pt;
	margin-bottom: 15px;
}

#content .bajada a {
	font-family: Georgia, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 11pt;
	color: #666666;
	text-decoration: none;
}
#content .bajada a:hover{
	text-decoration: none;
	color: #FF6600;
}
#content .bajada img{
	border: 0px;
	margin-right: 5px;
}
#content .destacado {
	font-family: Arial, Helvetica, sans-serif;
	color: #2E611D;
	line-height: 125%;
	font-size: 11pt;
	margin-bottom: 15px;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #FFCC00;
}

