@charset "utf-8";
/* CSS Document */

#contenidos p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	word-spacing: 2px;
	padding: 5px;
	line-height: 25px;
}

#contenidos h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 240%;
	color: #AAAAAA;
	font-weight: lighter;
}
#contenidos h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	color: #333333;
}
#contenidos h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999900;
}
#contenidos a {
	color: #999900;
	text-decoration: none;
}

#contenidos a:hover {
	color: #AA4601;
}

#contenidos {
	width: 550px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 300px;
}
#contenidosformulario {
	line-height: normal;
}
#contenidos  p.info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	word-spacing: 2px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contenidos h3.info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999900;
	margin-top: 20px;
	margin-bottom: 0px;
}

form {
	width: 535px;
	float: right;
}

#contenidosformulario p.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: lighter;
	color: #D2D2D2;
}
#contenidosformulario p.nombres {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

#contenidosformulario    p.texto1 {
	color: #999999;
	font-size: 13px;
	letter-spacing: 1px;
	word-spacing: 1px;
}

#contenidosformulario   p.texto2 {
	color: #999900;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: 1px;
}
label {
display: block;
margin: .5em 0 0 0;
}
.boton {
	display: block;
	margin: 1em 0;
}
div {
margin: .4em 0;
}
div label {
	width: 25%;
}
input:focus {
border: 2px solid #000;
background: #F3F3F3;
}
#contenidos .boton:hover {
border: 2px solid #999900;
}
#contenidos img {
	border-top-color: #999900;
	border-right-color: #999900;
	border-bottom-color: #999900;
	border-left-color: #999900;
}
