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

body {
	margin:10px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#FFFFFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-color: #1E1E1E;
}


#contenedor {
	position:relative;
	width:825px;
	margin:0 auto 0 auto;
	background-color: #1E1E1E;
}

#footer {
	position:relative;
	width:825px;
	margin:0 auto 0 auto;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}
#footer a {
	color:#FFFFFF; font-weight:bold;
	text-decoration:none;
}

#caja_top {
	background:url(../images/caja_top.png) no-repeat bottom;
	height:18px;
}
#caja_center {
	margin:0px;
	background:url(../images/caja_center.png) repeat-y top;
	padding:0px 30px 10px 20px;
	
}
#caja_button {
	height:20px;
	background-color: #1E1E1E;
	background-image: url(../images/caja_button.png);
	background-repeat: no-repeat;
	background-position: center;
}

#cabecera {
	margin:0px; padding:0px;
	height:180px;
}

#cabecera .apDiv1 {
	position:absolute;
	left:31px;
	top:58px;
	width:108px;
	height:117px;
	z-index:1;
}
#cabecera .apDiv2 {
	position:absolute;
	left:145px;
	top:72px;
	width:375px;
	height:38px;
	z-index:2;
	color:#FFFFFF;
	font-size:38px;
}
#cabecera .apDiv3 {
	position:absolute;
	left:151px;
	top:124px;
	width:292px;
	height:18px;
	z-index:3;
}
#cabecera .apDiv4 {
	position:absolute;
	left:530px;
	top:-9px;
	width:268px;
	height:101px;
	z-index:4;
}

#cabecera .apDiv5 {
	background:url(../images/bg_menu.png) no-repeat;
	position:absolute;
	left:12px;
	top:166px;
	width:781px;
	height:26px;
	z-index:5;
	padding:65px 0px 2px 10px;
	color:#000000;
	font-size:14px;
}

#cabecera .apDiv5 ul {
	margin:0px; padding:0px;
}

#cabecera .apDiv5 li {
	margin:0px; 
	padding:0px;
	list-style:none;
	display:inline;
	margin-right:20px;
}

#cabecera .apDiv5 a {
	text-decoration:none;
	color:#000000;
	padding:0px;
	font-weight:bold;
}
#cabecera .apDiv5 a:hover {
	text-decoration:none;
	color:#FF0000;
	padding:0px;
	font-weight:bold;
}



#cabecera .apDiv6 {
	position:absolute;
	left:587px;
	top:192px;
	width:199px;
	height:51px;
	z-index:6;
}
