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

body {
	margin:auto 0;
	background:#1a1800 url(imagenes/bg.jpg) no-repeat top center;
}


#container {
	margin:0 auto;
	width:700px;
	height:auto;
	margin-top:50px;
	display:block;
}

.box1 {
	width:380px;
	height:auto;
	padding:60px 20px 10px 10px;
	float:left;
	text-align:left;
}

#container a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#FF0;
	padding-bottom:2px;
	border-bottom:1px solid #FF0;
	text-decoration:none;
	margin-right:20px;
	font-weight:bold;
	font-style:italic;
}

#container a:hover{
	padding-bottom:2px;
	border-bottom:1px solid #fff;
}

.box2 {
	width:350px;
	height:200px;
	float:left;
	padding:20px 10px 10px 30px;
	background:transparent url(imagenes/separador.gif) no-repeat top left;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	color:#FF0;
	font-size:24px;
	font-style:italic;
	font-weight:lighter;
	margin-left:15px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	color:#CCC;
	font-size:16px;
	font-style:italic;
	font-weight:lighter;
	margin-left:15px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	color:#FF0;
	font-size:17px;
	font-style:italic;
	font-weight:lighter;
	margin-left:15px;
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	font-size:14px;
	margin-left:15px;
}


p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	font-size:17px;
	margin-left:15px;
}

.formulario {
	background:url(imagenes/bg-form.png) no-repeat;
	width:314px;
	display:block;
	height:35px;
	margin-left:15px;
}

input {
	background:transparent;
	width:200px;
	padding:7px;
	color:#666;
	border:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:7px;
}

.submit {
	width:70px;
	margin-left:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}

#mensaje {
	border:0;
	margin-top:30px;
}

fieldset {
	border:0;
	padding:0;
}

.mensaje_error {
	
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	color:#FF0;
	font-size:17px;
	font-style:italic;
	font-weight:lighter;
	margin-left:15px;
}
