@charset "utf-8";

@font-face {
    font-family: Gotham-Medium;
    src: url(../fonts/Gotham-Medium.otf);
}
@font-face {
    font-family: Gotham-MediumItalic;
    src: url(../fonts/Gotham-MediumItalic.otf);
}
@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSans-Light;
    src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: OpenSans-Italic;
    src: url(../fonts/OpenSans-Italic.ttf);
}
@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}





body {
	background-image: url(../images/fondo4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #808285;
	margin: 0px;
	background-attachment: fixed;
	font-family: OpenSans-Regular;
	width: 100%;
	overflow-x: hidden;
	text-align: center;
	font-size: 1.2rem;
}
#superior {
	margin: auto;
	padding-top: 10px;
}
#superior #logo {
	display: inline-block;
	width: 60%;
	text-align: center;
}
#superior #idioma {
	width: 35%;
	display: inline-block;
	text-align: right;
	height: 100%;
}
#superior #idioma img {
	padding-bottom: 20px;
	padding-right: 10px;
	/*width: 40px;*/
	height: 25px;

}



#menup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	line-height: 1.5rem;
	margin-left: 10px;
	margin-right: 10px;
}
#menup a {
	font-size: 1rem;
	font-weight: bold;
	color:#2E2E2E;
	padding-left: 2rem;
	font-family: Gotham-Medium;
}
#menup a:hover {
	color:#135e9f;
}
.cilindro0 {
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(19,94,159,1.00) 0%,rgba(255,255,255,1.00) 43.01%,rgba(255,255,255,1.00) 55.96%,rgba(19,94,159,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(19,94,159,1.00) 0%,rgba(255,255,255,1.00) 43.01%,rgba(255,255,255,1.00) 55.96%,rgba(19,94,159,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(19,94,159,1.00) 0%,rgba(255,255,255,1.00) 43.01%,rgba(255,255,255,1.00) 55.96%,rgba(19,94,159,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(19,94,159,1.00) 0%,rgba(255,255,255,1.00) 43.01%,rgba(255,255,255,1.00) 55.96%,rgba(19,94,159,1.00) 100%);
}





footer {
	clear: both;
	text-align: center;
	display: flex;
	margin-right: 10px;
	margin-left: 10px;
	
}
#direccion {
	width: 50%;
	padding-top: 10px;
}
#rsocial {
	width: 50%;
}


main {
	width: 70%;
	margin-left: 15%;
}
video {
	width: 100%;
}
@media (max-width: 800px) {
main {
	width: 98%;
	margin-left: 1%;
	}
}
