﻿/* Estilos usados en la portada del sitio */

.poFondo /* Fondo de la portada */
{
    background-color: #E6E6E6;
    background-image: url("Fondo.jpg");
    background-repeat: no-repeat;
    background-position: center top; 
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 750px;
}

.poContenido /* Contenido de la portada */
{
    width: 950px;    
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	height:620px;
	overflow:hidden;
}

.poBotoneraSuperior 
{
    padding-top: 4px;
    padding-bottom: 20px;
}

.poBotonesServicios
{
    padding-bottom: 11px;
}
