* {
	margin:0;
	padding:0;
	
	}
a{ color:#000; text-decoration: none; outline:none}
a:hover{ color:#000; text-decoration: none; outline:none}
	
body{
	background:url(../img/body-bg13.png);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	}
	
#content{
	margin:0 auto;
	width:1000px;
	background:#FFF;
	position:relative;	
	}	
	
#top{
	height:40px;
	background:#2c2c2c;
	border-bottom: #f7952a solid 2px;
	padding:0 30px;
	color:#FFF;
	font-size:24px;
	line-height:40px;
	font-family:"Comic Sans MS", cursive;
	}
#header{
	height:300px;
	}
	
#nav{
	height:50px;
	background: url(../img/bg_nav.png) repeat-x;	
	
	
		}

#nav a{
	font-size:16px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	line-height:50px;
	display:block;
	float: left;
	width:111px;
	box-shadow: -3px 0px 5px -1px #333;
	-webkit-box-shadow: -3px 0px 5px -1px #333;
}
#nav a:hover{
	color: #fff;
	background: url(../img/bg_nav_sup.png) repeat-x;
}
		

#space{
	background: url(../img/top-shadow.png);
	height:38px;
	}		
	
#contenido{
	min-height:400px;
	}	
	
#footer{
	height:240px;
	background: url(../img/bg_f.png);
	display:block;
	clear:both;
	padding:10px 0 0 10px;
	}	
	
#footers{
	margin:0 auto;
	width:1000px;
	font-size:16px;
	}
	
#footer1{
	width:180px;
	float:left;
	margin:10px;
	display:block;
	color: #0F0;
	}
	
#footer1 a{
	color:#FFF;
	display:block;
	background:url(../img/bg_footer_li.gif) bottom repeat-x;
	text-decoration:none;
	padding:5px;
	font-size:14px;
	
	}	
#footer1 a:hover{
	background:#000;}
	
#firma{
	font-size:12px;
	text-align: center;
	color:#FFF;
	margin:20px 0 0 0;}
	
#firma a{
	color: #0F0;
	text-decoration:underline;}		
		
	
.margin_bottom{ clear: both; width: 100%; height: 0; font-size: 1px;	}	
.margin_bottom_1 { clear: both; width: 100%; height: 1px; font-size: 1px;	}	
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.img1{
	position:absolute;
	top:342px;
	left:-80px;
	
	}
.img2{
	position:absolute;
	top:342px;
	right:-80px;
	}
	
.imgred{
	float:right;
	margin:5px;
	}
	
.imgserv{
	display:block;
	float:left;
	margin:10px 0 10px 20px;
	border:#e95825 solid 1px;
	}
.imgan{
	float:left;
	margin:10px 0 10px 20px;
	
	}
.imgcenter{
	margin:0 auto;
	display:block;
	border:#e95825 solid 1px;}				
	
h1{
	background:#e95825;
	height:40px;
	font-size:30px;
	padding:0 20px;
	margin:0 20px 10px 20px;
	color: #fff;
	border-bottom:#a73b16 solid 2px;
	border-right: #a73b16 solid 2px;
	font-family:"Tempus Sans ITC", "Trebuchet MS", Arial, "Helvetica Neue"
	}
	
h2{
	text-align:center;
	color:#e95825;
	margin:20px;
	border:#e95825 solid 1px;
	font-style:italic;
	font-weight: lighter;
	font-size:30px;
	font-family:"Tempus Sans ITC", "Trebuchet MS", Arial, "Helvetica Neue"
	}		
	
h3{
	text-align:center;
	color:#e95825;
	margin:10px auto;
	border:#e95825 solid 1px;
	height:40px;
	line-height:40px;
	font-weight: lighter;
	font-size:30px;
	font-family:"Tempus Sans ITC", "Trebuchet MS", Arial, "Helvetica Neue";
	width:60%;
	}
	
p{
	margin:10px 20px;
	text-align:justify;
	}	
.grid-1{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:inline-block;
	width:100%;
}
.grid-2{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:inline-block;
	margin:0 -2px;
	min-height:100px;
	vertical-align:top;
	width:49%;
}
.grid-3{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:inline-block;
	margin:0 -2px;
	min-height:100px;
	vertical-align:top;
	width:33%;
}
.grid-3 > img{
	display:block;
	border:0;
	max-width:100%;
}
.grid-4{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:inline-block;
	margin:0 -2px;
	min-height:100px;
	padding:10px;
	vertical-align:top;
	width:25%;
}
.grid-4 > img{
	max-width:100%;
}
.grid-4-xs{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:inline-block;
	margin:0 -2px;
	min-height:100px;
	vertical-align:top;
	width:75%;
}
.pad-5{
	padding:5px;
}
.pad-10{
	padding:10px;
}
input, textarea{
	display:block;
}
input{
	padding:5px;
	width:95%;
}
textarea{
	margin:0 auto;
	resize:vertical;
	width:98%;
}
.menu_banq{
	display:block;
	padding:5px;
	padding-left:15px;
	margin:0;
	text-align:left;
	width:90%;
}
.menu_banq > li{
	background:url(../img/oval.png) no-repeat left center;
	display:block;
	list-style:none !important;
	padding-left:15px;
	width:100%;
	color:#555;
}
li.menu_inclur{
	color:#94c600;
	font-style:italic;
}
.red{
	color:#d20000;
}
.menu_wrapper{
	border:#94c600 solid 2px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:block;
	height:400px;
	overflow:auto;
	float:left;
	width:45%;
	margin-bottom:20px;
	margin-left:25px;
	}
	
.telpie{
	text-align:center;
	color:#e95825;
	margin:10px auto;
	height:40px;
	line-height:24px;
	font-weight: lighter;
	font-size:20px;
	font-family:"Tempus Sans ITC", "Trebuchet MS", Arial, "Helvetica Neue";
	width:60%;
	}	
.img-responsive{
	display:block;
	width:auto;
	border:none !important;
	max-width:100%;
	height:auto;
}
#ajax-contact-form .form-group{margin: 0 auto;}
#ajax-contact-form .form-control{height: auto; padding: 8px 12px; font-size: 14px; line-height: 20px; color: #838383; background: #fff;border: 1px solid #dadada;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; font-style: italic;}
#ajax-contact-form .form-control:focus{border-color: #95accc; color: #000d1e;}
#ajax-contact-form textarea.form-control {height: auto; resize: vertical; min-height: 150px; max-height: 170px; width: 95%; margin-left: 20px;}

.btn-default.btn-cf-submit{position: relative; font-family: inherit; display: inline-block; background: #dd3e3e; color: #fff; border: none; font-size: 18px; line-height: 20px; font-weight: 400; padding: 10px 15px; text-decoration: none;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; margin-top: 10px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 2px;}
.btn-default.btn-cf-submit:hover{background: #ff4444;}