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

BODY { 
background-color : #000000;
background-image:url(../images/patternback.png);
font:Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;
color:#000000; 
margin : 0px 0px 20px 0px; 
text-align: center; 
} 

/*definimos todos los elementos de nuestra página*/

#contenedor{ 
width: 800px; 
text-align:left;
background-color : #000000;
background-image:url(../images/patternback3.jpg);
margin-right: auto;
margin-left: auto;
margin-top: 0px;
z-index: 4;
position: relative;
border: none;
} 


/*definimos la cabecera*/
#cabecera{ 
height : 250px; 
width: 800px; 
}



/*definimos el menú*/
#navegador{ 
background-color : #a0736e;
background-image:url(../images/menubackground.jpg);
padding : 11px 0px 11px 0px; 
text-align:center;
} 

/*definimos los elementos del menú*/
a.enlacenav:visited, a.enlacenav:active, a.enlacenav:focus, a.enlacenav:link{
	color: #a0736e;
	display:inline;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	border: none;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right:10px;
}
a.enlacenav:hover{
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

/*elemento actual seleccionado en el menú*/
a.enlaceact:hover, a.enlaceact:visited, a.enlaceact:active, a.enlaceact:focus, a.enlaceact:link{
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right:10px;
	border: none;
	
}

/*------------------banner seccion-------------------- */
#bannerseccion{
	height:80px;
	width:800px;
	position:relative;
	float:right;
	}
#bannerseccion img{
	float:right;
	}
	
/*definimos el bloque derecho de nuestra zona central*/

#cuerpo{
	width:460px;
	text-indent: 5px;
	margin:0px;
	padding: 0px 0px 0px 10px;
	float:left;
}

#cuerpo p{
	margin:5px;
	font-size:14px;
	letter-spacing:0.05em;
	}

#cuerpo p.big{
	font-weight:bold;
	font-size:20px;
	}
#cuerpo a:visited, #cuerpo a:active, #cuerpo a:focus, #cuerpo a:link{
	text-decoration:underline;
	color:#3a112a;
}

#cuerpo a:hover{
	color:#6d1e15;
}


/*definimos el bloque izquierdo de nuestra zona central*/

#lateral{ 
width: 300px; 
background-color: #000000; 
border: none; 
float:left; 
} 

#lateralestrecho{ 
width: 100px; 
background-color: #000000; 
border: none; 
float:left; 
} 


/*definimos el adorno en la parte inferior del texto*/
#motivotexto{
width:150px;
height:40px;
border-top: thin solid #3a112a;
border-bottom: thin solid #3a112a;
text-align:center;

}

img.floatright{
margin-left: 10px;
float:right;
}

img.floatleft{
margin-right:10px;
float:left;
}

H1{ 
font-size: 18pt;
color: #64363d;
} 

H2{ 
font-size: 14pt;
color: #64363d;
} 


p{
font-size:14px;
}

.negrita{
font-weight: bold;
}


/*footer, definición estilo de  la parte de abajo con su propio estilo para los enlaces*/
#navabajo{ 
clear:both;
color: #fff;
font-weight: bold;
font-style: normal;
font-size: 14px;
background-image:url(../images/bottombackground.jpg);
height:40px;
padding-top:20px;
text-align:center;
font-weight : bold; 
border: none;
} 

#navabajo a:visited, #navabajo a:active, #navabajo a:focus, #navabajo a:link{
color: #a0736e;
text-decoration: none;
padding:11px;
}

#navabajo a:hover{
color: #ffffff;
text-decoration:underline;
padding-top: 5px;
padding-left:11px;
padding-right:11px
padding-bottom: 11px;
}


