﻿/*ESTILOS MAQUETACION*/
html, body, form
{
    margin:0px; padding:0px;
    width:100%; height:100%;
    background-image:url("../Images/pixel_fondo.gif");
    background-repeat:repeat-x; 
    background-color:#0056ac;
}

.cabecera_menu
{
	background-image:url("../Images/pixel_menu.gif");
    background-repeat:repeat-x;
    width:1000px;
	height:41px;
}

.pie
{
	background-image:url("../Images/pie.gif");
	background-repeat:repeat-x;
	background-position:center;
    width:1000px;
    height:19px;	
}

/*MENUS*/
.separador
{
	background-image:url("../Images/separador_menu.gif");
	background-repeat:no-repeat;
	width:2px;
	height:41px;
}

.menu_out
{
	height:41px;
}

.menu_over
{
	background-color:#ffffff;
	width:100%;
	height:41px;
}

.desplegable
{
	top:0px;
	width:124px;
	position:absolute;
	z-index:1;
	visibility:hidden;
	margin-left:104px;
	margin-top:41px;
	border-left:solid 1px #c8c9cb;
	border-right:solid 1px #c8c9cb;
	float:left;
}

.submenu_out
{
	background-image:url("../Images/submenu.gif");
	background-repeat:repeat-x;
	width:114px;
	height:18px;
	padding-left:10px;
}

.submenu_over
{
	background-color:#82aee3;
	width:114px;
	height:18px;
	padding-left:10px;
}

.desplegable2
{
	top:0px;
	width:147px;
	position:absolute;
	z-index:1;
	visibility:hidden;
	margin-left:363px;
	margin-top:41px;
	border-left:solid 1px #c8c9cb;
	border-right:solid 1px #c8c9cb;
	float:left;
}

.submenu_out2
{
	background-image:url("../Images/submenu.gif");
	background-repeat:repeat-x;
	width:137px;
	height:18px;
	padding-left:10px;
}

.submenu_over2
{
	background-color:#82aee3;
	width:137px;
	height:18px;
	padding-left:10px;
}

.desplegable3
{
	top:0px;
	width:206px;
	position:absolute;
	z-index:1;
	visibility:hidden;
	margin-left:646px;
	margin-top:41px;
	border-left:solid 1px #c8c9cb;
	border-right:solid 1px #c8c9cb;
	float:left;
}

.submenu_out3
{
	background-image:url("../Images/submenu.gif");
	background-repeat:repeat-x;
	width:196px;
	height:18px;
	padding-left:10px;
}

.submenu_over3
{
	background-color:#82aee3;
	width:196px;
	height:18px;
	padding-left:10px;
}

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

.central_izq
{
	width:827px;
	float:left;
}

.central_der
{
	width:173px;
	float:left;
	background-image:url("../Images/separador_puntos.gif");
	background-repeat:repeat-y;
	background-position:left top;
	background-color:#e3e3e5;
}

.central_izq_sup
{
	background-image:url("../Images/imgcentral.gif");
	background-repeat:no-repeat;
	background-position:center;
	width:827px;
	height:249px;
}

.separador_puntos
{
	background-image:url("../Images/separador_puntos_hor.gif");
	background-repeat:no-repeat;
	background-position:center;
	width:173px;
	height:1px;
}

.superior_contenido
{
	background-image:url("../Images/logo_mini.gif");
	background-repeat:no-repeat;
	background-position:left center;	
}

.cuadros_seccion
{
	background-image:url("../Images/cuadros_seccion.gif");
	background-repeat:no-repeat;
	background-position:left center;
}