﻿#contenedor2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #79B0DC;
	background-color: #FFFFFF;
}

#noticia2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #79B0DC;
	background-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: thin;
	border-bottom-width: thin;
}

#imagen2 {
	float:left; 
	margin: 2px;
}
#texto2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	float: inherit;
	text-decoration: none;
	text-align:justify;
	margin: 2px;
}

#noticia2 #cuerpo2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-indent: 2px;
}

#noticia2 #titulo2 {
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	margin: 2px;
	padding-bottom: 2px;
}

#fin_noticia2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-decoration: none;
}

a:hover #noticia2 #titulo2 {
	color: #FFA54A;
}

a:hover #fin_noticia2 {
	color: #FFA54A;
}

a:hover #texto2 {
	color: #FFA54A;
}