﻿/********************/

/*  Estilos Web  */

/********************/



body 

{

  margin: 0px 0px 0px 0px;

  width: 100%; 

}



p

{

  margin: 0px 0px 15px 0px;

  padding: 0px 0px 0px 0px;  

}



/*   Contenedores  */



.ContenedorPagina

{

  width: 1200px;  

  vertical-align: top;

  background-color: #F3F3E3;

}



.ContenedorCabecera

{

  height: 150px;

  vertical-align: bottom;

  text-align: right;

  padding: 0px 0px 0px 0px;

  font-weight: bold;

  font-family: Times New Roman;

}



.ContenedorPaginaHome

{

  width: 1200px;

  background-color: #D41A1B;

  vertical-align: top;

}



.ContenedorContenidoHome

{

  width: 100%;

  height: 650px;

  background: url('./../images/sello.gif') no-repeat bottom left;

}



.ContenidoHome

{

  width: 1050px;

  text-align: center;  

}



.ContenedorContenido

{

  width: 100%;

  height: 600px;

  background: url('./../images/sello.gif') no-repeat bottom left; 

}



.Contenido

{

  text-align:justify;

  padding: 20px 20px 20px 20px;

}



.ContenedorSeparadorIzquierda

{

  width: 150px;

}



.SeparadorIzquierda

{

  margin: 180px 10px 0px 0px;

}



.EspacioSeparadorIzquierda

{

  width: 150px;

}





/*   Elementos de la pagina   */



.TituloCabecera

{

  padding: 0px 10px 0px 10px;

  color: #FFFFFF;

  font-size: 23px;

  border-bottom: solid 1px .FFFFFF;  

}



.SubtituloCabecera

{

  padding: 5px 10px 10px 10px;

  color: #353535;

  font-size: 20px;

  text-align: right;

}







/* Varios */

.FondoBlancoRoto

{

    

}







/* Textos */



.ContenedorTextos

{

  margin: 40px 20px 20px 20px;

  font-family: Lucida Sans Unicode;

  height: 100%; 

}



.TituloTextos

{

  font-size: 11pt;

  font-weight: bold;

  font-style: italic;

  height: 30px;

}



.AutorTextos

{

  font-size: 10pt;

  font-weight: bold;

  height: 30px;

}



.ContenidoTextos

{

  font-size: 10pt;

  margin: 0px 0px 0px 0px;

  padding: 10px 0px 0px 0px;

  line-height: 20px;

}







/* Enlaces */



EnlaceIdioma

{

  color: #000000;

  text-align: right;

  text-decoration: none;

  font-size: 10pt;

}



a.EnlaceIdioma

{  

  color: #000000;

  font-weight: bold;  

  text-decoration: none;  

  font-size: 10pt;

}



a.EnlaceIdioma:link

{  

  color: #000000;

  font-weight: bold;  

  text-decoration: none;  

  font-size: 10pt;

}



a.EnlaceIdioma:visited

{

  color: #000000;

  font-weight: bold;  

  text-decoration: none;

  font-size: 10pt;

}



a.EnlaceIdioma:hover

{

  color: #000000;

  font-weight: bold;  

  text-decoration: none;

  font-size: 10pt;

}



a.EnlaceIdioma:active

{

  color: #000000;

  font-weight: bold;  

  text-decoration: none;

  font-size: 10pt;

}