/* Hoja de estilo */ 
 
    body
    { 
        margin: 0px 0px 0px 1px;
        background-color: #bda8c9;
        background-attachment: fixed;
        background-position:top right;
        background: #bda8c9 url(imagenes/bg.jpg) repeat-x;
        color: #FFFFFF; 
        font-size: 12px; 
        font-family: Arial;  
        scrollbar-face-color:#9E7EB4;
        scrollbar-highlight-color:#9E7EB4;
        scrollbar-3dlight-color:#9E7EB4;
        scrollbar-darkshadow-color:#9E7EB4;
        scrollbar-shadow-color:#9E7EB4;
        scrollbar-arrow-color:#4B2A61;
        scrollbar-track-color:#9E7EB4;
    }
          
    .negro
    { 
        margin: 0px 0px 0px 1px;
        background-color: #bda8c9;
        background-attachment: fixed;
        background-position:top right;
        background: #bda8c9 url(imagenes/bg.jpg) repeat-x;
        color: #000000; 
        font-size: 12px; 
        font-family: Arial;  
        scrollbar-face-color:#9E7EB4;
        scrollbar-highlight-color:#9E7EB4;
        scrollbar-3dlight-color:#9E7EB4;
        scrollbar-darkshadow-color:#9E7EB4;
        scrollbar-shadow-color:#9E7EB4;
        scrollbar-arrow-color:#4B2A61;
        scrollbar-track-color:#9E7EB4;
    }
    
    .pieblanco
    { 
        
        color: #ffffff; 
        font-family: Arial;  
    }
    
    h2{
        color: #FFFFFF;
		background-color:#E88B2B;
    }

    a:link
    {
        color: #9d7fb5; 
        text-decoration: none;
        cursor: pointer;
  	    font-weight:bold;
    }

    a:visited
    {
        color: #9d7fb5; 
        text-decoration: none;
  	    font-weight:bold;
    }
	
    a.menu:link
    {
        color: black; 
        text-decoration: none;
        cursor: pointer;
  	    font-weight:bold;
    }

    a.menu:visited
    {
        color: black; 
        text-decoration: none;
  	    font-weight:bold;
    }

    a.menu:hover
    {
        color: black;
        text-decoration: none;
  	    font-weight:bold;
    }
    
    
    p{
		font-size: 12px; 
                color: black;
    }

    a:hover
    {
        color: #9d7fb5;
        text-decoration: none;
  	    font-weight:bold;
    }

    a.noticia:link
    {
        color: #FFC000; 
        text-decoration: none;
        cursor: pointer;
        font-weight:bold;
    }

    a.noticia:visited
    {
        color: #FFC000; 
        text-decoration: none;
        font-weight:bold;
    }

    a.noticia:hover
    {
        color: #FFC000;
        text-decoration: none;
        font-weight:bold;
    }

    a.portada:link
    {
        color: #03006B; 
        text-decoration: none;
        cursor: pointer;
  	    font-weight:bold;
    }

    

    a.portada:hover
    {
        color: #000000;
        text-decoration: none;
  	    font-weight:bold;
    }

    font.titulo 
	{
		font-size: 24px; 
		font-family: Arial; 
		font-weight: bold;
		color:white; 
	}

 	table.titulo {
		background-color : #4B2A61; 
		height: 10px; 	
		width: 100%;
		padding: 4;
	}
    
    font.titulo2 
    {
        font-size: 14px; 
        font-family: Arial; 
        font-weight: bold;
        color:white; 
    }
    
    td.titulo2 {
        background-color : #4B2A61;
        width: 50%;
    }

    a.prueba
    { 
        color: #4B2A61; 
	font-family: Arial;  
    }

    a.prueba2:link
    { 
        color: #cc7800; 
	font-family: Arial;  
    }

    a.prueba2:hover
    { 
        color: #ff7800; 
	font-family: Arial;  
    }

    a.prueba3
    { 
        
	font-family: Arial; 
        font-size: 12px;
    }

    
	