body {
	/*background: url(../images/fotografia_fondo.jpg) bottom no-repeat #2F1700 scroll;*/
	background-color:#2F1700;
	font-family: "Trebuchet Ms", Verdana, Arial, sans-serif;
	color:#471514;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contenedor
{
	position:relative;
	margin:auto;
	z-index:1;
	width:1000px;
	background: url(../images/fotografia_fondo.jpg) bottom no-repeat;
}

/*
#banner
{
	position:absolute;
	margin:auto;
	z-index:2;
	left: 0px;
	top: 14px;
}
*/

.contenido
{
	/*position: absolute;*/
	margin:auto;
	/*z-index:2;*/
	width:1000px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#menu
{
	position:absolute;
	margin:auto;
	z-index:2;
	left: 41px;
	top: 215px;
	width: 165px;
}

/*#pie{
	font-size:10px;
	z-index:1;
	position: relative;
	height: 47px;

}*/

.pie {
	height:435px;
}

.texto_pie {

	padding-top:50px;
	padding-left:300px;
	padding-right:150px;
	color:#FFEACA;
	font-weight:bold;
}

.contenido_esp {
	padding-bottom:10px;
	padding-left:250px;
	padding-right:90px;
	padding-top:15px;
}

.primer_haras {
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#310100;
}

.texto_margen {
	margin-left:20px;
}

.texto_marron {
	color:#2F1700;
	font-weight:bold;
}

.titulo_noticia {
	color:#471514;
	font-weight:bold;
	font-size:14px;
	margin-left:20px;
}

.img {
	margin:5px;
}

.subtitulo {
	color:#2F1700;
	font-size:16px;
	font-weight:bold;
}

ul {	
	color:#2F1700;
	margin:10px;
	padding:5px;
	list-style:square;
	size:1px;
}

/* formulario para igualar en firefox y exploter */


fieldset {
   padding: 0 5px 10px;
	vertical-align:middle;
}

label, input {
   font-size: 13px; 
   color: #666666;
}

label {
    text-align: left;
}

form
{
padding-bottom:0px;
padding-left:OPX;
padding-right:0px;
padding-top:0px;
margin-bottom:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
}

.formulario {
	color: #552511;
	background-color: #FFEACA;
	border: 1px dotted #552511;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size:15px;
}

.enviar {
	font-size: 11px;
	font-weight: bold;
	background-color: #552511;
	color: #FFFFFF;
	height:25px;
	width:80px;
	border: 1px #552511;
}

.captcha {
	color: #552511;
	background-color: #FFEACA;
	border: 1px dotted #552511;
	font-family: "Trebuchet MS";
	font-size: 15px;
}

a:link{
	color:#FFEACA;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#FFEACA;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	background:none;
}
a:active{
	color:#FFEACA;
	text-decoration: none;
	font-weight:bold;
}

a.link:link{
	color:#471514;
	text-decoration:none;
	font-weight:bold;
}

a.link:visited {
	color:#471514;
	text-decoration: none;
	font-weight:bold;
}
a.link:hover {
	color: #552511;
	text-decoration:underline;
	font-weight:bold;
	background:none;
}
a.link:active{
	color:#471514;
	text-decoration: none;
	font-weight:bold;
}

.texto_claro {
	color:#FFEACA;
	font-weight:bold;
}
