@charset "utf-8";
/* CSS Document */

/*	{
	width: 960px;
	margin-right: auto;
	margin-left: auto;	
	
	-moz-box-shadow: 0 0 5px gray;
	-webkit-box-shadow: 0 0 5px gray;
	box-shadow: 0 0 5px gray;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-moz-opacity:.05;
	filter: alpha(opacity=100); 
	opacity: 1;
	
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;}*/

body {
	background-color: #D60036;
/*	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}	
* a img {
	outline: none;
	border:none;
}
* a {
	text-decoration: none;	
}
.ajuste {
	clear: both;	
}
.left {
	float: left;	
}
.right {
	float: right;
}


#container {margin-left: auto; margin-right: auto; width: 630px; padding-top: 800px;position: relative; background: url(../images/bg.jpg) no-repeat center top; padding-bottom: 200px;}




form {
	width: 620px;
	height: 280px;
	margin-top: 20px;
	/*margin-left: 155px;*/
	margin-left: auto; margin-right: auto;
		
}
input.field, textarea {
	padding: 10px;
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	color: #666;	
	margin-bottom: 7px;
}
.required {
	background-image: url(../images/required.jpg);
	background-position: right top;
	background-repeat: no-repeat;	
}
input, textarea {
	outline: none;
	resize: none;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;

}
input.field {
	width: 260px;
	height: 20px;
/*	float: left;	
*/}
textarea {
	float: right;
	width: 280px;
	height: 217px;
	margin-left: 20px;	
}
input.field:focus, textarea:focus {
	color: #FF094D;
	border-color: #E0013F;
	background-color: white;
	background-image:none;
}
input.enviar {
	border: solid 1px #C10031;
	background-color:#C90138 ;	
	color: white;
	float: right;
	padding: 10px;
	height: 40px;
	width: 130px;
}
input.enviar:hover {background-color: #C10031;}



/*#mensaje #ok {
	padding: 10px;
	display:block;
	border: solid 1px #B1E18A;
	background-color: #DDF2CC;
	background-image: url(../../images/ok.png);
	background-repeat:no-repeat;
	background-position: 4px 5px;
	height: 15px;
	color: #519407;
	width: 430px;
	position: absolute;
	padding-left: 40px;
	left: 0px;
	bottom: 30px;
}
#mensaje #error {
	padding: 10px;
	display:block;
	border: solid 1px #FFE599;
	background-color: #FFF1BF;
	background-image: url(../../images/error.png);
	background-repeat:no-repeat;
	background-position: 4px 5px;
	height: 15px;
	color: #B25900;
	width: 430px;
	position: absolute;
	padding-left: 40px;
	left: 0px;
	bottom: 30px;
}
*/
#mensaje div {
	padding-top: 25px;
	padding-left: 25px;	
	padding-bottom: 60px;
	padding-right: 105px;
	width: 375px;
	height: 57px;
left: 82px;
top: 355px;
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;

}
#mensaje div:hover {cursor: pointer;}
#mensaje #ok {
	display:block;
	background-image:url(../images/ok-globo.png);
	background-repeat:no-repeat;
	color: white;
}
#mensaje #error {
	display:block;
	background-image:url(../images/error-globo.png);
	background-repeat:no-repeat;
	color: white;
}

