/* CSS Document */

*{
	margin:0;
	padding:0;
	}
body{
	background-color:#369;
	width:750px;
	
	}
h1{
	width:95%;
	margin-top:6px;
	margin-bottom: 16px;
	font:normal 28px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	border-bottom:1px solid #fff;
	}
h2{
	width:90%;
	margin-top:6px;
	margin-bottom: 6px;
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	}
h3{
	width:90%;
	margin-top:6px;
	margin-bottom: 6px;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	}
h4{
	
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-align:right;
	margin:15px 90px 20px 20px;
	border-bottom:1px solid #ccc;
	}
h5{
	
	font:normal 16px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-align:right;
	margin:15px 90px 20px 20px;
	}
.texto{
	width:98%;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	}
.texto p{
	width:400px;
	margin-bottom:16px;
	margin-left:10px;
	}

.texto p:first-letter, .texto span.inicial{
	font-size: 200%;
	}
.texto p.no_capital:first-letter{
	font-size:100%;
	}

a:link, a:visited{
	color: #ccc;
	text-decoration:none;
	font-weight:bold;
	}
a:hover, a:active {
	color: #ccc;
	text-decoration:underline;
	font-weight:bold;
	}

form {
	padding: 10px;
	margin-top: 15px;
	}
label,input {
     	display: block;
     	width: 150px;
     	float: left;
     	margin-bottom: 5px;
	}
label {
     	text-align: right;
     	width: 100px;
     	padding-right: 10px;
     	font:normal 14px Georgia, "Times New Roman", Times, serif;
		color:#fff;
		}
input.campo:focus{
	background-color:#eee;
	border:1px solid #fff;
	}
.campo {
	border:1px solid #2d557d;
	margin-left:10px;
	width:220px;
	}
.campo2{
	border:1px solid #2d557d;
	margin-left:10px;
	width: 200px;
	}
#boton_enviar{
	border:1px solid #fff;
	font-size: 14px;
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	color: #369;
	background-color:#fff;
	width:80px;
	position:relative;
	left:370px;
	top:-23px;
	} 
#boton_enviar:hover{
	border:3px solid #fff;
	font-size: 14px;
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color:#369;
	width:80px;
	position:relative;
	left:370px;
	top:-23px;
	} 
#msgNombre, #msgMail{
	margin-left:20px;
	color:#fff;
	}	
	
#formulario br{
	clear:left;
	}

	

