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

body
{
	margin:0px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background:url(../images/background.png) repeat-x #20160a;*/
	background:#e0d7b1;
}

.clear{clear:both}
.left{float:left}
.right{float:right}

#contenedor, #contenedor2 
{
	width:969px;
	margin:auto;
}

#contenedor a{
	color:#765C3A;
	font-weight:bold;
	text-decoration:none;
}

#contenedor a:hover, #contenedor a.active{
	color:#8F8170;
}

#contenedor, #contenedor2
{
	background-color:#9a8c57;
}

/*#contenedor2
{
	background-color:#9a8c57;
}*/

#links{
		margin:10px auto 10px auto;
		height:50px;
		background:url(../images/menubg.png) repeat-x;
		border-top:0px;
		border-bottom:0px;
		font-size:12px;
		text-align:center;
	}
		
		#links ul{
			list-style:none;
			margin:0px;
			padding:0px;
		}
			#links li{
				list-style:none;
				display:block;
				float:left;
			}
			#links li a{
				display:block;
				color:#f3edd9;
				text-transform:uppercase;
				line-height:50px;
				text-decoration:none;
			}
			#links li a:hover{
				background:url(../images/hover.png) repeat-x;
				font-weight:bold;
				color:#f3edd9;
			}
			#links li a.current{
				display:block;
				float:left;
				background:url(../images/hover.png) repeat-x;
				font-weight:bold;
				text-transform:uppercase;
				text-decoration:none;
				color:#f3edd9;
			}
			#links li a:hover.current{
				color:#f3edd9;
			}
			#l1{ width:197px;}
			#l2, #l3{ width:193px;}
			#l4{ width:183px;}
			#l5{ width:195px;}

#cabezera{
	background:#FFF;
}

#login{
	height:72px;
	background:url(../images/bordeHeader.png) left top no-repeat;
}	

#frmlogin {
	margin:16px;
}

#frmlogin .input-text{
	background-color:#e0d7b1;
	border:#ada276 solid 1px;
	color:#7b674e;
	font-size:11px;
	width:120px;
}

#frmlogin .input-button
{
	background:url(../images/botonLogin.png) no-repeat center center;
	height:40px;
	width:40px;
	border:none;
	cursor:pointer;
}

#logos
{
	padding:5px 10px 5px 10px;
	background-color:#FFF;
}

#informacion
{
	width:835px;
	background:url(../images/backInformes.png) repeat-y;
	padding:0px;
	/*color:#666666;*/
}

#headInfo{ background:url(../images/headInformes.png) no-repeat; }

#footInfo { background:url(../images/footInformes.png) no-repeat; }

#headInfo, #footInfo{ height:15px; }

#mycarousel, #cabezera, #informacion
{
	margin:auto;
}

#cuerpo
{
	
}

#modulos
{
	padding:10px;
	/*width:585px;*/
	margin:auto;
}

#noticias, #avisos, #tools{
	/*height:415px;*/
	/*background:url(../images/back-noticias.png) #524820;*/
	margin:0px 10px 0px 10px;
}

#informacion h2 {
	color:#6a4d2d;
	font-family:"Century Gothic", Verdana, Arial;
	margin:15px 0px 5px 10px;
	font-size:20px;
}

#avisos, #tools { border-left:#b9bab6 dashed 1px; /*height:415px;*/}

#noticias{
	width:270px;
}

#avisos{
	width:260px;
	padding:5px;
	/*border-left:#b9bab6 dashed 1px;
	border-right:#b9bab6 dashed 1px;*/
}

#tools{
	width:230px;
}

#footer
{
	background:url(../images/bordeFooter.png) left bottom no-repeat #9a8c57;
	padding:5px 10px 10px 10px;
	color:#6a4d2d;
	text-align:center;
	font-size:11px;
}

#textos
{
	width:540px;
	/*height:300px;
	overflow:auto;*/
	padding:10px;
	margin:10px;
}

#textos a
{
	color:#53AC3E;
	text-decoration:none;
}

#textos a:hover, #textos a:active
{
	color:#B7E302;
}

#pie{
	color:#665d39;
	text-align:center;
}

#noticias
{
	text-align:justify;
}

#noticias div.textnoti
{
	float:right;
	padding:5px;
	margin:0px;
	width:200px;
}

#lista_noticias
{
	margin:15px;
	text-align:justify;
}

#lista_noticias img
{
	margin:5px;
}

#frm_botones{
	margin:5px 30px 5px 5px;
	font-size:14px;
	float:right;
	color:#000000;
	font-weight:bold;
}

#frm_botones a{
	
}

