/* CSS Document */
/************************************************/

form#frmContact label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-size:10px;
	border:0;
	margin:5px 0px 5px 0px;
/*	padding-left:200px;*/
    
	width:100%;
}
label {
	color:#EDDF21;
	margin-bottom:5px;
	}
/*div.error { display: none; }*/

input, textarea, img {	
/*	border: 1px solid black; */
/*	box-shadow:2px 2px 3px*/
}

input.checkbox { border: none }
input:focus { border: 1px solid blue; }
input.error, textarea.error { border: 1px solid red; }


/*#signupForm { width: 670px; }*/
label.error {
	margin-left: 10px;
	width: auto;
	/*display: inline;*/
}

div#mensaje {
	width:50%;
	margin:auto;
	background-color:#FFF;
}
div#captchaimage {	
	width:150px;
	height:40px;
	margin-left:0px;
	float:left;
}
div#recarga {
	float:left;
	width:30px;
	height:30px;
	margin-left:5px;
	margin-top:5px;
}
div#text_recarga {
	float:left;	 
	margin-top:0px;
	margin-left:15px; 
	width:200px;
	height:10px;
}
div#text_recarga p {
	font-size:11px; 
	color:#002136;
}
div#input_capcha {
	margin-left:3px;
	margin-top:30px;
}
div#captcha_1 {
	margin-bottom:20px;
	margin-left:30px;
	margin-top:20px;
}

/***********************************************/
@media screen and (max-width: 600px) {
div#cont{
	width:92%;
}
div#formulario{
	width:100%;
	margin:10px 5% 10px 5%;
	border: 1px #bebbb7 solid;
	padding-top:10px;
	padding-bottom:10px;
	
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	
	border-radius: 10px;
	behavior:url(border-radius.htc);
	}
}
@media screen and (min-width: 600px) {
div#cont{
	width:100px;
	float:left;
	margin-bottom:20px;
	}
div#formulario{
	width:295px;
	border: 1px #bebbb7 solid;
	margin:auto;
	margin-bottom:20px;
	padding-bottom:30px;
	padding-top:10px;
	
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	
	border-radius: 10px;
	behavior:url(border-radius.htc);
	}
}

div#formulariogv{
	width:700px;
	border: 1px #bebbb7 solid;
	margin:auto;
	margin-bottom:20px;
	padding-bottom:30px;
	padding-top:50px;

	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	
	border-radius: 10px;
	behavior:url(border-radius.htc);
	}
	div#formulariores{
	width:350px;
	border: 1px #bebbb7 solid;
	margin:auto;
	margin-bottom:20px;
	padding-bottom:30px;
	padding-top:50px;

	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	
	border-radius: 10px;
	behavior:url(border-radius.htc);
	}
div#formulario1, div#formulario2 { 
	width:300px; 
	margin:auto;
	float:left;
	margin-left:10px;
	}
div#formulario11, div#formulario22 { 
	width:300px; 
	margin:auto;
	float:left;
	margin-left:32px;
	}
	div#formulario1r, div#formulario2r { 
	width:300px; 
	margin:auto;
	float:left;
	margin-left:25px;
	}
/*div#formulario3{
	margin-top:15px;
	}
div#formulario3 table
{ margin-left:auto;
 margin-right:auto;
}*/	
.boton
{ 	
    background-color:rgb(0,69,118);
	padding:8px;
	border:1px solid rgb(0,69,118);
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	
	margin-right:110px;
	
	font-family:Century Gothic;
	font-size:12px;	

	color:#ffffff;
	
	box-shadow:3px 3px 3px #000;
}
.boton2
{ font-size:12px;
	background-color:#000;
	padding:8px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	text-align:center;
}
.boton:hover
{  
    background-color:rgb(26,183,222);
	border:1px solid rgb(26,183,222);
	font-size:12px;
	font-weight:bold;

	box-shadow:3px 3px 3px #000;
}
.boton2:hover
{ background-color:#09C;
font-size:12px;
font-weight:bold;
 
}
.buton
{ width:80px;
float:right;
margin-bottom:20px;
}

#formulariore
{ width:300px; 
	margin:auto;
	margin-bottom:100px;
}
#formulariore1
{ width:250px;
 margin:auto
}
form#frmContact2 label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-size:10px;
	border:0;
	margin:5px 0px 5px 0px;
/*	padding-left:200px;*/
	width:100%;
}
