.container {
 font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 font-variant : normal;
 font-size:11px;
 margin:10px;
 border:#111111 solid 2px;
 background-color:#666666;
 height:90%;
}
.titulo {
 color : #FFCC00;
 border: #000000 1px solid;
 background-color:#333333;
 font-weight : bold;
 height:70px;
 margin:10px;
 width:90%;
}
.ensayo {
 margin:5px;
 padding:10px;
 width:80%;
 text-align : justify;
 line-height : 15px;
 border: #000000 1px solid;
}
.ensayo_contenido {
 margin:5px;
 padding:10px;
 width:96%;
 text-align : justify;
 line-height : 15px;
 border: #000000 1px solid;
}
.ensayo_titulo {
 font-weight : bold;
 color:#FFCC00;
}
.ensayo_descripcion {
 color:#FFFFFF; 
 }
notas_contenido{
text indent : 35.45pt;
margin-top :2; 
margin-bottom: 2;
font-weight :400;
color:#FFFFFF;
}
.foto {
 margin-left:5px;
 margin-top:5px;
 border: none;
 float:left;
}
.boton {
 width:150px;
 heigth:300px;
 float:right;
 color:#FFCC00;
 font-weight : bold;
 text-align:center;
 margin-left:10px;
 background-color:#008000;
 border: #000000 1px solid;
}
.boton_cabecera {
 width:110px;
 heigth:300px;
 float:right;
 margin-right:50px;
 color:#FFCC00;
 font-weight : bold;
 text-align:center;
 margin-left:10px;
 background-color:#008000;
 border: #000000 1px solid;
}

A.boton_cabecera:link {text-decoration:none;}
A.boton_cabecera:visited {text-decoration:none;}
A.boton_cabecera:active {text-decoration:none;}
A.boton_cabecera:hover {color:008000;text-decoration:none;background-color:#FFCC00;}

A.boton:link {text-decoration:none;}
A.boton:visited {text-decoration:none;}
A.boton:active {text-decoration:none;}
A.boton:hover {color:008000;text-decoration:none;background-color:#FFCC00;}


