@charset "utf-8";
/* CSS Document */



/* ESTRUCTURA GENERAL */

body {
	margin:0;
	background-color: #b6b5ab;
	}
	

#estructura{
	width:100%;
	height:auto;
		}

#cuerpo{
	width:500px;
	height:auto;
		}

	
	
/* TEXTOS Y LINKS */

.texto {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	line-height:130%;
	}
	
.textohead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height:130%;
	}

	
a {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#817865;
	}
a:active {
	text-decoration:none;
	} 
a:visited {
	text-decoration:none;
	} 
a:link {
	text-decoration:none;
	} 
a:hover {
	text-decoration:none;
	color: #000000
	}

