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

body {
	background: url(../imagen/bg.jpg) repeat #f2f2f2;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size:16px;
	margin:0;
	list-style:url(../imagen/bullet.png);
	color: #777777;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

h1{
	font-size: 34px;
	margin:0;
	padding:0;
	color: #ffbc35;
	text-transform: uppercase;
	font-style: italic;
	line-height: 35px;
}
h2{
	font-size: 22px;
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-style: italic;
}
.pie{
	
}
.left{
	float: left;
	overflow: auto;
	width: 410px;
	margin: 40px 25px 0;
}
.right{
	float: right;
	overflow: auto;
	width: 385px;
}
.left1{
	float: left;
	overflow: auto;
	width: 430px;
}
.right1{
	float: right;
	overflow: auto;
	width: 295px;
	margin-top: -25px;
	z-index: 9999;
}
.top{
	background: #faac0f;
	height: 25px;
}
.top1{
	
}
.top2{
	background:  #FAAC0F;
	height: 520px;
	position: absolute;
	z-index: -999;
	
}
.logo{
	height: 140px;
	width: 470px;
	overflow: auto;
	margin: 10px auto;
}
.all{
	width: 900px;
	margin: 0 auto;
}
.contenido{
	
	margin: 20px 0 ;
	padding: 0 25px;
	border-radius: 10px;
	overflow: auto;
        background-color: white;
        min-height: 500px;

}
.contenido1{
	background: #fff;
	margin: 20px 0 ;
	padding-bottom: 10px;
	padding: 25px;
	border-radius: 10px;
	overflow: auto;
}
.tel{
	width: 225px;
	height: 60px;
	color: #fff;
	background: #FAAC0F;
	float: right;
	overflow: auto;
	border-radius: 0 0 25px 25px;
	padding: 0 0 0 25px;

}
.pie{
	padding:  20px ;
	padding: 10px 20px ;
	color: #FAAC0F;
	text-align: center;

}
.text{
	font-family: 'PT Sans', sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#140298;
	text-shadow: 1px 1px #FFFFFF;
	text-transform:uppercase;
}
	
.form{
	height:435px;
	background:#f9f9f9;
	border-radius: 5px;
	border:1px solid #c8c8c8;
	width:315px;
	padding: 15px 25px ;
	margin: 30px 0 0 30px;
	box-shadow:0 0 5px #b5b5b5;
}

.caja_form2{
	width:260px;
	margin:5px 0px;
	border:1px solid #8a8a8a;
	background:#f3f3f3;
	height:25px;
	color:#666;
	-moz-box-shadow:    inset 0 0 5px #999;
   -webkit-box-shadow: inset 0 0 5px #999;
   box-shadow:         inset 0 0 5px #999;
}
.input_com2{
	width:263px;
	height:70px;
	border:1px solid #8a8a8a;
	background:#f3f3f3;
	margin:5px 0px 5px 0px;
	color:#666;
	-moz-box-shadow:    inset 0 0 5px #999;
   -webkit-box-shadow: inset 0 0 5px #999;
   box-shadow:         inset 0 0 5px #999;
}
#captcha_code{
	width:80px;
	height:20px;
	border:1px solid #8a8a8a;
	background:#f3f3f3;
	padding-right:10px;
	color:#666;
	-moz-box-shadow:    inset 0 0 3px #999;
   -webkit-box-shadow: inset 0 0 3px #999;
   box-shadow:         inset 0 0 3px #999;
}
.envi{
	background:#3020F2;
	height:25px;
	width:70px;
	border:none;
	color:#E2DCD0;
	margin-top:55px;
}
.envi:hover{
	background:#000;
	border:none;
	cursor:pointer;
}

