@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;
}
#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%);
}

/*Presentación con imagenes*/
#foto0 {
	width: 500%;
	height: 14rem;
	position: relative;
	display: flex;
	overflow: hidden;
	animation-name: prese;
	animation-play-state: paused;
	animation-play-state: running;
	animation-delay: 2s;
	animation-duration: 28s;
}
#foto0 .prese0 {
	width: 20%;
	margin: 0px;
	height: 14rem;
	top: 0px;
}
#foto0 .prese0 img {
	width: 100%;
	height: 100%;
}


@keyframes prese {
  0%  {left: 0%;}
  12.5%  {left: -100%;}
  25%  {left: -200%;}
  37.5%  {left: -300%;}
  50%  {left: -400%;}
  62.5%  {left: -300%;}
  75%  {left: -200%;}
  87.5%  {left: -100%;}
  100%  {left: 0%;}
}


.menus {
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
	color: #FFFFFF;
	padding-bottom: 0.5rem;
	background-color: #1D77B3;
	margin-right: 1.5rem;
	font-size: 0.8rem;
}
.menus h3 {
	background-color: #1D77B3;
	border-top-right-radius: 14px;
	line-height: 2rem;
	padding-left: 10px;
}
.menus ul {
	padding-left: 30px;
}

.menus a {
	color: #FFFFFF;
}
.menus a:hover {
	background-color:#135e9f;
}
#ultimo {
	margin-bottom: 10px;
}


main nav {
	float: left;
	width: 20%;
}

main section article {
	margin-left: 1rem;
	margin-right: 2rem;
	text-align: justify;
}

.desplaza {
	margin-left: 20%;
}
.desplaza ul {
	margin-left: 0px;
	padding-left: 10px;
	list-style-position: inside;
}
.desplaza a {
/*	color:yellow;
*/	color:#fcfb00;
	text-decoration: none;
}
.desplaza a:hover {
    background-color: black;
    border-bottom: medium solid rgba(236,207,121,1.00);
}
.letrag {
	font-size: 1.5rem;
}

.blanco0 {
	color: #FFFFFF;
	font-size: 1.5rem;
}
.blanco1 {
	color: #FFFFFF;
}

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

@media (max-width: 800px) {
	.menus {
		display: none;
	}
	.desplaza {
		margin-left: 10px;
	}
}
.vid00 {
	padding-right: 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
