body {
	margin: 0px;
	background-image: url(images/fondo3.jpg);
	background-repeat: repeat-x;
	text-align:center;
	background-color: #E5F1FF;
}

.texto 
{
	color: #4B497B;
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}
.textoL 
{
	color: #4B497B;
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight:normal;
}
.textoL:hover 
{
	color: #000000;
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
	text-decoration: underline;
}

.titulo 
{
	color: #27248E;
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight:normal;
}

.titulorojo 
{
	color:#F00;
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight:normal;
}

.titulogris 
{
	color: #666;
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight:normal;
	line-height:24px;

}

.textodos
{
	color:#F00;
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight:normal;
	padding-left:10px;
}
.texrojo
{
	color:#F00;
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight:normal;
}

.textomarginado, ul.ListaItems
{
	color: #8e9ba8;
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}

ul.ListaItems {
	list-style-image:url("punto.jpg");
	padding-left:16px;
	margin: 0;
}

.tituloAzul
{
	color: #27248E;
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight:normal;
}

div#Cuerpo { width: 800px; margin: 0 auto; position: relative; text-align: left; background-color: red; }
div#Cuerpo div#BordeI { width: 25px; position:relative; left: 0; top: 0; height: 200px; background-image: url("images/margen_izq.jpg"); }
div#Cuerpo div#Centro { width: 750px;  left: 25px; }
div#Cuerpo div#BordeD { width: 25px; position:relative; right: 0; top: 0; height: 200px; background-image: url("images/margen_der.jpg"); }
/*
div#Cuerpo div#BordeI, 
div#Cuerpo div#BordeD { background-repeat: repeat-y; position: relative; top: 0; bottom: 0;
	background-color: red; width: 25px; }
div#Cuerpo div#BordeI { background-image: url("images/margen_izq.jpg"); left:0; }
div#Cuerpo div#BordeD { background-image: url("images/margen_der.jpg"); right: 0; }
*/
div#Cuerpo div#Contenido { width: 700px; margin: 5px auto; display: none; }
