@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;
}	

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{
	font-size:0.8em;	
}

