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

body{margin:0; padding:0; font-family:Arial; font-size:1em;background:url(images/bg.png);}
img{border:none;}

container{
	display:block;
	background:white;
	width:1000px;
	min-height:800px;
	height:auto;
	margin:auto;box-shadow:1px 1px 5px #000;
	
}
#cuerpo{
	display:block;
	margin:20px 0px;
	width:1000px;
	height:auto;
	min-height:500px;	
	float:right;
	
}
header{
	diaply:block;
	width:1000px;
	height:265px;
	background:url(images/header.png);	
	float:left;
	
}

#logo{
	float:left;
	margin:150px 10px;
}	

a
{
	color:blue;
}

a:link{
	text-decoration: none;
}

a:hover{
	color:gray;
}

panel{
	display:block;
	width:320px;
	height:600px;
	padding:20px 20px;
	float:left;
	background:#DDD;
	border-right:solid 1px #AAA;
	border-bottom:solid 1px #AAA;
	border-left:solid 1px #EEE;	
	border-top:solid 1px #EEE;
}

#planestel{
	display:block;
	width:1000px;
	min-height:200px;
	margin:auto;
	padding:0px 0px;	
	float:left;
}

info_home{
	display:block;
	width:620px;
	min-height:300px;
	height:auto;
	//background:#0F6;
	float:right;	
}
#menu{
	display:block;
	width:600px;
	margin:0 auto;
	min-height:80px;	
}

#info_home{
	display:block;
	width:500px;
	margin:0 auto;	
}
#nav li{
	list-style:none;
	float:left;	
	margin-left:1px;	
}

#nav li a{
	padding:10px 25px;
	color:white;
	border-radius:0px 0px 12px 12px;
	text-decoration:none;
	background:rgb( 37, 110, 191);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
}

#nav li a:hover{
	padding:15px 25px;
	background:rgb( 16, 78, 147);
}

.boton{	
	color:white;
	padding:6px 30px;
	display:block;
	text-align:center;
	text-decoration:none;
	border-radius:10px;
	background: #4ba2e5; /* Old browsers */
background: -moz-linear-gradient(top,  #4ba2e5 0%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ba2e5), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4ba2e5 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4ba2e5 0%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4ba2e5 0%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4ba2e5 0%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba2e5', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

}

.boton:hover{
	background: #0984e2; /* Old browsers */
background: -moz-linear-gradient(top,  #0984e2 0%, #064a99 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0984e2), color-stop(100%,#064a99)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0984e2 0%,#064a99 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0984e2 0%,#064a99 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0984e2 0%,#064a99 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0984e2 0%,#064a99 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0984e2', endColorstr='#064a99',GradientType=0 ); /* IE6-9 */

}

.boton2{	
	color:white;
	padding:6px 10px;
	display:block;
	width:150px;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	border-top:solid 3px #ff5d5d;
	border-bottom:solid 3px #480000;
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #910202 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#910202)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#910202 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#910202 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#910202 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#910202 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#910202',GradientType=0 ); /* IE6-9 */





transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-webkit-transition:all 0.2s ease-out;

}

.boton2:hover{
	background: #ff3019; /* Old browsers */
	


}

.menu li{
	list-style:none;
	margin-top:8px;	
}

#footer{
	display:block;
	margin:auto;
	padding:20px 50px;
	width:1000px;
	
}

#firma{
	display:block;
	//float:left;
	width:auto;
	font-size:0.8em;	
}

#aviso{
	display:block;	
	//float:right;
}

.enlace{
	font-size:0.8em;
	color:#555;	
}

-------------formulario------------------



.wrapper {
	display:block;
	width:300px;
	//margin-top:500px;
	float:right;
}

/* Form 1 style */


.formtitle {
	padding: 10px;
	line-height: 16px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #888;
	width: 430px;
	background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


}

.input {
	width: 410px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	margin: 20px;
	overflow: hidden;
}

.inputtext {
	float: left;
	line-height: 18px;
	height: 35px;
	font-size: 14px;
	width: 120px;
}

.inputcontent {
	float: left;
	width: 290px;
	height: 50px;
}

.inputcontent input {
	padding: 5px;
	height: 18px;
	width: 200px;
	line-height: 18px;
	border: 1px solid #c7c7c7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	color: #777;
}

.inputcontent a {
	color: #0084ff;
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
}

.nobottomborder {
	border-bottom: 0;
}

.buttons {
	background: #f1f1f1;
	border-top: 1px solid #ddd;
	padding: 15px;
	height: 34px;
}

.greybutton {
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e1 0%, #bababa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1e1e1 0%,#bababa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1e1e1 0%,#bababa 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e1e1e1 0%,#bababa 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e1e1e1 0%,#bababa 100%); /* W3C */ 
	border: 1px solid #bababa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	line-height: 20px;
	font-size: 16px;
	padding: 6px 12px;
	color: #fff;
	text-shadow: -1px -1px #bababa;
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

.greybutton:hover{
	background: #bababa; /* Old browsers */
	background: -moz-linear-gradient(top, #bababa 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bababa 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bababa 0%,#e1e1e1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bababa 0%,#e1e1e1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bababa 0%,#e1e1e1 100%); /* W3C */ 
}

.orangebutton {
	background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */


	border: 1px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	line-height: 20px;
	font-size: 16px;
	padding: 6px 12px;
	color: #FFF;
	text-shadow: -1px -1px #888;
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

.orangebutton:hover{
	background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top,  #6db3f2 0%, #3690f0 51%, #1e69de 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6db3f2 0%,#3690f0 51%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6db3f2 0%,#3690f0 51%,#1e69de 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6db3f2 0%,#3690f0 51%,#1e69de 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6db3f2 0%,#3690f0 51%,#1e69de 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

}

/* Form 2 Style */

.form2 {
	width: 450px;
	margin-top:50px;
	float: right;
	background: #fff;
	color: #777;
	-webkit-box-shadow: 2px 2px 8px #000;
	-moz-box-shadow: 2px 2px 8px #000;
	box-shadow: 2px 2px 8px #000; 
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; 
	overflow: hidden;
}

.textarea {
	padding: 5px;
	height: 100px;
	width: 200px;
	line-height: 18px;
	border: 1px solid #c7c7c7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	color: #777;
}

.inputtextbox {
	width: 410px;
	margin-bottom: 10px;
	margin: 20px;
	overflow: hidden;
}

.inputtextbox .inputcontent {
	height: 114px;
}