﻿@charset "utf-8";

/*INDEX*/
/* aqui ira el segundo banner el cual llevara el contenido en JQuery */
#fondo01{width:940px; height:370px; background: #000066; float:left; margin:3px 15px 3px 0px;}
#banerdos{width:910px; height:340px; background:#FFF; float:right; margin:15px 15px 10px 0px;}
#interno{width:890px; height:320px; float:right; margin:10px 10px 10px 20px;}

/*SECCION 1 DE RECUADROS*/
#Recuadros1 {  width:940px; height:200px; float:left; margin:0 0 0 0px;}
#Recuadros2 { width:940px; height:200px; float:left; margin:5px 0 0 0px; }
#Recuadros3 { width:940px; height:200px; float:left; margin:5px 0 0 0px; }

.cuadros
{
    width:465px; height:200px; background:#000; margin:0 0 0 9px; float:left;
}
.ajustar
{
    margin-left:0px !important;
}
.cuadros img
{
    width: 464px;
	height: 200px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
    .cuadros img:hover
    {
         -webkit-transform:scale(1.15); /* Safari and Chrome */
         -moz-transform:scale(1.15); /* Firefox */
         -ms-transform:scale(1.15); /* IE 9 */
         -o-transform:scale(1.15); /* Opera */
         transform:scale(1.15);
         cursor:pointer;
    }

#cuadrotexto h2 {
    color:#FFF; 
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

#cuadrotexto p {
    color:#FFF; 
    font-family: Calibri, Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-right: 20px;
    text-align:justify;
    font-size:15px;
}

/*CIERRE DE SECCION 3*/
#cuadrocont{width:940px; height:221px; float:left; margin:5px 0 5px 0px; background: url(../imagenes/fondo02.jpg);}

#cuadrotexto{width:915px; height:221px; float:left; margin:10px 0px 5px 10px; }

#divDulcespromocionales {
    width:940px;
     height:40px; 
     clear:both; 
     text-align:center; 
     font-family:Calibri;
     font-weight:bold;
     color:white;
     background-color:#000066;
     margin-bottom:4px;
}


