﻿/*ESTILOS MAQUETACION*/
html, body, form
{
    margin:0px; padding:0px;
    width:100%; height:100%;
    background-color:White;
}

.cabecera
{
	 background-image:url(../Images/cabecera.gif);
	 width:1000px;
	 height:126px;
}

.cabecera_central
{
	background-image:url(../Images/fondo.gif);
	 width:980px;
	 background-repeat:repeat-y;	
}

.cabecera_menu
{
	width:983px;
	height:29px;
}

.pie
{
	background-image:url(../Images/pie.gif);
	width:100%;
	height:40px;
	background-repeat:repeat-x;
}

.lnk_logo
{
	 margin-top:3px;
	 margin-left:20px;
	 float:left;
	 width:120px;
	 height:85px;
}

/*Menus*/
.menu_izq_out
{
	background-image:url(../Images/menuIzqu.gif);
	width:15px;
	height:29px;
}

.menu_izq_over
{
	background-image:url(../Images/menuActivoIzq.gif);
	width:15px;
	height:29px;
}

.menu_centro
{
	background-image:url(../Images/menu.gif);
	height:29px;
	width:921px;
	background-repeat:repeat-x;	
}

.menu_centro_out
{
	background-image:url(../Images/menu.gif);
	height:29px;
	width:100%;
	background-repeat:repeat-x;	
}

.menu_centro_over
{
	background-image:url(../Images/menuActivo.gif);
	width:100%;
	height:29px;
	background-repeat:repeat-x;		
}

.menu_der_out
{
	background-image:url(../Images/menuDer.gif);
	width:14px;
	height:29px;	
}

.menu_der_over
{
	background-image:url(../Images/menuActivoDer.gif);
	width:14px;
	height:29px;	
}

.central
{
	background-image:url(../Images/fondo_linea.gif);
	width:980px;
	background-repeat:repeat-y;
}

.lnk_idiomas
{
	 margin-right:10px;
	 float:right;
	 
}

/*Cuadro Central*/

.sup_izq
{
	background-image:url(../Images/arribaIzq.gif);
	width:28px;
	height:47px;
	background-repeat:no-repeat;
}

.sup_central
{
	background-image:url(../Images/arriba.gif);
	width:28px;
	height:47px;
	background-repeat:repeat-x;
}

.sup_der
{
	background-image:url(../Images/arribaDer.gif);
	width:28px;
	height:47px;
	background-repeat:no-repeat;
}


.medio_izq
{
	background-image:url(../Images/centroIzq.gif);
	width:28px;
	height:47px;
	background-repeat:repeat-y;
}

.medio_cen
{
	background-image:url(../Images/centroCen.gif);
	width:28px;
	height:47px;
	background-repeat:repeat-x repeat-y;
}

.medio_der
{
	background-image:url(../Images/centroDer.gif);
	width:28px;
	height:47px;
	background-repeat:repeat-y;
}

.inf_izq
{
	background-image:url(../Images/abajoIzq.gif);
	width:28px;
	height:47px;
	background-repeat:no-repeat;
}

.inf_central
{
	background-image:url(../Images/abajo.gif);
	width:28px;
	height:47px;
	background-repeat:repeat-x;
}

.inf_der
{
	background-image:url(../Images/abajoDer.gif);
	width:28px;
	height:47px;
	background-repeat:no-repeat;
}

/*Centrales*/

.central_izq
{
	width:165px;
	padding-right:10px;
	border-right:solid 1px #00618a;
	vertical-align:top;
}

.central_central
{
	width:600px;
	padding-left:10px;
	padding-right:10px;
}

.central_der
{
	width:165px;
	padding-left:10px;
	border-left:solid 1px #00618a;
	vertical-align:top;
}


.superior_contenido
{
	background-image:url(../Images/titulo.gif);
	width:25px;
	height:40px;
	background-repeat:repeat-x;
}

.linea_superior
{
	background-image:url(../Images/lineaTitulo2.gif);
	width:100%;
	height:1px;
	background-repeat:repeat-x;	
	background-position:center center;
}

.flechas
{
	background-image:url(../Images/flechas.gif);
	width:180px;
	height:8px;
	background-repeat:no-repeat
}

.fondo_textbox
{
	background-image:url("../Images/buscador.gif");
	background-repeat:no-repeat;
	background-position:center top;
    padding-left:0px;
    padding-right:0px;
    font-family: Tahoma;
	font-size: 8pt;
	color: #00618a;
	border:0px;
	width:126px;
	height:13px;
	padding-top:6px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.flechas_buscador
{
	background-image:url("../Images/buscador_flechas.gif");
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-right:15px;
}