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

* {
	margin: 0px;
	padding: 0px;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #000;
}

#imagen_principal {
	position: relative;
	width: 1298px;
	display: block;
	clear: both;
}
ul {
	list-style-type: none;
}
.menu1_on a,
.menu1_on a:visited {
	color: #FFF;
	padding-bottom: 3px;
	float: left;
	padding-right: 20px;
	text-decoration: none;
}
.menu1_off a,
.menu1_off a:visited {
	color: #CCC;
	margin-bottom: 3px;
	float: left;
	padding-right: 20px;
	text-decoration: none;
}
.menu1_off a:hover {
	text-decoration: underline;
}
#menu1 {
	position: relative;
	width: 1298px;
}
#contenedor {
	width: 1298px;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
} 

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.7em;
	padding-bottom: 5px;
	line-height: 1em;
	clear: both;
	font-weight: normal;
	color: #003A8D;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	padding-bottom: 5px;
	line-height: 1em;
	clear: both;
	font-weight: normal;
	color: #003A8D;
}

p {
	font-size: 0.9em;
	line-height: 1.3em;
	padding-bottom: 20px;
}
#columna1 a,
#columna1 a:visited {
	text-decoration: underline;
	color: #003A8D;
}
#columna1 a:hover {
	text-decoration: underline;
}

