﻿/*ESTILOS MAQUETACION*/

html, body, form
{
    margin:0px; padding:0px;
    width:100%; height:100%;
    background-color:#4582bd;
    background-image:url(../images/pixel_fondo.gif);
    background-position:center top;
    background-repeat:repeat-x;
}

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

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

.total
{
	 width:1000px;	
	 background-color:#ffffff;
}

.central
{
	 background-color:#ffffff;
}

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

.lnk_idiomas
{
	 float:right;
	 margin-right:5px;
	 margin-top:80px;
}

.central_izquierdo
{
	background-image:url(../images/fondo_menu.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	border-left:solid 1px #42293e;
	border-right:solid 1px #42293e;
	width:169px;
	float:left;
}

.central_derecho
{
	background-color:#ffffff;
	width:829px;
	float:left;
}

.pie_izq
{
	background-image:url(../images/pie_esquina_izq.gif);
	width:9px;
	height:24px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

.pie_der
{
	background-image:url(../images/pie_esquina_der.gif);
	width:9px;
	height:24px;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

.certificados
{
	background-image:url(../images/certificados.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:171px; 
	height:47px; 
	vertical-align:bottom;	
}

/*HOME*/
.central_izq
{
	float:left;
	width:648px;
}

.central_der
{
	float:left;
	width:181px;
	_width:180px;
}

.cuadro_productos
{
	background-image:url(../images/pixel_cuadro.gif);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#bbd1e6;
	float:left; 
	width:297px; 
	margin-left:15px; 
	_margin-left:8px;
	margin-right:10px;
	_margin-right:0px;
	margin-bottom:15px;
	border:solid 1px #b6d0e5;
	/*height:289px;*/
}

.cuadro_noticias
{
	background-image:url(../images/pixel_cuadro.gif);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#bbd1e6;
	float:left; 
	width:297px; 
	margin-left:10px; 
	margin-right:15px;
	_margin-left:20px; 
	_margin-right:0px;
	margin-bottom:15px;
	border:solid 1px #b6d0e5;
	/*height:289px;*/
}

.texto_titulo_superior_maquetacion
{
	border-bottom: solid 3px #aa2c87;	
}
