body
    {
    margin: 0;

    padding: 0;
    color: #333;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background: url("../img/main_bg_pattern.gif");
    text-align: center;
    }
a
    {
    color: blue;
    }
a:hover
    {
    color: #D60808;
    }
acronym
    {
    border: none;
    }
#container
    {
    margin: 0 auto;
    width: 724px;
    position: relative;
    background: url("../img/cont_back.gif");
    text-align: left;
    }
* html #container
    {
    width: 744px;
    w\idth: 724px;
    }
#Cabecera
    {
		width: 724px;
    position: absolute;
    top: 0px;
    left: 0px;
    }
#logo
		{
		position: absolute;
		top: 50px;
		left: 50px;
		width: 166px;
		height: 39px;
		background: url("../img/logo.gif") no-repeat;
		}
#Texto
	  {
		position: relative;
		margin: 270px 20px 0 243px;
		}
h1 span, h3 span
    {
    display: none;
    }
#ListaOpciones
    {
    position: absolute;
    top: 285px;
    left: 0;
    width: 210px;
    }
#lsecciones ul, #lrecursos ul, #lotros ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 40px;
    }
	
#lsecciones ul li a
    {
    text-decoration: underline;
    display: block;
    font-size: 13px;
    }	
#lsecciones ul li a.c:hover
    {
    color: #D60808;
    }
#ListaOpciones #lsecciones ul li
    {
    font-size: 12px;
    border-bottom: 1px solid #cc3300;
    }
#ListaOpciones #lrecursos ul li
    {
    font-size: 13px;
    border-bottom: 1px solid #cc3300;
    display: block;
    padding: 5px 0;
    }
#ListaOpciones #lotros ul li
    {
    font-size: 13px;
    display: block;
    padding: 5px 0;
		border-bottom: 1px solid #cc3300;
    }
#lsecciones h3.secciones
    {
    background: url("../img/secciones.gif") no-repeat;
    width: 117px;
    height: 59px;
    }
#lotros h3.otros
    {
    background: url("../img/otros.gif") no-repeat;
    width: 117px;
    height: 59px;
    }
#lrecursos h3.recursos
    {
    background: url("../img/recursos.gif") no-repeat;
    width: 117px;
    height: 59px;
    }
#Texto .p1
    {
		margin: 10px 10px 10px 0;
		padding-top: 0px;
		text-align: justify;
    /*line-height: 150%; */
    }		
#designedby
    {
    background: url("../img/designedby.gif") no-repeat;
    color: #fff;
    height: 48px;
    text-align: right;
    padding: 0 10px 0 0;
    line-height: 26px;
    font-size: 11px;
    }
#parrafo1 
		{
		background: url("../img/bar.gif") no-repeat;
    color: #fff;
    height: 30px;
    text-align: left;
    padding: 0 10px 0 15px;
    line-height: 26px;
    font-size: 14px;
		}		
blockquote 
	 {
   margin: 0 10px 0 30px;
   padding: 0 10px 15px 20px;
   font-size: 88%;
   line-height: 1.5em;
   color: #666;
   background: url('../img/quotes.gif') no-repeat top left;  
	 }
#selected
   {
	 font-weight: bold;
	 font-size: 13px;
	 display: block;
	 color: #cc3300;
	 }	