@import url("Ubuntu_L/stylesheet.css");
@import url("OpenSans_CondLight/stylesheet.css");
/* Estilos configurados por Sergio Hernández / MG Publicidad */

*{
	margin: 0px;
	margin: 0px;
	font-family: "Ubuntu L";
}

.clear{
	clear: both;

}

/*Header*/

header{
	width: 85%;
	max-width: 1000px;
	margin: auto;
}

header .logo{
	width: 202px;
	height: 89px;
	margin: 20px;
	float: left;
}

header nav{
	float: right;
	width: 60%;
	display: inline-block;
	margin-top: 45px;
	line-height: 40px;
}


.top-nav {
        list-style: none;
        padding: 0px;
        margin: 0px;        
        overflow: hidden;
  }
nav ul{
	float: right;
	border-radius: 5px;
	width: 370px;
	text-align: center;

}

nav ul li{
	display: inline-block;
	list-style: none;
	width: 120px;
}

nav ul li a{
	display: block;
	text-decoration: none;
	line-height: 45px;
	text-align: center;
	background-color: #28166F;
	position: relative;
	overflow: hidden;
	color: #FFF;
	border-radius: 3px;


}

nav ul li  a span{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(85,85,85,.8);
	left: 0px;
	top: 0px;
	margin-top: -100%;
	-webkit-transition: all 300ms ease 20ms;
	-moz-transition: all 300ms ease 20ms;
	-ms-transition: all 300ms ease 20ms;
	-o-transition: all 300ms ease 20ms;
	transition: all 300ms ease 20ms;
}

nav ul li  a:hover span{
	margin-top: 0%;
}

.c1{
	background-image: url(../images/home.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
}
.c2{
	background-image: url(../images/servicios.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
}

.c3{
	background-image: url(../images/mail.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
}
/*Slides*/

.slides{
	width: 85%;
	max-width: 1000px;
	margin:auto;
	height: 500px;
}


/*Main*/

.main{
	width: 85%;
	max-width: 1000px;
	margin: auto;
	background-color: #EEE;
	text-align: center;
	margin-top: 10px;
}

.main h1{
	padding: 15px;
	color: rgb(183, 114, 49);
	font-weight: normal;
	font-size: 35px;
	font-family: "OpenSans CondLight";
}

.main p{
	padding: 10px 10px 0px 10px;
}

.main .home-galery{
	margin-top: 20px;
}

.main .home-galery img{
	width: 22%;
	height: 200px;
	margin: 10px;
}

.left-box-1{
	width: 45%;
	float: left;
	overflow: hidden;
	text-align: center;
	border:solid 3px #FFF;
	margin: 1%;

}

.left-box-1 img{
	display: block;
	width: 200%;
	margin-left: -40%;
}


.right-box-1{
	width: 45%;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 1%;
	padding: 1%;
	text-align: left;

}

.box-1{
	border-radius: 5px;
	border:solid 3px #FFF;
	padding: 20px;
	box-shadow: inset 0px 0px 50px rgba(0,0,0,.1), 0px 0px 20px rgba(0,0,0,.4);
	margin-bottom: 10px;
	background-color: #FFF;
	border:solid 3px #888;
	color: #444;
}

.right-box-1 .box-1 h2{
	font-size: 16px;
}

.right-box-1 .box-1 ul li{
	list-style: none;
}

/*Contacto*/

.b1{
	width: 50%;
	float: left;
}

.b2{
	width: 50%;
	float: left;
}

.cell-1{
	padding: 5px;
	border:solid 1px #CCC;
	margin-bottom: 5px;
	outline: none;
	width: 90%;
}

.cell-2{
	padding: 5px;
	height: 100px;
	resize:none;
	border:solid 1px #CCC;
	margin-bottom: 5px;
	outline: none;
	width: 90%;
	height: 80px;
}

.btn-1{
	width: 100px;
	line-height: 35px;
	border: none;
	color: #FFF;
	background-color: #28166F;
	cursor: pointer;
	outline: none;
}

/*Footer*/

footer{
	width: 85%;
	max-width: 1000px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #888;
}


footer .copy{
	width: 50%;
	float: left;
}


footer .power{
	width: 50%;
	margin-left: 50%;
	text-align: right;
	color: #BBB;

}


footer .power a{
	color: #CCC;
	text-decoration: none;
	
}

.hide{
display:none;
}

#c_information{
width: 100%;
background: #070;
padding: 4px 0 4px 0;
text-align: center;
font-size: 14px;
color: #fff;
}


.c_error{
	color: #f24f4f;
	font-size: 12px;
	display: inline-block;
}
