﻿/* ESTILOS TEXTO */
html, body, form
{
    margin:0px; padding:0px;
    width:100%; height:100%;
    background-image:url("../Images/pixel.gif");
    background-repeat:repeat-x repeat-y;
    
}

.cabecera
{
	background-image:url("../Images/cabecera.gif");
    background-repeat:no-repeat;
    width:867px;
	height:103px;
	padding-top:5px;
	background-position:bottom;
}

.cabecera_menu
{
	background-image:url("../Images/menu.gif");
    background-repeat:no-repeat;
    width:867px;
	height:35px;
}

.linea_separador_menu
{
	background-image:url("../Images/separador_desplegable.gif");
	background-repeat:no-repeat;
	background-position:center;
    width:173px;
	height:20px;

}

.separador_home
{
	background-image:url("../Images/separador_home.gif");
	background-repeat:no-repeat;
	background-position:center;
    width:867px;
	height:34px;
}

.fondo_borde
{
	background-image:url("../Images/pixel_fondo.gif");
	background-repeat:repeat-y;
	background-position:center;
    width:867px;
}

.pie_superior
{
	background-image:url("../Images/pie_superior.gif");
	background-repeat:no-repeat;
	background-position:center;
    width:867px;
    height:12px;	
}
.pie_inferior
{
	background-image:url("../Images/pie.png");
	background-repeat:no-repeat;
	background-position:center;
    width:863px;
    height:111px;	
}

.lnk_logo
{
	 width:100%;
	 height:100%;
	 float:left;	
}
