body {
	font-family: 'Roboto', sans-serif;
	margin:0;
	padding:0;
}

a {
	color: #0053A0;
}

a:hover {
	color: #0080C8;
}

#logo {
	position: absolute;
	top: 0;
	left: 60px;
	z-index: 2000;
	width: 350px;
	height: 90px;
	/*para Firefox*/
	-moz-border-radius: 0 0 15px 15px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 0 0 15px 15px;
	/* para Opera */
	border-radius: 0 0 15px 15px;
	background: rgba(255, 255, 255, .9);
}
#derecha {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 310px;
	min-height: 100%;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	padding: 0 20px 0 20px;
}
/*---estilo "Inciar Sección"---*/

a.bienvenido {
	transition: all .25s ease;
	text-decoration: none;
	color: #0053A0;
	font-size: 16px;
	text-align: center;
}
a.bienvenido:hover {
	color: #009CE0;
}
/*---*/



/*----CONTENEDOR---*/

#contenedor ul li {
	display: inline-block;
}
#contenedor ul li a.contexto {
	margin: 2px;
	padding: 5px 10px;
	border: #0053A0 solid 1px;
	text-align: center;
	font-size: 14px;
	/*para Firefox*/
	-moz-border-radius: 20px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 20px;
	/* para Opera */
	border-radius: 20px;
}
#contenedor ul li a.contexto:hover {
	background: rgba(0, 85, 163, .3);
	color: #fff;
}
#contenedor ul li a.otro {
	margin: 2px;
	padding: 5px 10px;
	text-align: center;
	font-size: 14px;
}
#contenedor ul li a.otro:hover {
	color: #0080C8;
}
/*------FORMULARIO-----*/

*:focus {
	outline: none;
}


.contact_form ul {
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
.contact_form li {
	padding: 10px 0;
	position: relative;
}


.required_notification {
	color: #d45252;
	margin: 5px 0 0 0;
	display: inline;
	float: right;
}

.contact_form input {
	height: 40px;
	width: 96%;
	padding: 2% 2%;
	font-size: 1em;
	font-weight:lighter;
}

.contact_form button {
	margin: 0 auto;
}



button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#0053A0), to(#0069B4));
	background: -webkit-linear-gradient(top, #0053A0, #0069B4);
	background: -moz-linear-gradient(top, #0053A0, #0069B4);
	background: -ms-linear-gradient(top, #0053A0, #0069B4);
	background: -o-linear-gradient(top, #0053A0, #0069B4);
	background: linear-gradient(top, #0053A0, #0069B4);
	border: 1px solid #0069B4;
	border-bottom: 1px solid #0069B4;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #0069B4 inset;
	-moz-box-shadow: 0 1px 0 0 #0069B4 inset;
	-ms-box-shadow: 0 1px 0 0 #0069B4 inset;
	-o-box-shadow: 0 1px 0 0 #0069B4 inset;
	color: white;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
	font-size:16px;
}
button.submit:hover {
	opacity: .85;
	cursor: pointer;
}
button.submit:active {
	border: 1px solid #0069B4;
	box-shadow: 0 0 10px 5px #0069B4 inset;
	-webkit-box-shadow: 0 0 10px 5px #0069B4 inset;
	-moz-box-shadow: 0 0 10px 5px #0069B4 inset;
	-ms-box-shadow: 0 0 10px 5px #0069B4 inset;
	-o-box-shadow: 0 0 10px 5px #0069B4 inset;
}

/*------FIN FORMULARIO-----*/



/*----FIN CONTENEDOR---*/



#servicios {
 width:95%;
 min-height:100px;
 overflow:hidden;
 text-align: center;
 margin:0 auto;
}
/*----SERVICIOS---*/

.hover-zoom {
	margin: 20px;
	height: 171px;
	width: 287px;
	/*para Firefox*/
	-moz-border-radius: 15px 15px 15px 15px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 15px 15px 15px 15px;
	/* para Opera */
	border-radius: 15px 15px 15px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #EF7C00;
	position: relative;
	display: inline-table;
}
.hover-zoom:hover {
	background-size: 103%;
}
.hover-zoom p.img {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
.hover-zoom p.text-1 {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	margin: 0;
}
.hover-zoom p.text-2 {
	position: absolute;
	top: 115px;
	left: 0;
	width: 100%;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	margin: 0;
}
/*----SERVICIOS---*/

.cb-slideshow, .cb-slideshow:after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.cb-slideshow:after {
	content: '';
	/* background: transparent url(/static/images/pattern.png) repeat top left; */
}
.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 36s linear infinite 0s;
	-moz-animation: imageAnimation 36s linear infinite 0s;
	-o-animation: imageAnimation 36s linear infinite 0s;
	-ms-animation: imageAnimation 36s linear infinite 0s;
	animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 5%;
	left: 60px;
	width: 70%;
	opacity: 0;
	color: #fff;
	-webkit-animation: titleAnimation 36s linear infinite 0s;
	-moz-animation: titleAnimation 36s linear infinite 0s;
	-o-animation: titleAnimation 36s linear infinite 0s;
	-ms-animation: titleAnimation 36s linear infinite 0s;
	animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
	font-family: 'Anton', sans-serif;
	font-size: 50px;
	padding: 0;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
.cb-slideshow li:nth-child(1) span {
	background-image: url(/static/images/1.jpg)
}
.cb-slideshow li:nth-child(2) span {
	background-image: url(/static/images/2.jpg);
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(/static/images/3.jpg);
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(/static/images/4.jpg);
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
	background-image: url(/static/images/5.jpg);
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
	background-image: url(/static/images/6.jpg);
	-webkit-animation-delay: 30s;
	-moz-animation-delay: 30s;
	-o-animation-delay: 30s;
	-ms-animation-delay: 30s;
	animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
	-webkit-animation-delay: 30s;
	-moz-animation-delay: 30s;
	-o-animation-delay: 30s;
	-ms-animation-delay: 30s;
	animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
 0% {
opacity: 0;
 -webkit-animation-timing-function: ease-in;
}
 8% {
opacity: 1;
 -webkit-animation-timing-function: ease-out;
}
 17% {
opacity: 1
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
@-moz-keyframes imageAnimation {
 0% {
opacity: 0;
 -moz-animation-timing-function: ease-in;
}
 8% {
opacity: 1;
 -moz-animation-timing-function: ease-out;
}
 17% {
opacity: 1
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
@-o-keyframes imageAnimation {
 0% {
opacity: 0;
 -o-animation-timing-function: ease-in;
}
 8% {
opacity: 1;
 -o-animation-timing-function: ease-out;
}
 17% {
opacity: 1
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
@-ms-keyframes imageAnimation {
 0% {
opacity: 0;
 -ms-animation-timing-function: ease-in;
}
 8% {
opacity: 1;
 -ms-animation-timing-function: ease-out;
}
 17% {
opacity: 1
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
@keyframes imageAnimation {
 0% {
opacity: 0;
 animation-timing-function: ease-in;
}
 8% {
opacity: 1;
 animation-timing-function: ease-out;
}
 17% {
opacity: 1
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}

@-webkit-keyframes titleAnimation {
 0% {
opacity: 0
}
 8% {
opacity: 1
}
 17% {
opacity: 1
}
 19% {
opacity: 0
}
 100% {
opacity: 0
}
}
@-moz-keyframes titleAnimation {
 0% {
opacity: 0
}
 8% {
opacity: 1
}
 17% {
opacity: 1
}
 19% {
opacity: 0
}
 100% {
opacity: 0
}
}
@-o-keyframes titleAnimation {
 0% {
opacity: 0
}
 8% {
opacity: 1
}
 17% {
opacity: 1
}
 19% {
opacity: 0
}
 100% {
opacity: 0
}
}
@-ms-keyframes titleAnimation {
 0% {
opacity: 0
}
 8% {
opacity: 1
}
 17% {
opacity: 1
}
 19% {
opacity: 0
}
 100% {
opacity: 0
}
}
@keyframes titleAnimation {
 0% {
opacity: 0
}
 8% {
opacity: 1
}
 17% {
opacity: 1
}
 19% {
opacity: 0
}
 100% {
opacity: 0
}
}

.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}


 @media screen and (max-width: 1140px) {
.cb-slideshow li div h3 {
	font-size: 40px
}
}

@media screen and (max-width: 600px) {
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 90px;
	text-align: center;
	/*para Firefox*/
	-moz-border-radius: 0 0 0 0;
	/*para Safari y Chrome*/
	-webkit-border-radius: 0 0 0 0;
	/* para Opera */
	border-radius: 0 0 0 0;
}
.cb-slideshow, .cb-slideshow:after {
	width: 100%;
	height: 40%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.cb-slideshow li div {
	margin:0 auto;
	position: absolute;
	left: 0;
	width: 90%;
}


.cb-slideshow li div h3 {
	font-size: 25px;
	text-align:center;
}

#derecha {
	position: absolute;
	top: 40%;
	right: 0;
	z-index: 3000;
	width: 96%;
	min-height: 60%;
	background: #fff;
	text-align: center;
	padding: 0 2%;
}



}
