﻿/*ESTILOS INICIO*/
.html, body, form
{
	margin:0px; padding:0px;
    width:100%; height:100%;
}

.central
{
	 background-image:url(../Images/fondo_inicio.jpg);
	 width:995px;
	 height:657px;
	 background-repeat:no-repeat;
}

.pie
{
	width:995px;
	padding-top:25px;
	height:55px;	
}

.menu_out
{
	 background-image:url(../Images/icono_menu_ps.gif);
	 width:30px;
	 height:23px;
	 background-repeat:no-repeat;
	 background-position:center center;
}

.menu_over
{
	background-image:url(../Images/icono_menu_ps.gif);
	width:30px;
	height:23px;
	background-repeat:no-repeat;
	background-position:center center;
}

.menu_out2
{
	 background-image:url(../Images/img_menu_out2.gif);
	 width:30px;
	 height:23px;
	 background-repeat:no-repeat;
}

.menu_over2
{
	background-image:url(../Images/img_menu_out2.gif);
	width:30px;
	height:23px;
	background-repeat:no-repeat;
}

.cuadro_derecho
{
	background-image:url(../Images/cuadrado.gif);
	width:196px;
	height:137px;
	margin-right:50px;
	margin-top:50px;
	float:right;
	display:none;	
}

.cuadro_izquierdo
{
	background-image:url(../Images/cuadrado.gif);
	width:196px;
	height:137px;
	margin-left:50px;
	margin-top:170px;
	float:left;
	display:none;	
}

.texto_cuadro
{
	font-family:Arial;
	font-size:10pt;
	color:#ffffff;	
}