@charset "utf-8";
/* CSS maqueta */

* {margin: 0; padding: 0; border:0;}
body{
margin:20px auto; 
padding:0;
background-color:#fff;
text-align:center;
}

/* clearfix */
.clear {display: inline-block;}
* html .clear {height: 1%;}

.contenedor_wapper {
width:790px;
margin:0 auto;
text-align:left;
}
.contenedor_wapper_home {
width:790px;
margin:0 auto;
/*text-align:left;*/
}
.contenido_content1 {
width:194px;
float:left;
}
.contenedor_menu_sup,
.contenedor_menu_sup2,
.contenedor_menu_sup3,
.contenedor_menu_sup4 {width:194px;}

.contenedor_menu_sup {
height:186px;
background:#fff url(../images/menu.gif) no-repeat top left;
}
.contenedor_menu_sup2 {
height:19px;
background:#fff url(../images/menu_sup2.gif) no-repeat top left;
}
.contenedor_menu_sup3 {
height:197px;
background:#fff url(../images/menu_sup3.gif) no-repeat top right;
}
.contenedor_menu_sup4 {
height:44px;
background:#fff url(../images/menu_sup4.gif) no-repeat top left;
}
.contenido_content2 {
width:590px;
float:right;
}
.contenido_header {
background:#fff url(../images/logo.gif) no-repeat top left;
margin: 64px 0 64px 0; 
width:100%;
height:42px;
}
.contenido_contenido {
margin-bottom:30px;
margin-left:50px;
width:540px;
}
.contenido_titulo {
height:35px;
width:100%;
margin-bottom:10px;
}
.contenido_dinamico {}

/**************** home ***************/
.contenedor_home {
width:380px;
margin:0 auto;
text-aling:left;
}
.contenedor_home_logo {
width:100%; 
height:40px; 
background:#fff url(../images/logo_home.gif) no-repeat top left; 
margin:72px 0 40px 0;
}
.contenedor_home_menu {width:340px; text-align:right;}
.contenedor_home_slogan {
width:100%; 
height:29px; 
background:#fff url(../images/slogan_home.gif) no-repeat top left;
margin:40px 0 10px 0;
}
.home_linea {width:100%; padding:7px 0 7px 0;}
