@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#Header, #Content, #Footer {
	width:100%;
}

.Center {
	width:1000px;
	margin:auto;
	overflow:hidden;
	position:relative;
}
.Logo {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	width:359px;
	height:122px;
	float:left;
	margin:10px 0px 10px 0px;
}

.Menu {
	float:right;
/*	border:1px solid blue;*/
	height:42px;
	overflow:hidden;
	width:500px;
	padding-top:20px;
	position:absolute;
	bottom:0px;
	right:0px;
}
.Menu li {
	float:left;
	list-style:none;
	border-left:1px solid #FFF;
/*	border:1px solid green;	*/
}
.Menu li a {
	font-weight:normal;
	font-size:20px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	background-color:#467fd4;
	background-image:url(../images/BlueLight.jpg);
	background-repeat:repeat;
	padding:20px 30px;
	height:64px;
/*	border:1px dashed red;*/
}
.Menu .Selected, .Menu li a:hover {
	background-color:#305ea2!important;
	background-image:none!important;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.language {
    /* width:90px; */
    margin-top: 0px!important;
}

.language:hover {
    border-right: 1px solid #b9b9b9;
}

.language a {
    margin: 0px;
    padding: 10px 0px 2px 0px!important;
}

.language a img {
    padding: 17px 10px;
    width: 35px;
}
.facebook {background-image:url("../images/facebook-logo.png")}
.twitter {background-image:url("../images/twitter-logo.png")}
.youtube {background-image:url("../images/youtube-logo.png")}
.facebook , .twitter, .youtube {
    width:30px;
    height:30px;
    margin:0px 20px;
    float:left;
    background-size:contain;
    background-repeat:no-repeat;
}

#Slide {
	border-top:19px solid #305ea2;
	border-bottom:17px solid #e98816;
	height:637px;
	overflow:hidden;
	width:100%;
	position:relative;
}

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 100%; padding: 0; position: relative;
    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;

 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img {
    /*
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

iframe {
	border-top:19px solid #305ea2;
	border-bottom:17px solid #e98816;
	height:400px;
	width:100%;
}
#Slide .Center {
	position:absolute!important;
	left:0px;
	right:0px;
	z-index:10000;
}
#Slide form {
	margin: 65px 10px;
	padding: 10px;
	width: 292px;
	overflow: hidden;
	background-color: #FFF;
	background-image: none;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
}
#Slide form h1 {
	color:#305ea2;
	font-weight:normal;
	font-size:21px;
	margin:0px!important;
	text-transform:uppercase;
}
#Slide form input, #Slide form textarea {
	background-color:#d9d9d9;
	border:none;
	color:#3f3f3f;
	margin:10px 0px;
	padding:10px 15px;
	font-size:14px;
	width:228px;

}
#Slide form textarea {
	height:151px;
	resize:none;
}
.Boton {
	cursor:pointer;
}
#Slide form .Boton {
	background-color:#305ea2!important;
	color:#FFF!important;
	width:90px!important;
	float:left;
	margin-left:20px;
}
#Slide form p, #Slide form a {
	width:140px;
	color:#3f3f3f;
	font-size:14px;
	text-align:center;
	float:right;
	text-decoration:none;
}
#Slide form p span{
	font-size:16px;
}

#Services, #AboutUS, #Product, #Contact {
	padding:40px 0px;
	width:100%;
}
.ServiceBox:first-child  {
	margin-left:0px!important;
}
.ServiceBox:last-child  {
	margin-right:0px!important;
}
.ServiceBox {
	width:240px;
	height:191px;
	overflow:hidden;
	float:left;
	margin:5px;
	position:relative;
	color:#FFF;
	text-align:center;
	background-size:cover;
	cursor:pointer

}
.ServiceBox h1{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	padding:10px 0px;
	background-image:url(../images/ServiceBox.png);
	background-repeat:repeat;
}
.ServiceBox p {
	height:191px;
	font-size:14px;
	background-image:url(../images/ServiceBox.png);
	background-repeat:repeat;
	display:none;
}
.ServiceBox a {
	font-size:14px;
	color: #fff;
	text-decoration: none;
}

#AboutUS, #Contact {
	background-color:#467fd4;
	background-image:url(../images/BlueLight.jpg);
	background-repeat:repeat;
	color:#FFF;
	text-align:center;
}
#Contact a {
	color:#FFF;
	text-decoration:none;
}
#AboutUS h1:before, #Contact h1:before  {
	display: block;
	width: 72px;
	height: 71px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	right:0px;
	margin:auto;
	content: '';
}
form#Contact h1:before {
	background:none;
}
#AboutUS h1:before {
	background:url(../images/AboutUS.png) no-repeat 0% 0%;
}
#Contact h1:before{
	background:url(../images/Contact.png) no-repeat 0% 0%;
}
#AboutUS h1 , #Contact h1 {
	font-size:25px;
	font-weight:normal;
	margin:75px 0px 5px 0px;
	text-transform:uppercase;
}
#AboutUS p {
	font-size:14px;
	width:470px;
	margin:auto;
}
#Contact p {
	font-size:24px;
}
#Contact p span {
	font-size:20px!important;
}
#Footer {
	background-color:#314e89;
	color:#FFF;
	text-align:center;
	padding:50px 0px 80px 0px;
	background-image:url(../images/BlueNavy.jpg);
	background-repeat:repeat;
}
#Footer a{
	color:#FFF;
	text-decoration:none;
}
#ContactUS {
	padding:40px 0px;
	width:100%;
}
#ContactUS .Center h1, .Services .Center h1 {
	color:#212121;
	font-size:25px;
	text-align:center;
	margin-top:120px;
	font-weight:normal;
}
.Services .Center h1  {
	margin-top:90px;
	margin-bottom:30px;
}
#ContactUS .Center h1:before {
	display: block;
	width: 101px;
	height: 101px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	right:0px;
	margin:auto;
	content: '';
	background-image:url(../images/Contacticon.jpg);
}
#ContactUS .Center form{
	width:586px;
	margin:auto;
}
#ContactUS .Center form input, #ContactUS .Center form textarea{
	background-color:#d9d9d9;
	color:#3f3f3f;
	font-size:14px;
	border:none;
	padding:16px;
	width:547px;
	margin:10px;
}
.Nombre, .Telefono {
	width:240px!important;
		margin-right:0px!important;
}
.Telefono {
	margin-left:27px!important;

}
#ContactUS .Center form textarea {
	height:115px;
	resize:none;
}
#ContactUS .Center form .Boton {
	background-color:#305ea2!important;
	color:#FFF!important;
	width:155px!important;
	padding:10px 60px 10px 60px;
	float:right;
	font-size:20px;
}

.Services .Center h1:before {
	display: block;
	width: 77px;
	height: 77px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	right:0px;
	margin:auto;
	content: '';
	background-image:url(../images/Serviciosicon.jpg);
}
#ServicesDetail h1{
	font-size:20px!important;
}
#ServicesDetail {
	width:570px;
	float:left;
}
#ServicesDetail div {
	width:100%;
	display:none;
}
.MenuList {
	width:200px;
	float:left;
	font-size:16px;
}

.MenuList .Selected, .MenuList li:hover{
	color:#a77807;
	list-style-image:url(../images/list-hover.jpg);
}
.MenuList li, .MenuList .UnSelected {
	margin:20px;
	list-style-image:url(../images/list.jpg);
	cursor:pointer;
}
/* SLIDE */
#c-slider {
	margin: auto;
	width: 85%;
	max-width:900px;
	position: relative;
	overflow: hidden;

}
#slider {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 400%; /*Dependiendo de la cantidad de imagenes. En este caso son 4 imágenes por eso es 400%*/
	box-shadow: 0 0 0 10px #fff,
				0 15px 50px;
}
#slider section{
	width: 100%;
}
#slider img {
	display: block;
	width: 800px;
	height: 400px;
}
#btn-prev, #btn-next {
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	top: 50%;
	transform: translate(-50%);
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	font-family: monospace;
	cursor: pointer;

}
#btn-prev, #btn-next:hover {
	background: rgba(255,255,255,1);

}
#btn-prev{
	left: 10px;
}
#btn-next{
	right: 10px;
}
.centrar {
    width: 1061px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
#media1 {
	width: 400px;
	float: left;
    margin: auto;
    overflow: hidden;
    position: relative;
}
#media2 {
    width: 400;
		float: left;
    margin: auto;
    overflow: hidden;
    position: relative;
}
