﻿/*ESTILOS MAQUETACION*/
html, body, form
{
    margin:0px; padding:0px;
    width:100%; height:100%; 
    background-color:#d6d6d6;
}

.cabecera
{
	 background-image:url(../Images/pixel_cabecera.gif);
	 background-position:center top;
	 width:100%;
	 height:122px;
}

.cabecera_imagen
{
	 background-image:url(../Images/cabecera.jpg);
	 background-position:center top;
	 width:1000px;
	 height:85px;
}

.cabecera_menu
{
	background-image:url("../Images/pixel_menu.gif");
	background-repeat:repeat-x;
	background-position:center;
    width:1000px;
	height:37px;
}

.pie
{
	background-color:#000000;
    width:100%;
    height:60px;	
}

.lnk_logo
{
	 float:left;
	 width:367px;
	 height:75px;
	 margin-left:15px;
	 margin-top:10px;
}

.central
{
	background-image:url("../Images/fondo_interior.gif");
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#ffffff;
	width:1000px;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
}

.pixel_titulo
{
	background-image:url("../Images/pixel_titulo.gif");
	background-repeat:repeat-x;
	background-position:center bottom;
}

/*Borde 1*/

.inf_i
{
	width:10px;
	height:10px;
	background-image:url("../Images/b_inf_i.gif");
	background-repeat:no-repeat;	
}

.inf_d
{
	width:10px;
	height:10px;
	background-image:url("../Images/b_inf_d.gif");
	background-repeat:no-repeat;	
}

.sup_i
{
	width:10px;
	height:10px;
	background-image:url("../Images/b_sup_i.gif");
	background-repeat:no-repeat;	
}

.sup_d
{
	width:10px;
	height:10px;
	background-image:url("../Images/b_sup_d.gif");
	background-repeat:no-repeat;	
}

.superior
{
	height:10px;
	background-image:url("../Images/b_sup.gif");
	background-repeat:repeat-x;
}

.inferior
{
	height:10px;
	background-image:url("../Images/b_inf.gif");
	background-repeat:repeat-x;
}

.derecha
{
	width:10px;
	background-image:url("../Images/b_der.gif");
	background-repeat:repeat-y;
}

.izquierda
{
	width:10px;
	background-image:url("../Images/b_i.gif");
	background-repeat:repeat-y;
}

/*Borde 2 Familias*/

.f_inf_i
{
	width:10px;
	height:10px;
	background-image:url("../Images/b_inf_i2.gif");
	background-repeat:no-repeat;	
}

.f_inf_d
{
	width:10px;
	height:10px;
	background-image:url("../Images/b_inf_d2.gif");
	background-repeat:no-repeat;	
}

.f_sup_i
{
	width:10px;
	height:10px;
	background-image:url("../Images/b_sup_i2.gif");
	background-repeat:no-repeat;	
}

.f_sup_d
{
	width:10px;
	height:10px;
	background-image:url("../Images/b_sup_d2.gif");
	background-repeat:no-repeat;	
}

.f_superior
{
	height:10px;
	background-image:url("../Images/b_sup2.gif");
	background-repeat:repeat-x;
}

.f_inferior
{
	height:10px;
	background-image:url("../Images/b_inf2.gif");
	background-repeat:repeat-x;
}

.f_derecha
{
	width:10px;
	background-image:url("../Images/b_der2.gif");
	background-repeat:repeat-y;
}

.f_izquierda
{
	width:10px;
	background-image:url("../Images/b_izq2.gif");
	background-repeat:repeat-y;
}

/*Borde 2*/

.inf_i2
{
	width:21px;
	height:21px;
	background-image:url("../Images/b2_inf_i.gif");
	background-repeat:no-repeat;	
}

.inf_d2
{
	width:21px;
	height:21px;
	background-image:url("../Images/b2_inf_d.gif");
	background-repeat:no-repeat;	
}

.sup_i2
{
	width:21px;
	height:21px;
	background-image:url("../Images/b2_sup_i.gif");
	background-repeat:no-repeat;	
}

.sup_d2
{
	width:21px;
	height:21px;
	background-image:url("../Images/b2_sup_d.gif");
	background-repeat:no-repeat;	
}

.superior2
{
	height:21px;
	background-image:url("../Images/b2_sup.gif");
	background-repeat:repeat-x;
}

.inferior2
{
	height:21px;
	background-image:url("../Images/b2_inf.gif");
	background-repeat:repeat-x;
}

.derecha2
{
	width:21px;
	background-image:url("../Images/b2_d.gif");
	background-repeat:repeat-y;
}

.izquierda2
{
	width:21px;
	background-image:url("../Images/b2_i.gif");
	background-repeat:repeat-y;
}

/*----------*/

.fondo_textbox
{
	background-image:url("../Images/textbox.gif");
	background-repeat:repeat-x;
	background-position:center bottom;
    padding-left:1px;
    padding-right:1px;
    font-family:Arial;
	font-size:8pt;
	color:#3e3e3e;
}

.separador_menu
{
	background-image:url("../Images/separador_menu.gif");
	background-repeat:no-repeat;
	background-position:center;
	width:4px;
	height:37px;
}

.desplegable
{
	top:0px;
	width:160px;
	position:absolute;
	z-index:1;
	visibility:hidden;
	margin-left:295px;
	margin-top:122px;
	float:left;
}

.submenu
{
	padding-top:0px;

}

.fondo_idiomas
{
	background-image:url("../Images/fondo_idioma.gif");
	background-repeat:no-repeat;
	background-position:center;
	width:130px;
	height:20px;
}

.fondo_textbox
{
	background-image:url("../Images/textbox.gif");
	background-repeat:repeat-x;
	background-position:center bottom;
    padding-left:1px;
    padding-right:1px;
    font-family:Arial;
	font-size:8pt;
	color:#000000;
}

.block
{
	display:block;
}
.ddl
{
	font-family:Arial;
	font-size:8pt;
	color:#000000;
}
