/* CSS Document */
BODY {
    font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 10 0 0 0px;
    text-align: center;
    background-color: #FFFFFF;

	
}
#contenedor{
    text-align: left;
    width: 760px;
    margin: auto;

	background:#FFFFFF;
}
#cabecera{
    color: #333300;
    font-size:12pt;
    font-weight: bold;
}
#cuerpo{
    margin: 0 0 0 0px;
}
#lateral{
    width: 200px;
    background-color: #FFFFFF;
    float:left;
}

#contenido{
    margin-left: 210px;
    background-color: #ffffff;
    padding: 0 0 0 0px;
    width: 540px;
}
#Titulo{
    margin-left: 165px;
    background-color:#FFCC33;
    padding: 0 0 0 0px;
    width: 500px;
	height:25px;
}
#pie{
    padding: 0 0 0 0px;
    text-align:center;
    clear: both;
	width:760px;
} 
#EstiloPie{
margin-top:20px;
text-align:center;
width:760px;
color:#FFFFFF;
} 
#EstiloPie link:a{
  text-decoration:none
 
 }
 #EstiloPie a:visited{
 color:#FFFFFF;
 text-decoration:none
 }
 #EstiloPie a:hover{
 color:#990000;
  text-decoration:none
 }


#preloader{
        border: none;
        margin:10px;
        width:200px;
        height:14px;
        padding:0;
        float:left;
}

 