/* Estilo general de la página y el cuerpo de texto */

body {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 11px;
	color: 666666;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	background-attachment: scroll;
	background-image:  url(img/color_sup.jpg);
	background-repeat: no-repeat;
	background-position: 220px 0px;
}

tr {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 11px;
	text-decoration: none;
}

/* Posición del logo */

#logo {
	position: absolute; 
	top: 35px; 
	left: 35px;
}

/* Posición de la barra de lenguajes */

#languajes {
	position: absolute; 
	top: 21px; 
	left: 706px;
}


/* Este es el menu de utilidades o menú secundario */

#menu_secundario {
	position: absolute;
	top: 83px;
	left: 0px;
	text-align: right;
	width: 775px;
	padding-left: 8px;
	color: #753187;
}

#menu_secundario a {
	text-decoration: none;
	color: #753187;
}

#menu_secundario a:hover {
	text-decoration: underline;
	color: #753187;
}

/* Posición barra central banner navegación */

#menu_nav{
	position: absolute;
	top: 102px;
	left: 0px;
	width: 779px;
	height: 137px;
}


/* Efectos menu principal navegación */

.menuon {
	background-image:  url(img/bt/main_on.gif);
	cursor: hand;
	cursor: pointer;
}
.menuoff {
	background-image:  url(img/bt/main_off.gif);
}

/* Efectos submenu navegación */

.submenu {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 7px;
}

.submenu a {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.submenu a:hover {
	font-weight: bold;
}

/* Efectos ruta de navegación */

.rute {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 15px;

}

.rute a {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #663399;
	text-decoration: none;
}

.rute a:hover {
	text-decoration: underline;
}








#contenidos {
	position:absolute;
	left:0px;
	top:240px;
	width:779px;
	height:221px;
	z-index:1;
	overflow: visible;
	background-attachment: scroll;
	background-image: url(img/waves.gif);
	background-repeat: no-repeat;
	background-position: 643px 45px;
}

#contenidos a {

	color: #753187;
	text-decoration: none;
}

#contenidos a:hover {
	text-decoration: underline;
}




.destacado {
	font-weight: bold;


}
.tituloseparador {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #753187;
	padding-bottom: 5px;
	color: 336699;

}


/* Lista normal de elementos */

.listanormal {
	list-style: none;
}

.listanormal li
{
	background-image: url(img/waves_bullet.gif);
	background-repeat: no-repeat;
	background-position: 10 5px;
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin: 0px;
}
.cuerposeparador {
	padding-left: 20px;
}
.tablebackgr {
	background-image: url(img/background_table.gif);
	background-repeat: repeat-y;
}
.titulohome {
	font-size: 12px;
	font-weight: bold;
	color: #C6C215;
}
p {
	text-align: justify;
}
