@charset "utf-8";
/* CSS Document */

/*ETIQUETAS*/

body{
background-color:#000000;
margin:0px;
}

h1,h2,h3,h4,h5,h6{
color:#000000;
}

img {
border:0px;
}
/*CLASES*/
.mini{font-size:9px;color:#000000;}


/*DIVISIONES*/
#banner{
width:878px;
height:250px;
background:url(img/banner2010.jpg) no-repeat left #000000;
float:left;
}

#caja {
height:auto;
width:150px;
background-color:#DA045F;
padding:5px;
margin-bottom:2px;
border:1px dotted #ffffff;
vertical-align:middle;
font-family:verdana;
font-size:10px;
color:#ffffff;
}

#container{
width:878px;
height:730px;
margin-left:auto;
margin-right:auto;
border:1px solid #FF76B5;
background-color:#ffffff;
}

#contenido{
width:700px;
height:400px;
background-color:#ffffff;
float:left;
color:#ffffff;
text-align:justify;
font-family:verdana;
font-size:10px;
overflow:auto;
}

#contenido p{
color:#000000;
text-align:justify;
}

#contenido a, a:hover{
font-family:verdana;
font-size:11px;
font-weight:bold;
color:#B80054;
}

#menu{
width:878px;
height:30px;
float:left;
background-color:#FFE4F3;
}

#menu a, a:hover{
font-family:verdana;
font-size:11px;
font-weight:bold;
color:#B80054;
}

#menud{
width:164px;
height:400px;
float:left;
}

#menud h3{
color:#ffffff;
}

#pie{
width:878px;
height:50px;
float:left;
text-align:right;
font-family:verdana;
font-size:10px;
color:#fff;
background: url(img/pie.jpg);
}

#pie a, a:hover{
color:#ffffff;
text-decoration:none;
font-weight:bold;
font-size:10px;
}

#principal{
width:874px;
height:400px;
float:left;
background-color:#ffffff;
margin-left:3px;
margin-top:3px;
}