/*Ninguna margen para centrar todo*/
* {margin: 0; padding: 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.9em; color:#FFFFFF; }

/*Centrado de los DIVS */
body {text-align:center; background-color:#CCCCCC; color:#FFFFFF;}

/*Contenedor*/
/*El ancho total con el padding es de 495 px*/
.contenedor {width:500px; padding:5px; margin:auto; background-color:#999966; text-align:left;}

.header {height:75px; margin-bottom:5px;}
.menu_principal{height:25px; margin-bottom:5px; text-align:right;}

/*CONTENIDOS*/
.textos {width:490px; padding-bottom:5px;}
.contenidos {height:100px; width:220px; margin-bottom:5px; text-align:center;}
.btn_quienes {height:100px; width:240px; margin-bottom:5px; float:left; text-align:center;}
.btn_historia , .btn_referencias{height:100px; width:240px; margin-bottom:5px; float:right; text-align:center;}
.titulos {font-weight:bold; font-size:14px;}

/*clear*/
.clear {clear:both;}

/*FOOTER*/
.footer {height:100px; background-color:#333333; background:url(images/footer.jpg) no-repeat;}
.contenidos_footer {padding-left:200px; padding-top:35px; width:300px; height:50px; font:Verdana, Arial, Helvetica, sans-serif; text-align:right;}
