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

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
}
#contenedor {
	width: 1024px;
	background-color: #FFFFFF;
	margin: auto;
	height: auto;
}
#contenedor #idioma {
	height: 25px;
	width: 1024px;
	margin-top: 20px;
	font-family: "DejaVu Sans", Arial, "Times New Roman", sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	text-align: right;
}
#contenedor #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 16px;
	width: auto;
	margin-bottom: 20px;
}
#contenedor #idioma a {
	color:#000000;
	text-decoration: none;
}
#contenedor #idioma #casa {
	height: 25px;
	width: 155px;
	float: right;
	text-align: left;
}

#contenedor #header {
	height: 110px;
	width: 1024px;
}
#contenedor #header #logo{
	height: 110px;
	width: 452px;
	float: left;
}
#contenedor #header #reg{
	height: 43px;
	width: 155px;
	float: right;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: right;
}

#contenedor  #titulo{
	height: auto;
	width: 1024px;
	font-size: 28px;
	font-family: "DejaVu Sans", Arial, "Times New Roman", sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	margin-top: 40px;
	color: #000000;
	margin-bottom: 15px;
}
#contenedor #titulo a {
	text-decoration: none;
	color:#000000
}
#contenedor #titulo a:hover {
	display: block;
	color: #FF9700;
}
#contenedor  #texto{
	height: auto;
	width: 1024px;
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 15px;
	font-style: normal;
}
.menu {
	height: 30px;
	width: 1024px;
	text-align: left;
	color: #FF9A00;
	float: left;
	margin-top: 15px;
}
.menu a{
	height: 30px;
	width: 245px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #FF9700;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "DejaVu Sans", Arial, "Times New Roman", sans-serif;
	font-size: 24px;
	padding-top: 0px;
	font-style: normal;
}
#contenedor .menu ul {
	list-style-type: none;/*Le quita el txorongillo a la lista*/
}
#contenedor .menu ul li {
	display: inline;
	float: left;
}
#contenedor .menu a:hover {
	display: block;
	color: #000000;
}
#contenedor #info {
	height: 30px;
	width: 1024px;
	margin-top: 20px;
	font-family: "DejaVu Sans", Arial, "Times New Roman", sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #FF9700;
	text-align: left;
}
#contenedor #info a {
	text-decoration: none;
	color:#000000
}#contenedor h4 {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

