﻿/* ESTILOS MAQUETACION */

html, body, form
{
    margin:0px; padding:0px;
    width:100%; height:100%;
    background-color:#4f4f4f;
}

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

.cabecera_menu
{
	 width:837px;
	 height:141px;
	 float:left;
	 margin-left:13px;
	 margin-top:13px;
}

.pie
{
	background-image:url(../images/pie.gif);
	 background-repeat:repeat-x;
	 width:1000px;
	 height:75px;	
}

.lnk_logo
{
	 float:left;
	 width:126px;
	 height:141px;
	 margin-top:13px;
	 margin-left:13px;
}

.cuadro
{
	background-image:url(../Images/cuadro_menu.gif);
	background-repeat:no-repeat;
	width:157px;
	height:141px;
	min-height:141px;
	height:auto !important;
	float:left;
	margin-right:13px;
}

.imagen_titulo_superior
{
	background-image:url(../Images/pixel_titulo_superior.gif);
	background-repeat:repeat-y;
	width:976px;	
}

.fondo_gris
{
	width:157px;
	height:141px;
	min-height:141px;
	height:auto !important;
	background-color:#cbcbcb;
}

.fondo_blanco
{
	width:157px;
	height:141px;
	min-height:141px;
	height:auto !important;
	background-color:#ffffff;
}