@charset "utf-8";
/* CSS Document */

@import url("reset.css");

/* Esto se usa en la validaci�n de los formularios y mensajes de error */
label.error, p.error { 
	color: red;
	font-size:0.9em;
}
input.error {
	border: 1px dotted #F00;
}

body {
	background-color: #9D4D30;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#contenedor {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #cabecera {
	background-color: #98AF85;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #617E46;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #617E46;
	margin-top: 2px;
	padding-left: 40px;
}
#contenedor #area {
	background-color: #FBE6C7;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-y;
}
#area #menu {
	float: left;
	width: 200px;
}
#area #menu a {
	background-image: url(../images/icono_menu.jpg);
	background-repeat: no-repeat;
	height: 17px;
	display: block;
	color: #9D4D30;
	text-decoration: none;
	background-color: #F6CE95;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 25px;
	padding-top: 4px;
	font-size: 12px;
	background-position: 2px center;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F7C42;
}
#area #menu a:hover {
	color: #000;
}
#columna {
	float: left;
	height: 65px;
}
#contenido{
	float: right;
	width: 560px;
	margin-right: 40px;
	text-align: justify;
	padding-bottom: 15px;
}
#contenido h1{
	font-size: 18px;
	font-weight: bold;
	color: #9D4D30;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 20px;
}
#contenido h2{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 14px;
}
#contenido h3{
	line-height: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
#contenido p{
	margin-top: 10px;
}
#contenido a{
	font-weight: bold;
	color: #9D4D30;
	text-decoration: none;
}
#contenido a:hover{
	color: #31180F;
	text-decoration: underline;
}
#contenido blockquote{
	margin-left: 20px;
}
#pie{
	clear: both;
	background-color: #98AF85;
	height: 26px;
	color: #9D4D30;
	text-align: center;
	padding-top: 8px;
}
.imprimir a, .enviaramigo a, .facebook a, .delicious a, .meneame a, .myspace a, .twitter a{
	height: 20px;
	width: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	border: 1px solid #9D4D30;
	float: left;
}
.imprimir a{background-image: url(../images/printer.png);}
.enviaramigo a{background-image: url(../images/email.png);}
.facebook a{background-image: url(../images/facebook.png);}
.delicious a{background-image: url(../images/delicious.png);}
.meneame a{background-image: url(../images/meneame.png);}
.myspace a{background-image: url(../images/myspace.png);}
.twitter a{background-image: url(../images/twitter.png);}
.imprimir span, .enviaramigo span, .facebook span, .delicious span, .meneame span, .myspace span, .twitter span{
	display: none;
}
#contenido hr {
	color: #5E7D42;
}
#noticias .imagenprincipal {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}
#noticias .bloquenoticia {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5F7C42;
	margin-top: 10px;
	padding-top: 10px;
}
#noticias .files {
	margin-top: 20px;
	margin-bottom: 20px;
}
