/*----------------------------------ELEMENTOS GENERALES------------------------------------------*/
body{
	font-family:Helvetica 35 Thin, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#666666;
	margin:0px;
	padding:0px;
}
#contenedor{
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	margin-top:50px;
}
#contenido{
	width:775px;
}
.img_izq{
	position:relative;
	float:left;
	border:0px;
}
img{
	border:0px;
}

#invisible{
	position:absolute;
	top:-100px;
	left: -150px;
	visibility:hidden;
}
#invisible1{
	position:absolute;
	top:-100px;
	left: -150px;
	visibility:hidden;
}
#invisible2{
	position:absolute;
	top:-100px;
	left: -150px;
	visibility:hidden;
}
#invisible3{
	position:absolute;
	top:-300px;
	left: -350px;
	visibility:hidden;
}

/*----------------------------------ELEMENTOS DE LA HOME----------------------------------------*/
#logotipo{
	position:relative;
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:35px;
}
.enlace_direccion{
	color:#C8C8C8;
	text-decoration:underline;
}
.enlace_direccion:hover{
	color:#858585;
	text-decoration:none;
}

#direccion{
	position:relative;
	float:right;
	text-align:left;
	font-size:70%;
	background-image:url(../img/general/raya_flecha.gif);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:7px;
	color:#858585;
}
.enlace_direccion_home{
	color:#858585;
	text-decoration:underline;
}
.enlace_direccion_home:hover{
	color:#666666;
	text-decoration:none;
}
.flecha_der{
	position:relative;
	float:right;
	width:12px;
	height:14px;
	background-image:url(../img/general/flechita.gif);
	background-repeat:no-repeat;
}
#img_centro{
	position:relative;
	float:left;
	width:100%;
	margin-top:50px;
}
.img_home{
	position:relative;
	float:left;
	margin-left:182px;
	border:0px;
	text-align:center;
}
#entrar{
	position:relative;
	float:left;
	width:100%;
}
#idioma{
	position:relative;
	float:left;
	width:379px;
	margin-top:25px;
	text-align:right;
	font-size:85%;
	text-transform:uppercase;
	padding-left:182px;
}
.entrar{
	color:#666666;
	text-decoration:none;
}
.entrar:hover{
	color:#000000;
	text-decoration:none;
}
#pie{
	position:relative;
	float:left;
	width:96%;
	font-size:65%;
	text-align:center;
	color:#858585;
	margin-top:20px;
}
.enlace_pie{
	color:#858585;
	text-decoration:underline;
}
.enlace_pie:hover{
	color:#666666;
	text-decoration:none;
}
	
/*---------------------------------Estilos para EL MENU PRINCIPAL DE NAVEGACIÓN---------------------*/
#menu_principal{
	position:relative;
	float:left;
	width:775px;
	font-size:70%;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:20px;
	text-align:left;
}
.menu_inferior{
	position:relative;
	float:left;
	width:198px;
	background-image:url(../img/general/raya_flecha.gif);
	background-repeat:repeat-y;
	background-position:top left;
	padding:10px 0px 10px 10px;
	color:#333333;
	line-height:140%;
}
.menu_inferior_centro{
	position:relative;
	float:left;
	background-image:url(../img/general/raya_flecha.gif);
	background-repeat:repeat-y;
	background-position:top left;
	padding:10px 0px 10px 10px;
	color:#333333;
	line-height:140%;
}
#bloque{
	position:relative;
	float:left;
	margin-left:18px;
}
#bloque2{
	position:relative;
	float:right;
	margin-left:0px;
}
#opcion_der{
	position:relative;
	float:right;
}
.menu_inferior_der{
	position:relative;
	float:left;
	background-image:url(../img/general/raya_flecha.gif);
	background-repeat:repeat-y;
	background-position:top left;
	padding:10px 0px 10px 10px;
	color:#333333;
	line-height:140%;
}
.color_menu_inf{
	color:#333333;
	text-decoration:none;
}
.color_menu_inf:hover{
	color:#000000;
	text-decoration:none;
}
.color_menu_inf_select{
	color:#000000;
	text-decoration:none;
}
.subrayado{
	text-decoration:underline;
}
.flecha_menu{
	position:relative;
	float:left;
	width:12px;
	height:14px;
	background-image:url(../img/general/flechita.gif);
	background-repeat:no-repeat;
}
.flecha_menu_fin{
	position:relative;
	float:left;
	width:12px;
	height:14px;
	background-image:url(../img/general/flechita.gif);
	background-repeat:no-repeat;
}

/*---------------------------------------------Estilos para ACCESIBILIDAD--------------------------*/
#fotos_logos{
	position:relative;
	float:left;
	width:100%;
}
.texto_accesibilidad{
	position:relative;
	float:left;
	width:100%;
	font-size:70%;
	letter-spacing:1px;
	margin-top:-10px;
}

    /*Estilo para subtitulares*/
h3{
	font-size:80%;
	color: #000000;	
	text-transform:uppercase;
	font-weight:normal;
}
h4{
	color: #2E2E2E;
	font-size:85%;
	font-weight: normal;
	margin:0px 0px 15px 0px;
	letter-spacing:1px;
	text-decoration:underline;
	width:100%;
}
h5{
	color: #575656;
	font-size:80%;
	font-weight: bold;
	margin:10px 0px 10px 0px;
	letter-spacing:1px;
	text-indent:25px;	
}

.p2{
	margin-left:50px;
	margin-top:2px;
}