* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	overflow: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/img_fondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #444444;
	text-align: center;
}
/*cabecera*/
#cabecera {
	padding: 20px 0 20px 0;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
/*menu*/
#menu {
	background: url(images/menu.gif) repeat-y center top #e2007a;
	padding: 0 10px;
	margin-left: 80px;
}
#menu ul {
	list-style: none;
	width: 700px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #e2007a;
	text-align: left;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	padding: 10px 15px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #e2007a;
}
#menu a:hover {
	color: #e2007a;
	background-color: white;
}
/*imagen*/
#imagen {
	background-color: #efeff1;
}
#imagen div {
	width: 800px;
	height: 250px;
	margin: 0 auto;
	background: url(images/img_presentacion.jpg) no-repeat top left #efeff1;
	text-align: left;
}
#imagen h1 strong {
	color: #e2007a;
}
#imagen h2 strong {
	color: #e2007a;
}
/*contenido*/
#contenido {
	width: 720px;
	margin: 0 auto;
	padding: 20px 0 50px 80px;
	text-align: left;
}
h1 {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: normal;
}
#imagen div h1 {
	padding: 50px 0 0 80px;
	width: 250px;
}
h3 {
	font-size: 15px;
	margin-bottom: 20px;
}
h2 {
	font-size: 20px;
	margin-bottom: 1.2em;
	color: #e2007a;
}
hr {
	border-top: 2px solid #e2007a;
	margin: 40px 0 20px 0;
}
#contenido strong {
	color: #e2007a;
}
#contenido ul {
	padding-left: 20px;
}
#contenido ol {
	padding-left: 20px;
	margin-top: 1em;
}
#contenido ol li {
	margin-bottom: 1em;
}
#contenido ol, #contenido li {
	margin-left: 5px;
}
.tabla td {
	padding: 6px 8px;
	background-color: #dedede;
	font-size: 11px;
}
.tabla th {
	padding: 6px 8px;
	background-color: #e2007a;
	color: white;
	text-align: left;
	font-size: 11px;
}
td, th {
	vertical-align: top;
}
.izquierda {
	width: 180px;
	padding-right: 20px;
}
#contenido a, #imagen a, #pie a {
	color: #e2007a;
}
.onda {
	background: url(images/bullet.gif) no-repeat top left;
	padding-left: 40px;
}
/*pie*/
#pie {
	clear: both;
	width: 800px;
	margin: 0 auto;
	border-top: 2px solid #e2007a;
	padding-top: 10px;
	text-align: left;
}
/*formularios*/
label {
	display: block;
}
input[type=text], textarea {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input[type=submit] {
	display: block;
	padding: 2;
}
/*factor ñ*/
#factorn {
	width: 800px;
	margin: 0 auto 10px auto;
	text-align: right;
	font-size: 9px;
}
#factorn a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#factorn a:hover {
	text-decoration: underline;
}

