/* CSS Document */

body{
background-color:#660066;
margin: 0;
padding: 0;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
}

img {
border: none;
vertical-align:middle;
}

a:link{		color:#CC3366;	text-decoration:none;}
a:visited{	color:#CC3366; text-decoration:none;}
a:hover{	color:#000000;	text-decoration:none; font-weight:bold;}
a:active{	color:#CC3366;	text-decoration:none;}

a.enlace_menu:link{	color:#FFFFFF;	text-decoration:none;}
a.enlace_menu:visited{	color:#FFFFFF;	text-decoration:none;}
a.enlace_menu:hover{	color:#FFFFFF;	text-decoration:none; font-weight:bold;}
a.enlace_menu:active{	color:#FFFFFF;	text-decoration:none;}


#contenido{
width:780px;
float:left;
height:100%;
}

#main{
width:769px;
background-color:#FFFFFF;
float:left;
position:relative;
}

#cabecera{
background-color:#660066;
width:785px;
height:156px;
float:left;
margin-bottom: -3px;
}

#foot {
color:#666666;
background-color:#FFFFFF;
width:769px;
float:left;
padding-top:40px;
font-size:10px;
text-align:center;
background-image:url(../images/foot.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

#foot_image{
width:769px;
height:50px;
float:left;
}

#menu{
width:169px;
background-color:#9966CC;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}

.texto_boton{
height:25px;
line-height:25px;
margin-left: 4px;
vertical-align:middle;
}

.texto_boton_big{
height:25px;
margin-left: 4px;
}

.boton{
width:169px;
height:25px;
border-bottom: #9966CC 1px solid;
}


.submenu{
line-height:inherit;
vertical-align:middle;
padding-left: 10px;
display:none;
}

.subboton{
height:auto;
padding-left: 4px;
padding-top: 5px;
padding-bottom: 2px;
border-left: #9966CC 1px solid;
border-bottom: #9966CC 1px solid;
border-top: none;
}

.boton01{background-color:#990000;}
.boton02{background-color:#993333;}
.boton03{background-color:#CC0033;}
.boton04{background-color:#CC0066;}
.boton05{background-color:#CC0099;}
.boton06{background-color:#CC00CC;}
.boton07{background-color:#CC00FF;}
.boton08{background-color:#CC33FF;}
.boton09{background-color:#CC66FF;}
.boton10{background-color:#CC99FF;}
.boton11{background-color:#CC99CC;}


#menu_foot{
background-image:url(../images/menu_foot.jpg);
background-repeat:no-repeat;
width:169px;
height:30px;
}

#texto_main{
color:#660066;
width:520px;
margin-left:210px;
margin-top: 50px;
}

.titulo_main{
color:#990066;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
text-align:right;
}

