/* //////////////////////////////////////// ESTILOS GENERALES */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 11px;
	SCROLLBAR-FACE-COLOR: #c2c2c2;
	SCROLLBAR-HIGHLIGHT-COLOR: #ccc;
	SCROLLBAR-SHADOW-COLOR: #ccc;
	SCROLLBAR-3DLIGHT-COLOR: #fff;
	SCROLLBAR-ARROW-COLOR:  #000;
	SCROLLBAR-TRACK-COLOR: #f0f0f0;
	SCROLLBAR-DARKSHADOW-COLOR: #2f2f2f;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.fucsia {
	color: #cc3399;
}
img {
	border: none;
}
/* //////////////////////////////////////// DATOS */
#contenedor {
	width: 920px;
	/*height: 535px;*/
	height: 699px;
	margin: 0 auto;
}
/* //////////////////////////////////////// CABECERA */
#cabecera, #principal {
	text-align: left;
}
#cabecera {
	width: 920px;
	height: 65px;
}
#logo {
	float: left;
	margin: 10px;
}
#idiomas {
	float: right;
	margin: 10px;
}
#idiomas a i {display: none;}
#idiomas a {
	float: left;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-right: 10px;
}
a#espanol {
	background-image: url(../imagenes/espanol.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 38px;
	width: 82px;
}
a:hover#espanol {
	background-image:url(../imagenes/espanol-on.gif);
}
a#english {
	background-image: url(../imagenes/english.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 38px;
	width: 78px;
}
a:hover#english {
	background-image:url(../imagenes/english-on.gif);
}
a#home {
	background-image: url(../imagenes/home.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 38px;
	width: 72px;
}
a:hover#home {
	background-image:url(../imagenes/home-on.gif);
}
/* //////////////////////////////////////// PRINCIPAL */
#principal {
	width: 920px;
	border: 1px solid #333;
	/*height: 470px;*/
	height: 634px;
}
#menu {
	float: left;
	width: 184px;
	background-image: url(../imagenes/menu-fondo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 15px;
	height: 634px;
	font-size: 11px;
}
#menu ul {
	list-style-type: none;
	padding-left: 15px;
}
#menu li {
	width: 140px;
	padding-left: 2px;
	margin-bottom: 15px;	
}
#menu a {
	width: 125px;
}
/* //////////////////////////////////////// hover */
.seccion {

}
.seccion_on {
	background-color: #ffcc33;
}
.seccion_off {
	cursor: pointer;
}
#contenidos {
	float: right;
	width: 736px;
	/*height: 470px;*/
	height: 634px;
}
#contenidos h2, #contenidos h3 {
	color: #cc3399;
	font-size: 45px;
}
#contenidos h3 a, #contenidos h3 a {
	color: #cc3399;
}
#contenidos h3 a:hover, #contenidos h3 a:hover {
	color: #ffcc33;
}
/*#contenidos a {margin: 0; padding: 0; display: block; float: left;}*/
#contenidos img {margin: 0; padding: 0; display: block; float: left;}

