body {
	background: url("../imagenes/fondoRayas.png") repeat;
	margin-top: 10px;
}

.divCentral {
	background-image:url(../imagenes/fondoCentral.jpg);
    margin:0 auto 0 auto;
	width:900px;
	height:500px;
	border: 5px solid #000000;
	border-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

.divSeccion {
	width:900px;
	height:355px;
	position:relative;
	top:-10px;
	border-top: 5px solid #333333;
	border-bottom: 5px solid #333333;
	background-color:#FFFFFF;
}

.divPie {
	position:relative;
    margin:0 auto 0 auto;
	width:900px;
	height:20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	text-decoration:none;
}
.divPie a {
	color:#666666;
}

.tituloSeccion {
	width:300px;
	height:40px;
	color:#FFFFFF;
	font-size:28px;
	font-weight:bold;
	text-align:right;
	background-color:#807190;
}

.textos {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/* ---------------------------- Cuadro texto -- */
.divTrans {
	width:810px;
	height:70px;
	position:relative;
	top:170px;
	left:40px;
	background-color:#6633CC;
	border:2px solid black;
	/* for IE */
	filter:alpha(opacity=40);
	/* CSS3 standard */
	opacity:0.4;
	z-index:1;
}
.divTexto {
	position:relative;
	top:110px;
	left:60px;
	width:770px;
	height:70px;
	color:#FFFFFF;
	text-align:justify;
	font-size:11px;
	font-weight:bold;
	z-index:2;
}
.divTextoTitulo {
	position:relative;
	width:200px;
	height:70px;
	top:205px;
	left:650px;
	color:#FFFFFF;
	font-size:36px;
	font-weight:bold;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-align:center;
}
.style4 {
	color: #807190;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
