@charset "utf-8";
.contenedor {
	width: 900px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	margin-top:100px;
	background-color: #000000;

}
.logo {
	margin-top: 15px;
	margin-bottom: 5px;
	float: right;
	margin-right: 50px;
}
.menu {
	position: relative;
	width: 900px;
	width: 660px;
	list-style-type: none;
	float: right;
	margin-top: 50px;
}
.menu a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.menu a:hover {color: #DDD199;}

.imagenes {
	margin-top: 10px;
	width: 220px;
	float: left;
	clear: left;
}

.menu li {
	float:left;
	width: 120px;
	text-align: center;
	color: #ddd199;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	display: block;
	padding: 5px;
}
.barra {
	position: absolute;
	height: 13px;
	width: 900px;
	visibility: visible;
	top: 90px;
	background-image: url(../img/pixel_barra.gif);
	background-repeat: repeat-x;
	left: 0px;	
}
.contenido {
	margin-left: -400px;
	left: 50%;
	position: absolute;
	height: 400px;
	width: 800px;
	top: 138px;
	border: 1px solid #DDD199;
	background-color: #ddd199;
}
.contenido p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.pie {
	position: absolute;
	top: 580px;
	z-index: 20;
	margin-left: -450px;
	width: 900px;
	left: 50%;
}
.pie p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}body {
	background-repeat: repeat;
	background-image: url(../img/fondo.jpg);
}
.texto {
	float: left;
	width: 515px;
	clear: none;
}
#flash {
	float: left;
	height: 320px;
	width: 220px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
.menu2 {
	float: left;
	width: 220px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
.menu2 li {
	height: 20px;
	color: #333333;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.texto h3 {
	margin-top: 20px;
	text-align: center;
}

.menu2 a {
	color: #CC0000;
	text-decoration: none;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.menu2 a:hover {
	color: #333333;
}
fieldset {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
input {
	font-size: 12px;
	text-transform: none;
	color: #000000;
	background-color: #CCCCCC;
}
table {
	text-align: left;
	float: none;
	height: auto;
	width: auto;
}
textarea {
	font-size: 12px;
	font-style: italic;
	background-color: #CCCCCC;
	color: #000000;
}
#error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	text-transform: lowercase;
}
