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

img {
	border:0;
}	

body {
	background-color:#BF8D53;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
}	
body, p, h1, h2, h3, img, th, ul, li {
	margin:0;
	padding:0;
}	

#contenedor {
	margin: auto;
}

#top {
	margin:0;
	background-color:#000000;
	height:434px;
	background-image: url(../_imags/foto_home.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#contenido {
	background-color:#BF8D53;
}
#menu {
	height: 26px;
	margin: 10px 0 25px 0;
	padding: 3px 0 0 30px;	
}
.menuTam {
	width:750px;
	margin:auto;
}
#menu ul{
	margin: 0 auto 0 auto;
	list-style: none;
	font-size:11px;
	color: #FFF;
	padding-top:3px;
	font-size:14px;
	text-align: center;
}
#menu ul li{
	float:left;
	margin: 0 10px 0 10px;
}
#menu ul li a{
	padding-left:4px;
	color: #480024;
	text-decoration:none;
}
#menu ul li a:hover{
	color: #FFF;
}
#menu ul li div {
	display:none;
	z-index: 1011;
	position:absolute;
	margin: 0 0 0 -10px;
	padding: 14px 6px 6px 6px;
	background-color:#BF8D53;
	border-top: solid 8px #480024;
	border-right: solid 1px #480024;
	border-left: solid 1px #480024;
	border-bottom: solid 1px #480024;
	color:#480024;
}
#menu ul li div a{
	color: #480024;
}
#menu ul li div a:hover{
	color: #FFF;
}
#cierre {
	clear:both;
	height:20px;
}	

/*************** NOTICIA *************/
#noticiaCont {
	margin: auto;
	width:600px;
}
#noticiaTop {
	margin: 0;
	background-image:url(../_imags/fondo_caja_top.jpg);
	background-repeat:no-repeat;
	height:13px;
}
#noticiaBottom {
	margin: 0;
	background-image: url(../_imags/fondo_caja_bottom.jpg);
	background-repeat:no-repeat;
	height:23px;
}
#noticia {
	margin: 0;
	color:#480024;
	background-image:url(../_imags/fondo_caja_med.jpg);
	background-repeat:repeat-y;
}
#noticia p{
	text-align:center;
	padding: 0 10px 8px 10px;
}
#noticia a{
	font-weight:bold;
	text-decoration:none;
	color:#480024;
}
#noticia a:hover{
	text-decoration:none;
	color: #CC0000;
}	
#firma {
	position:absolute;
	bottom:0px;
	right:0px;
	width: 875px;
	height: 145px;
	background-image:url(../_imags/firmaTejedora.jpg)
}
