/*CSSs generales 
//---------------------------------------------------------------------------------------------------*/

body 
{
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	font-family: Verdana;
    font-size: 11px;
    color: #222222;
	background: #FFFFFF;
}


a 
{
   font-family: Verdana;
   font-size: 11px;
   text-decoration: none;
   border-style: none;
   color: #986e4e;
   text-align: left;
}

font 
{
   font-family: Verdana;
   font-size: 11px;
   text-decoration: none;
   border-style: none;
   color: #222222;
   text-align: left;
}

table
{
   font-family: Verdana;
   font-size: 11px;
   text-decoration: none;
   border-style: none;
   color: #222222;
   text-align: left;
}

 
/*----------------------------------------------------------------------------------------------------*/

/*CSSs Estructura: cuerpo
//---------------------------------------------------------------------------------------------------*/

#cuerpo
{
	position:relative;
	width:100%;
	text-align:center;
}

#cuerpo2
{
	width:780px;
	margin:auto;
	text-align:left;
}

/*----------------------------------------------------------------------------------------------------*/



/*CSSs Estructura: encabezado
//---------------------------------------------------------------------------------------------------*/

#encabezado
{
	position:relative;
	width:780px;
	height:195px;
	background: transparent url(portada.jpg) no-repeat 0px 0px;
	border:solid 1px #0000BB;
	border-bottom:solid 8px #0000BB;
}

/*----------------------------------------------------------------------------------------------------*/

/*CSSs Estructura: cuerpo
//---------------------------------------------------------------------------------------------------*/

#contenido
{
	position:relative;
	width:780px;
	text-align:center;
}

#contenido2
{
	width:780px;
	margin:auto;
	text-align:left;
	border:solid 1px #0000BB;
}
#menu
{
	width:176px;
	padding:5px;
	margin:auto;
	text-align:left;
	border:solid 1px #0000BB;
	float:right;
	clear:right;
}
#menu2
{
	width:176px;
	padding:5px;
	margin:auto;
	text-align:left;
	border:solid 1px #0000BB;
	float:right;
	clear:right;
}
#texto
{
	width:580px;
	padding:5px;
	margin:auto;
	text-align:left;
	border:solid 1px #0000BB;
	float:left;
	clear:left;
}

/*----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------*/






/*CSSs Estructura: pie
//---------------------------------------------------------------------------------------------------*/

#pie
{
	position:relative;
	clear:both;
	width:780px;
	text-align:center;
	font-weight:bold;
	height:35px;
	border:solid 1px #0000BB;
	background-color:#AAAAFF;
}

#pie_texto1 
{

}


#pie_texto2
{	

}


h1 {
	height:25px;
	font-size: 16px;
	text-align:left;
	margin-bottom:-2px;
	padding-top:5px;
	color: #000000;
	border-bottom:solid 2px #0000DD;
	background-color:#AAAAFF;
	}

h2 {
	font-size: 11px;
	color: #FF0000;
	}

h3 {
	font-size: 10px;
	}

h4 {
	font-size: 8px;
	}

h5 {
	font-size: 8px;
	}
hr
{
	display:none;
	border: none 0; 
	border-top: 1px dashed #FFF;
	height: 1px;
	color:#676c89;
	clear:both;
}