/* CSS Document */

body {
	background-color: #BFBFBF;
	overflow-y: hidden;
	overflow-x: hidden;
}

#central{
	position:relative;
	background-image:url(../fondo.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	width:1140px;
	height:747px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;

}

#cen{
	width:520px;
	height:430px;
	margin-left:25px;
}

#cuerpo{
	position:relative;
	top:40px;
	left:4px;
	width:490px;
	height:380px;
	text-align:left;
	/* Scroll lateral colores */
	scrollbar-face-color: #cfcfcf;
	scrollbar-shadow-color: #b0afaf;
	scrollbar-highlight-color: #b0afaf;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #777675;
} 

.texto{
	font-family:Verdana;
	color:#FFFFFF;
	font-size:11px;

}
p {
margin: 0;
text-indent: 1cm;
text-align:justify;
}
ul{
list-style-image:url(../img/flecha.png);
font-size:13px;
}
li:hover{
color:#6f0202;
cursor:pointer;
}
li{
font-weight:bold;
}

#flash{
	position:absolute;
	left: 845px;
	top: 1px;
}
#flash_iz{
	position:absolute;
	left: 70px;
	top: 0px;
}
#pc{
visibility:hidden;
	position:absolute;
	left: 182px;
	top: 155px;
}
a{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
color:#000000;
text-decoration:inherit;
}

