body  {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	font-size: 13px;
	letter-spacing: 0px;
	min-height:800px;
	background-repeat: no-repeat;
}

body h1  {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 120%;
}

body h2  {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
}

body h3  {
	color: #5F5F5F;
	font-size: 20px;
	font-weight: normal;
	line-height: 120%;
}

body h4  {
	color: #5F5F5F;
	font-size: 14px;
	font-weight: bold;
}

body p  {
	font-size: 13px;
	color: #666666;
	line-height: 157%;
}

body a  {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	line-height: 157%;
}

body a:active,
body a:hover {
	color: #FF0000;
}

body a:visited {
	color: #7A1A8B;
}.principal {
	clear: both;
	min-height: 752px;
	width: 960px;
	margin: 0px auto;
	box-shadow:4px 4px 4px 2px rgba(0,0,0,0.33);
	-moz-box-shadow:4px 4px 4px 2px rgba(0,0,0,0.33);
	-webkit-box-shadow:4px 4px 4px 2px rgba(0,0,0,0.33);
}

.menu {
	clear: none;
	min-height: 40px;
	background-color: #000;
	background-image: url(../imagenes/baner_logo.png);
	padding-top: 80px;
	z-index: 200;
	background-repeat: no-repeat;
}

.contenido {
	clear: both;
	min-height: 480px;
	z-index: 160;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.footer {
	clear: both;
	height:120px;
	background:url(../imagenes/fondo_footer.jpg) no-repeat scroll;
}