@import url("body.css");
@import url("container.css");
@import url("header.css");
@import url("menu.css");
@import url("encabezados.css");
@import url("footer.css");

/*---------------------------------------------------------------------------------------
  										=INFO
  ---------------------------------------------------------------------------------------*/ 

/*div#info {
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
height:auto;
line-height:20px;
margin:10px auto 20px auto;
text-align:left;
width:720px;
}*/

div#part_1,div#part_2 {
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
height:auto;
line-height:20px;
margin:10px auto 20px auto;
text-align:left;
width:720px;
}

/*div#container {
margin:0 auto 0 auto;
background-image:url(../img/fondo_container.jpg);
width:800px;
height:auto;
}*/

div#name {
border-bottom-color:#990000;
border-bottom-style:solid;
border-bottom-width:4px;
height:auto;
width:100%;
}

div#description {
height:100%;
margin-top:15px;
padding:0 20px 0 0; 
width:100%;
}

div#info p {
margin:10px 0 10px 0;
padding:0;
}

div#marco_banner {
background-image:url(../img/marco_banner.jpg);
height:200px;
margin:auto;
width:740px;
}

div#banner {
float:left;
margin:20px 0 0 20px;
width:700px;
height:160px;
background-color:#CCCCCC;
display:inline; /* Hack para centrar el banner en IE6 */
}

