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

.titulo {
	font-family: Ariston;
	color: #FFF;
	text-decoration:none;
}
/* gradient 6 */
.gradient6 {
	background: #000;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
	width: 380px;
}
.gradient6 h1 {
	font: bold 400%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #fff;
	letter-spacing: -2px;
}
.gradient6 h1 span {
	background: url(../images/gradient-dark-stripe.png) repeat-x;
	position: absolute;
	bottom: 0em;
	display: block;
	width: 100%;
	height: 29px;
}
.menu h2 {
	font: normal 210%/100% Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #464646;
	height: 43px;
	top: 10px;
}
.menu h2:hover {
	color:#09F;
}
.menu h2 span {
	background: url(../images/gradient-full.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 21px;
	margin-top: -10px;
}
.direccion {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #999;
	width: 100%;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	padding-bottom: 1px;
}
.copyright {
	background-color: #666;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	padding-bottom: 1px;
}
.copyright:hover {
	text-decoration:none;
	font-size: 10px;
}
.contenido{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.color {
	color:#039;
}
