/* CSS Document */

body {
	background: #FFF url("images/bck_01.jpg") repeat-x;
}
#navigation .second-level{
	background:repeat-y url("images/bck_menu_01.jpg");
}
#navigation .second-level ul li{
	border-right: 1px solid #A49111;
}
#navigation .second-level ul li a:hover{
	color:#A49111;
}
#footer .data{
	border-top:2px solid #cdb515;
}
h2{
	color: #cdb515;
	border-bottom-color: #cdb515;
}
h3{
	color: #cdb515;
}
a:link, a:visited {
	text-decoration: none;
	color:#A49111;
}
a:hover {
	text-decoration: underline;
}

/* Noticias home */

.noticias {
	width: 280px;
	padding: 15px 20px 20px 20px;
	float: right;
	background: #F1E9B8;
}
.noticias h2 {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	color: #8F7B08;
	font-size: 18px;
	border: none;
}
.noticias .todas {
	float: right;
	display: block;
	background: no-repeat right url("images/icn_mas.gif");
	padding: 2px 18px 2px 0;
	margin-top: 3px;
	text-decoration: underline;
	color: #8F7B08;
}
.noticias ul {
	margin: 0;
	padding: 0;
}
.noticias ul li {
	width:280px;
	display: block;
	float: left;
	padding-top: 15px;
	color: #666;
	line-height: 16px;
}
.noticias ul li img {
	float: left;
	border: 1px solid #CCC;
	margin: 0 5px 0 0;
}
.noticias ul li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
}
.noticias ul li span.fecha {
	color: #8F7B08;
	font-size: 10px;
	padding-bottom: 5px;
	display: block;
}

/* Galeria home */

.galeria-home {
	width: 270px;
	padding: 15px 20px 0 0;
	float: right;
}
.galeria-home h2 {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	color: #8F7B08;
	font-size: 18px;
	border: none;
}
.galeria-home .todas {
	float: right;
	display: block;
	background: no-repeat right url("images/icn_mas.gif");
	padding: 2px 18px 2px 0;
	margin-top: 3px;
	text-decoration: underline;
	color: #8F7B08;
}
.galeria-home ul {
	margin: 0;
	padding: 0;
}
.galeria-home ul li {
	width:280px;
	display: block;
	float: left;
	padding-top: 15px;
	color: #666;
}
.galeria-home ul li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
}
.galeria-home ul li a img {
	display: block;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}

/* Foros home */

.reflexion-home {
	width: 250px;
	margin: 20px 0 0 20px;
	padding: 0 0 20px 40px;
	float: left;
	border-bottom: 1px solid #8F7B08;
	background: no-repeat url("images/comillas.jpg");
	line-height: 16px;
	font-size: 11px;
	color: #666;
	text-align: left;
}
.reflexion-home strong {
	color: #8F7B08;
}
.reflexion-home .todas {
	float: right;
	display: block;
	background: no-repeat right url("images/icn_mas.gif");
	padding: 2px 18px 2px 0;
	margin-top: 3px;
	text-decoration: underline;
	color: #8F7B08;
}
.reflexion-home p {
	margin: 0;
	float: left;
	width: 290px;
	line-height: 18px;
	font-size: 11px;
	color: #666;
	text-align: justify;
}
.reflexion-home p a {
	display: block;
	width:290px;
	float: left;
	font-weight: bold;
	font-size: 12px;
}
.reflexion-home p span.fecha {
	color: #8F7B08;
	font-size: 10px;
	padding-bottom: 5px;
	display: block;
}

/* Foros home */

.foro-home {
	width: 290px;
	padding: 20px 0 0 20px;
	float: left;
}
.foro-home h2 {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	color: #8F7B08;
	font-size: 18px;
	border: none;
}
.foro-home .todas {
	float: right;
	display: block;
	background: no-repeat right url("images/icn_mas.gif");
	padding: 2px 18px 2px 0;
	margin-top: 3px;
	text-decoration: underline;
	color: #8F7B08;
}
.foro-home p {
	margin: 0;
	float: left;
	width: 290px;
	line-height: 16px;
	font-size: 11px;
	color: #666;
	text-align: justify;
}
.foro-home p a {
	display: block;
	width:290px;
	float: left;
	font-weight: bold;
	font-size: 12px;
}
.foro-home p span.fecha {
	color: #8F7B08;
	font-size: 10px;
	padding-bottom: 5px;
	display: block;
}