/* Elementos base */

@import url(maquetacion.css);
@import url(menu-imagen.css);
@import url(textos.css);

/* Estilos específicos de la pagina para E.Habit */

body {
 background: #dedede url(../images/fondos/fondo001.jpg) no-repeat center fixed;
 }
/*
 #texto {
 background: url(../images/equipo/evelyn-corner.png) no-repeat bottom right;
 }
#texto2 { 
padding-bottom: 420px;
padding-left: 320px;
 }
*/
 
#principal {
 background: transparent url(../images/equipo/evelyn-corner.png) no-repeat bottom right;
 }
#texto {
 padding-bottom: 45px;
 background: url(../images/fondos/back-texto-3.png) repeat top left;
 }
#texto2 {
 padding-bottom: 100px;
 padding-left: 355px;
 }
#texto3 {
 padding-left: 85px;
 padding-right: 355px;
 }
#texto3 dt {
 color: #360c0c;
 font-weight: bold;
 line-height:1,3em;
 } 
div.imagen {
 float:left;
 padding:2em; 
 }