﻿    
/* ---------------------------------------------------------------- */
/* estilos menu*/
/* ---------------------------------------------------------------- */
.menuposicion {
width: 100%;
margin: 0 auto 0 auto;
top: 200px;
position: absolute;
height: 35px;

z-index: 27;
}




.smartmenu
{
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #7f9fd2;
    margin: 0 auto 0 auto padding: 0px 0px 0px 10px;
    overflow: hidden;
    width: 994px;
    color: #7f9fd2;
    border: 0px solid #7f9fd2;
}

.smartmenufloaty a
{
    
    font-family: 'Helvetica Neue' ,Helvetica,Arial,sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
    color: #00244f;
   
}

.smartmenuie6 {
    height: 30px;
}

.smartmenu a
{
    font-family: 'Helvetica Neue' ,Helvetica,Arial,sans-serif;
    font-size: 11pt;
    
    text-decoration: none;
    color: #00244f;
    border-right: 1px dotted #7f9fd2;
    padding: 0px 5px;
}

.smartmenu a.last {
    border: none;
}

.smartmenu a:hover
{
    color: #7f9fd2;
}

.smartmenu ul, .smartmenufloaty ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.smartmenu ul li, .smartmenufloaty li {
    padding: 5px 0px 5px 0px;
    float: left;
}

.smartmenu li ul {
    display: none;
}

.smartmenufloaty {
    background: transparent;
    position: absolute;
    border: none;
    color: #ffffff;
    width: auto;
    height: auto;
    left: 0px;
    top: 0px;
    z-index: 1000;
    
}

.smartmenufloaty .tip {
    background: url(../../sistema/imagenes/menu/floatytip.png) no-repeat;
    font-size: 0px; 
    height: 20px;
    width: 50px;
    margin: 0px;
    overflow: hidden;
    display: block;
}

.smartmenufloaty .tipIE6 { 
    background: url(../../sistema/imagenes/menu/floatytip.gif);
}

.smartmenufloaty .padder {
    background: url(../../sistema/imagenes/menu/floatybg.png);
    padding: 0px 8px; 
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.smartmenufloaty .padderIE6 {
    background: url(../../sistema/imagenes/menu/floatybg.gif);
}

.smartmenufloaty li {
    float: none;
    border-bottom: 1px dotted #FFF;
    padding:4px 8px; 
}
 
.smartmenufloaty li.last {
    border: none;
}

.smartmenufloaty a {
    border: none;
    padding: 0px;
}

.smartmenufloaty a:hover {
    color: #a9221e;
}





p 
{
     margin-top: 0px;
     font-family: "Segoe UI";
}
        
        A:link, A:visited, A:active { text-decoration: none;
    text-align: center;
}
        
        .c6_celdaizquierda_titular {

font-family: SFElectrotomeBold, "SF Electrotome"; background-color: #ffffff; border-style: solid; border-width: 0px 0px 0px 0px; border-color: #f8a906; padding: 35px 30px 5px 30px; margin: 0px; width: 656px; color: #000000; font-size: 30pt
}

.c6_celdaizquierda_cuerpo {

border: 0px solid #f8a906;
    background-color: #ffffff; padding: 10px 30px 10px 30px; margin: 0px; width: 656px; color: #6b6b6b; font-family: SegoeUINormal, "Segoe UI"; font-size: 13px; overflow: hidden;
}

.c6_celdaderecha_cuerpo {

border-style: solid; border-width: 0px 0px 0px 0px; border-color: #f8a906; padding: 10px 30px 10px 30px; font-size: 18px; font-family: AllerBold, Aller; color: #6b6b6b; width: 338px; text-align: left
       }
       
       .imagen-zoom img{ 
border:1px solid #c0c0c0;
padding:5px;
-moz-box-shadow:1px 1px 7px #000;
	-webkit-box-shadow:1px 1px 7px #000;
	box-shadow:1px 1px 7px #000;
   
}

      .imagen-zoom1 img{ 
border:1px solid #c0c0c0;
padding:5px;
-moz-box-shadow:1px 1px 7px #000;
	-webkit-box-shadow:1px 1px 7px #000;
	box-shadow:1px 1px 7px #000;
    height: 367px;
    width: 275px;
}


     .imagen-zoom2 img{ 
border:1px solid #c0c0c0;
padding:5px;
-moz-box-shadow:1px 1px 7px #000;
	-webkit-box-shadow:1px 1px 7px #000;
	box-shadow:1px 1px 7px #000;
    height: 206px;
    width: 275px;
}
 
    

	
	 h1
        {
            border: 0px solid #f8a906;
    font-family: "Segoe UI"; background-color: #ffffff; padding: 5px 5px 5px 5px; margin: 0px;  
    color: #00244f; font-size: 30pt; text-align: left;
}

      
	h2
        {
            font-family: "Segoe UI";
            font-size: 24px;
            color: #7f9fd2;
            text-align: left;
            margin-top: 0px;
            margin-bottom: 0px;
        }
        
    h3
        {
            font-family: "Segoe UI";
            font-size: 18px;
            color: #00244f;
            text-align: left;
            margin-top: 5px;
            margin-bottom: 0px;
        }  
        
         h4
        {
            font-weight:700;
            font-size: medium;
            color: #FFFFFF;
            margin-top: 0px;
             margin-bottom: 0px;
        }     


.zoom{
		transition: 4s ease;
 		-moz-transition: 4s ease; /* Firefox */
 		-webkit-transition: 4s ease; /* Chrome - Safari */
 		-o-transition: 4s ease; /* Opera */
 		z-index: 10000;
	}
	.zoom:hover{
		transform : scale(1.3);
		-moz-transform : scale(1.3); /* Firefox */
		-webkit-transform : scale(1.3); /* Chrome - Safari */
		-o-transform : scale(1.3); /* Opera */
		-ms-transform : scale(1.3); /* IE9 */
		z-index: 10000;
	}