body
{
	text-align:center;
	background-image : url("../img/fondo.jpg");
	background-repeat: repeat-y;
	/*background-align: center;*/
}


#borde
{
	position:relative;
	border: 1px solid black;
	width: 880px;
	height: auto;
	margin: 0 auto;
	text-align:left;
	 
	
}

#contenedor
{
	position:absolute;
	width: 880px;
	left:0px;
	border: 1px solid black;
		
	
} 

div.cabecera
{
	position:absolute;
	left:0px;
	top:0px;
	height: 111px;
	width: 880px;
	text-align:center;
 	background-color:#939393;
	border: black 1px solid;
} 

#lateral
{
	position:absolute;
	left:0px;
	top:111px;
	width: 180px;
	/*height: 704px;*/
	background-color: #474B4E;
	border-bottom: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
} 

.principal
{
	position:absolute;
	left:180px;
	top:111px;
	width:699px;
	height: *px;
	background-image: url(../img/fondo_principal.jpg);
	border-bottom: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	border-left: black 1px solid;	
	font-size:14pt;
	font-family:"Nimbus Sans L", serif;
	
}

#pie
{
	position:relative;
	left:-180px;
	top:auto;
	clear : both;
	color : #FFC53D;
	font-size: 9pt;
	text-align : center;
	background-color: #474B4E;
	border-bottom: black 1px solid;
	height:20px;
	width:880px;

} 

#pie a, #pie a:VISITED, #pie a:ACTIVE, #pie a:FOCUS, #pie a:LINK
{
	color: #FFC53D;
	text-decoration:none;
}

div.texto
{
	position:relative;
	left:0px;
	top:0px;
	width:700px;
	height:600px;
}

div.cuerpo
{
	margin-left:20px;
	margin-top:20px;
	width:650px;
	/*height:660px;*/
	text-align:left;
	font-size: 12pt;
	margin-left: 20px;
	margin-top:30px;
	
	
}


a,a:VISITED,a:ACTIVE, a:FOCUS,a:LINK
{
	text-decoration:none;
}


#quote
{
	font-style:italic;
	
}

#quote p
{
	text-align:right;
}



div.con
{
	margin-left:20px;
	margin-top:15px;
	font-size: 10pt;
	text-align: left;
	width: 650px;
	font-size:14pt;
	font-family:"Nimbus Sans L",Garamond;
	
}

/*div.navegador
{
	position:relative;
	background : #474B4E;
	height:33px;
	width:650px;
	top:0px;
	left:0px;
	
} 

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK
{
	color: #494E6B;
}
A.enlacenav:HOVER
{
	color: #3F7DE3;
} 
*/
h1
{
	font-size: 30pt;
	text-align: center;
} 

.cuerpolateral
{
	position:absolute;
	left:16px;
	top:20px;
	/*background-color:#474B4E;*/
}

#otras ul
{
	margin : 5px 10px 0px 0px;
	padding: 0px 0px 0px 4px;
	list-style: none;
} 

#otras li
{
	padding-left: 14px;
	background: transparent url("images/bullet.gif") 0 2px no-repeat;
	margin-bottom: 10px;
}

div.cosa
{
	position: fixed;
	top:300px;
	/* float: right; */
	margin-left: 50px;
}
