@charset "UTF-8";
/* end hide */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(../images/fondin.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 1em;
}

	#flashcontent {
	height: 700px;
	padding: 0px;
	}
#cuerpo {
	padding: 0px;
}
#footer {
	height: 250px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 2em;
}
h2 {
	color: #0099CC;
}
.h1gris {
	color: #333333
	}
a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	color: #00FFFF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFFFF;
}
#onecolumn {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.style1 {
	font-size: 0.8em
}
.clear {
	clear: both;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
	display: inline;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-bottom: 5px;
}
li:hover {
	list-style-type: none;
	display: inline;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-bottom: 5px;
	background-color: #333333;
}
