/* CSS Document */

/* universal clearfix hack */
.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
 }

.clearfix {
        display: inline-block;
 }

/* start hack \*/

* html .clearfix {
        height: 1%;
 }

.clearfix {
        display: block;
}
/* close hack */

.todo { width:1000px; margin:0 auto; }
.cabecera1 { width:100%; float:left; }
.contenedor, .contenedor2 { clear:both; padding-top:15px; }
.submenu { height:20px; }
/*.menu { clear:both; height:28px; }*/
.menu {float:left; width:56%; height:28px; }
.menu2 {float:left; height:28px; }
.menuadmin { clear:both; height:28px; }
.menu_izq { width:225px; float:left; }
.menu_der { float:right; /*width:230px;*/ width:205px; height:600px; }
.contenido, .portada { float:left; width:710px; /*width:515px;*/ }
.pie { /*width:735px; float:left; margin-left:225px;*/ clear:both; /*margin-top:20px;*/   }
.contenedor2 .pie { width:960px; clear:both; float:left; margin-top:20px; margin-left:0; }
.contenedor2 .portada { width:960px; }

/* Portada */

.portada div.ventajas, .portada div.clientes { height:245px; margin-top:10px; padding-bottom:20px; }
.portada div.ventajas {float:left; width:257px; clear:both;}
.portada div.clientes {float:right; width:243px;}
