/*div { border:1px dotted #000;} */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	/*background: url(images/stripe.png) repeat;*/
	background: #E8E8D9;
}

p {
	font-size: 1.3em;
	margin-bottom: 10px;
}

#page-wrap {
	border:1px solid #dedede;
	align:left;
	width: 330px;
	background: white;
	padding: 20px 10px 20px 20px;
	margin: 20px auto;
	min-height: 280px;
	height: auto !important;
	height: 280px;
}



#contact-area {
	width: 270px;
	margin-top: 25px;
}



#contact-area input, #contact-area textarea {
	padding: 5px;
	/*width: 400px;*/
	width:94%;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 3px 0px;
	border: 1px solid #ccc;
}


#contact-area select{
width:580px;
}



#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
	
}

#contact-area input.submit-button {
	width: 80px;	
}

label {
	float: left;
	text-align: left;
	font-weight:bold;
	padding-top: 3px;
	margin-right:8px ;
	font-size: 1.2em;
	/*border:1px solid #000;*/
}

.recuadro{
	background: #E8E8D9;
	border: 1px solid #ccc;
float: left;
	font-size: 1.1em;
	}

.ancho1 {width:188px;}
.ancho12 {width:288px;}
.ancho2 {width:300px;}
.ancho3 {width:600px;}

.datos1 {
	width:188px;
	float: left;
	margin-right:8px ;
		}



.datos2 {
	width:385px;
	float: left;
margin-right:8px ;
		}



.datos3 {
	width:581px;
	float: left;
margin-right:8px ;
		}


.divancho1 {
	 width:188px;
	background: #E8E8D9;
	border: 1px solid #ccc;
	float: left;
		}

.divancho2 {
	 width:385px;
	background: #E8E8D9;
	border: 1px solid #ccc;
	float: left;
		}

.cabe1{
	border: 0;
	margin-bottom: 3px;
	font-weight:bold;

    } 
.cabe2{
	background: #E8E8D9;
	border: 1px solid #ccc;
	margin-bottom: 5px;
    } 

.total{
	margin-right: 20px;
	text-align: right;
		}
.submit {
margin-top: 5px;
padding:5px;	
	}

#captcha{
	width:300px;
padding-top:10px;
padding-bottom:10px;
clear:both;
}

#captcha input{
width:125px;
}

