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

body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

.text{
	font-size:12px;
	color:#333;
}

h1{font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:18px;
color:#393e8c;
}
img{border:0;
}
.wrapper{
	
}

.conteiner{
	width:1200px;
	margin:0 auto 0 auto;
}

.read{
	font-size:11px; 
	color:#393e8c;
}

.rights{
	font-size:11px;
	color:#333;
}

a{
  text-decoration:none;
}

input, textarea {
	padding: 10px;
	border: 1px solid #ff6600;
	width: 200px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
}

textarea {
	width: 400px;
	height: 150px;
	max-width: 400px;
	line-height: 18px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #ff6600;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form label {
	margin-left: 10px;
	color: #999999;
}

.form-style{
	font-family:menufont;
	position:relative;
	width:450px;
	height:550px;
	margin:0px auto 0px auto;

}
.requeridos{
font-family:menufont;
color:#FF0000;
font-size:12px;
}
.contacto-style{

	font-family:menufont;
	position:relative;
	width:900px;
	height:550px;
	margin:100px auto 0px auto;

}

.contacto-in-box{
	float:left;
	position:relative;
	width:445px;
	height:540px;	
	margin:0px auto 0px auto;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit input {
	width: 100px; 
	height: 40px;
	background-color: #ff6600;
	color: #FFFBF0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		

}