/*Partes de los documentos html*/
#titulo{
	width:100%;
	height:60px;
	background-color:#FFFFFF;
	position:fixed;
	top:0px;
}
#menunav{
	width:241px;
	max-width:241px;
	height:50%;
	float:left;
	position:fixed;
	top:60px;
	margin:0px 0px 0px 0px;
}
#contenido{
	width:759px;
	height:100%; 
	float:right;
	margin:60px auto;
}
#pie{
	width:759px;
	display:block;
	background-color:#ffffff;
	float:right;

}
#subpie{
	width:100%;
	display:block;
	background-color:;
	float:right;
}
/*
 Maxres es para que en pantallas de tamaño superior a 1024 x768, 
 no se descruadre y se mire mal, asi la pagina queda centrada y sin
 perder proporciones
*/
#maxres{
	width:1000px;
	height:100%;
	margin:4px auto;
	/*background-color:#FFFFFF;*/
	display: block;
}


/*  CSS de estructura */
img{
	border-style:none;
}
body{
	margin:0px 0px 0px 0px;
	text-align:center;
	
}
/*  Enlaces */
a {
	color:#0000FF;
	text-decoration:underline;
}
a:hover {
   color: #000000;
   background: #00ff99 ;
}
/*  Enlaces dentro de una tabla */
table a:hover{
   color:#ffffff;
   background: #333333;
}

/*  Enlaces del menú */
.MenuS a:hover{
   color:#ffffff;
   background: #333333;
}
/*  FIN */
.Tema {
	font-family: "MS Reference Sans Serif";
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}
.Subtema {
	font-family: "MS Reference Sans Serif";
	font-size: 24px;
	font-weight: bold;
	color:#FF0000;	
}
.SeccionCL {
	font-family: "MS Reference Sans Serif";
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	margin:17px;
	text-decoration:none;
}
.Texto {
	font-family: "MS Reference Sans Serif";
	font-size: 12px;
	text-align: justify;
	text-indent: 25pt;
	width: 95%;
	margin: 10px auto 15px auto;
}
.Texto2 {
	font-family: "MS Reference Sans Serif";
	font-size: 12px;
	text-align: justify;
	width: 95%;
	margin: 10px auto 15px auto;
}
.Nota {
	font-family: "MS Reference Sans Serif";
	font-size: 10px;
	font-style: italic;
}
.Supertitulo {
	font-family: Batang;
	font-size: 48px;
	font-weight: bold;
	color: #0000FF;
}
.TituloP{
	font-family: Batang;
	font-size: 48px;
	font-weight: bold;
	color: #0000FF;
	width:70%;
	margin: 10px auto 15px auto;
	
}
.TextoNegritas {
	font-family: "MS Reference Sans Serif";
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin:17px;
}
.TextoNegritasSP {
	font-family: "MS Reference Sans Serif";
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin:0px;
	text-decoration:none;
}
.Fondo {
	background-color: #CCCCFF;
}
.FondoMenu {
	background-color: #33CC99;
}

/*
MENU
*/
.MenuCSS {
   /* Links para categorías y otros */
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #0000FF;
   text-decoration: underline;
}
.IdeviceG{
    margin-top: -25px;
    margin-left: -25px;
    padding-right: 10px;
    top: 0;
 }
.IdeviceS{
    margin-top: -45px;
    margin-left: -45px;
    padding-right: 10px;
    top: 0;
 }
.BText{
	width:150px;
   	font-size: 24px;
   	font-weight:bold;
   	vertical-align: top;
	display:inline;
 }
.ContID{
	/* Background-color:#92B3E5;*/
	Background-color:#CCCCCC;
	size:95%;
	display:block;
	padding: 1em 1em 1em;
	margin-top:-17px;
	border-width:4px;
	border-style:solid;
	border-color:#0c266c;
	/*Texto */	
	font-family: "MS Reference Sans Serif";
	font-size: 12px;
	text-align: justify;
	text-indent: 25pt;
}
