/*Funciones globales*/

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url("../img/cielo_sol_nubes.jpg") no-repeat center;
	color: #200e00;
}


#contenedor{
	margin:0 auto;
	text-align:left;
	width: 900px;
	line-height:20px;
	background: rgba(255,255,255,.5);
	padding: 20px 15px 20px 15px;
	margin-top:20px;
}

section{
	background: rgba(255,255,255,.5);
	padding:30px 30px 10px 30px;

	box-shadow: 0px 0px 15px #666;
	-webkit-box-shadow: 0px 0px 15px #666;
	-moz-box-shadow: 0px 0px 15px #666;
	-ms-box-shadow: 0px 0px 15px #666;
	-o-box-shadow: 0px 0px 15px #666;
}

h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
	background: rgba(255,255,255,.5);

	box-shadow: 0px 0px 15px #666;
	-webkit-box-shadow: 0px 0px 15px #666;
	-moz-box-shadow: 0px 0px 15px #666;
	-ms-box-shadow: 0px 0px 15px #666;
	-o-box-shadow: 0px 0px 15px #666;

	border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-ms-border-radius: 15px 15px 0px 0px;
	-o-border-radius: 15px 15px 0px 0px;
}	

h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

h5{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 30px;
}

p{
	margin-bottom: 15px;
}

p#tiempo {
    margin-left: 30px;
}

#error{
	color:red;
}



/*Formulario---------------------------------------------------------------------------*/

#formulario{
	width:870px;
	margin-bottom:30px;
}

input{
	margin-top: 25px;
}

input[type=button] {
    background: #552f00;
    border: none;
    color: #e8cfb0;
    font-weight: bold;
    margin-right: 52px;
    padding: 6px;

    box-shadow: 0px 0px 5px #805115;
    -webkit-box-shadow: 0px 0px 5px #805115;
	-moz-box-shadow: 0px 0px 5px #805115;
	-ms-box-shadow: 0px 0px 5px #805115;
	-o-box-shadow: 0px 0px 5px #805115;
}

input[type=button]:hover {
    background: #e8cfb0;
    color: #552f00;
}

input[type=text] {
	width: 170px;
    box-shadow: 0px 0px 5px #805115;
    -webkit-box-shadow: 0px 0px 5px #805115;
	-moz-box-shadow: 0px 0px 5px #805115;
	-ms-box-shadow: 0px 0px 5px #805115;
	-o-box-shadow: 0px 0px 5px #805115;

	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;

    border: none;
    margin-left: 10px;
    padding: 5px;
}

#formulario span{
	font-size: 12px;
}



