* 
{
	margin:0;
	border:0;
	padding:0;
}
BODY 
{
    background-color:#000;
    background-image: url(../imagenes/fondo_pagina.jpg);
    background-repeat:repeat-x;
    
}
#bloque_contenedor_i
{
    position:absolute;
    top:0px;
    left:0px;
	width:1000px;
	height:592px;
}
#bloque_d
{
    position:absolute;
    top:20px;
    left:698px;
    width:250px;
    height:auto;    
}
#bloque_i
{
    position:absolute;
    top:20px;
    left:340px;
    width:315px;
    height:auto;   
}
#bloque
{
    position:absolute;
    top:20px;
    left:340px;
    width:500px;
    height:auto;   
}
.texto 
{
    color:#FFF;
    font-size:0.70em;
    font-family:Trebuchet MS;
    text-align:justify;
}
.texto P
{
    margin-bottom:3px;
}
.texto_resaltado 
{
    color:#c9b17f;
}
.titular 
{
    color:#FFF;
    font-size:1em;
    font-family:Trebuchet MS;
    font-weight:bold;
    text-align:left;
}
