@font-face {
    font-family: 'staccato';
    src: url('staccato.eot');
    src: url('staccato.eot?#iefix') format('embedded-opentype'),
         url('staccato.ttf') format('truetype'),
         url('staccato.svg#FuentePropia') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*Reglas generales*/
body {
	margin:0px;
	font-family: 'Anaheim', sans-serif;
	font-size:1.1rem;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	list-style-type:none;
	/*float:left;*/
	margin-left:10px;
}
.menup, .menusec{
	float:left;
}

/*Logo*/

#logo{
	width:206px;
	height:121px;
	margin: 3px 0px 0px 5px;
	float:left;
	z-index:1000;
	background-repeat:  no-repeat;
}

#logo img{
	border:1;
}
#logo a img{
	width:206px;
	height:121px;
}
#logo a{
	margin-left: 15px;
}

/*Header*/
header {
	font-family: 'Carrois Gothic SC', sans-serif;
	width:1400px;
	margin-left:auto;
	margin-right:auto;

}
nav{
	width:100%;
}
nav a {
	margin:10px 0 5px 0;
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}



/*Menu*/
#menu{
		height:90px;
		width:1030px;
		/*position:relative;*/
		float:left;
		font-size:10px;
		font-size:1rem;
		background-image:url('../img/botonera-punta1920.jpg');
		background-repeat:  no-repeat;
		background-position: left top;
		background-color: #004B8E;	
		margin-left:130px;
		margin-top:6px;
		
}

#menu ul {
	margin:16px 0 0 50px;

}
#menu ul a {
	color:#FFF;
	font-weight:normal;
}


#menu ul li{
	/*display:block;*/
	/*width:121px;
	height:30px;*/
	text-align:center;
	margin-left:0px;
	line-height: 45px;
}

.menup, .menusec{
	display:block;
	width:165px;
	height:30px;

}
.flechita{
	
	background-image:url('../img/sprites.png');
	background-repeat:  no-repeat;
	background-position: 25px -55px;
	width:50px;
	height:10px;
	position:absolute;
	z-index:9999;
	margin-left:35px;

}

.flechita{margin-left:30px;
}

#menu ul li a{
	text-align:center;	
}


#menu ul li:hover > .botonmenu .fondoboton{background: #004b8e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #004b8e 0%, #00142d 50%, #004b8e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004b8e), color-stop(50%,#00142d), color-stop(100%,#004b8e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #004b8e 0%,#00142d 50%,#004b8e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #004b8e 0%,#00142d 50%,#004b8e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #004b8e 0%,#00142d 50%,#004b8e 100%); /* IE10+ */
background: linear-gradient(to bottom, #004b8e 0%,#00142d 50%,#004b8e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b8e', endColorstr='#004b8e',GradientType=0 ); /* IE6-8 */}

#menu ul li:hover > .desplegable{display:block; color:#000;}
#menu ul .menusec:hover > #menusecundario{display:block; color:#000;}

#menu ul li:hover > .botonmenu .flechita{	background-position: 25px -68px;}

#menu ul li:hover > .ultimomenu #formularioMenu{display:block;}


.fondoboton{
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 50px;
	padding-top:0px;
}

.primermenu{
	margin-left:10px !important;
	width:140px !important;
}
#menu ul li ul {
	/*position:absolute;
*/	display:none;
	width:148px;
	margin-top:6px;
	margin-left: 10px;
	box-shadow: 0px 0px 5px #000;
	z-index:1000;
}
.menup ul, #menusecundario {
	position:absolute;
}
#menu ul li ul li{
	/*width:140px;
	height:22px;*/
	font-family: 'Anaheim', sans-serif;
	font-size:12px;
	font-size:0.75rem;
	color:#333;
	background: #ccc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d7dee3 70%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(70%,#d7dee3), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d7dee3 70%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d7dee3 70%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d7dee3 70%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d7dee3 70%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	text-align:left;
	margin-left:0px;
	padding-top: 5px;
    padding-bottom: 5px;
	padding-top: 4px;
	line-height: 20px;
	width: 150px;
}
#menu ul li ul li:hover{
	background:#C2E2FF !important;
}

.menup  ul li{
	width:140px;
	height:22px;
}
#menu ul li ul li a{
	font-family: 'Anaheim', sans-serif;
	font-size:12px;
	font-size:1rem;
	color:#333;
	display:block;
	width:150px;
	height:22px;
	margin:0;
	text-align:left;
}
#menuescondido{
	display:none;
}
#menusecundario li ul{
	margin: 0px 0px 0px -8px;
}
/*
#menusecundario li ul li{
	list-style-type:square;
}
*/

#menusecundario li ul li a span{
	font-size:13px;
}
.botonmenu{
	border-right-width: 1px;
	border-right-color: #FFF;
	border-right-style: dotted;
	height: 45px;
}

.dondeestamos{
	display:none;
}

.ultimomenu{
	border-right:none !important; 
}

.desplegable li{
	float:none;
	
}

.ultimoboton{
	border-bottom: 2px;
	border-bottom-color:#004B8D;
	border-bottom-style:solid;
}

.dondeestamos h3{
	display:inline-block;
	border-left-width: 1px;
	border-left-color: #848484;
	border-left-style: dotted;
	border-bottom: 1px;
	border-bottom-color:#848484;
	border-bottom-style:dotted;
	padding-left:6px;
	float:left;
}

.dondeestamosfondo{
	width:10px;
	height:15px;
	background: url('../img/sprites.png') no-repeat;
	background-position: -32px -55px;
	float:left;
	margin-top: 18px;
	border-bottom: 1px;
	border-bottom-color:#848484;
	border-bottom-style:dotted;
	margin-left: 1px;
	margin-right: 15px;
}


#imgsecundario img, #imgterciario img{box-shadow: 2px 3px 6px #027;
}

#imgterciario{width:170px;}
.titimg{float:left;}
.titsede{position:absolute;position: absolute;
margin-top: -39px;
font-size: 1.6rem;
background-color: #00F;
opacity: 0.8;
color: #fff;
padding: 0 3px;}
/*#titalmagro{margin-left: 137px;}
#titbelgrano{margin-left: 132px;}*/



#slide {
	overflow:hidden; 
	/*width:100%;*/
	float:left;
	clear:both;
	margin-bottom:15px;
	display:block;
	margin-top:0px;
	position:absolute;
	/*margin-left: 247px;*/
}
#slide #SlideGaleria{position:absolute; width:100%;height:100%;overflow:hidden;}
#slide #SlideGaleria img{margin:0 auto;-webkit-box-reflect:below 0 -webkit-gradient(linear,left top,left bottom,color-stop(1, rgba(255, 255, 255, .5)),color-stop(.8, rgba(255, 255, 255, 0)));}
#botonesSlice{display:block ;position:absolute;visibility: hidden;}
#botonesSlice #leftButton, #botonesSlice #rightButton {position:absolute;z-index:2;padding:0;border:none;outline:none;color:#585858;font-size:35px;font-size:2.188rem;opacity:.7;filter:alpha(opacity=1);-webkit-transition: opacity .7s;-moz-transition: opacity .7s;-o-transition: opacity .7s;transition: opacity .7s;filter: alpha(opacity=80);background:none;text-shadow: 0px 0px 5px #000;background: url('../img/flechas-slidernew.png') no-repeat;width:33px; height:35px;}
#botonesSlice #leftButton{ background-position: 2px -31px;}
#botonesSlice #rightButton { background-position: -35px -31px;}
#botonesSlice #leftButton::-moz-focus-inner,#botonesSlice  #rightButton::-moz-focus-inner {border: none;}
#botonesSlice #leftButton:hover{background-position: 2px 2px;}
#botonesSlice  #rightButton:hover {background-position: -35px 2px;}
#botonesSlice #leftButton:hover,#botonesSlice  #rightButton:hover {opacity:20;filter: alpha(opacity=1);outline: none;}
#caption {position: absolute;z-index: 2;bottom: 90px;width: 100%;color: #ffc;text-align: center;font-size: 24px;font-size: 1.5rem;letter-spacing: .1em;display: none;}
#loading {z-index: 1;bottom: 50%;width: 100%;color: #ffc;text-align: center;font-size: 36px;font-size: 2.25rem;letter-spacing: .1em;opacity: 0;filter: alpha(opacity=0);}

#slide{
	height:445px;
	width: 100%;
}
#slide .mapa{
	/*margin-left: 255px;*/
	width: 1400px;
	background-image: url("../slides/1400/bmapa.jpg");
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 445px;
	max-width: 100%;
	margin: 0 auto;
}



#leyenda{
	width:195px;
	height:89px;
	position:inherit;
	z-index:9999;
	margin: 254px 10px 0px 775px;

}

#leyenda h3{
	color:#004B8D;
	font-size:20px;
	font-size:1.25rem;
	font-family: 'staccato';
	font-weight:normal;
	width:auto;
	margin: 21px 11px;
}
}
#leyendamobile{display:none;}

#leyendamobile{
	width:256px;
	height:101px;
	margin-top: -25px;
	/*background:url('../img/bg-frase-grande.png') no-repeat;*/
}

#leyendamobile h3{
	color:#004B8D;
	font-size:26px;
	font-size:1.625rem;
	/*font-family: 'staccato';*/
	font-weight:normal;
	width:auto;
	margin: 32px 0 0 20px;
}

#mascaraslide, #mascaraflyer{
	position:absolute;
	width:960px;
	/*background:url('../img/slider-mask-960n.png') no-repeat;*/
	/*height:305px;*/
	overflow:hidden;
	/*margin-left: 195px;*/
	margin:0 auto;
	z-index:9990;
}

.clearfix{
	clear:both;
	display:block;

}
/*Articulos*/
.imgArticulo{
	width: 325px;
	height: 184px;

}
.noticias{
	height:auto;
	width:100%;
	float:left;
	 background:url('../img/trama-14x14.jpg') repeat;
	background-position: right top;
	margin-top: 3px;
}
.noticias h3{
	font-size:1.2rem !important;
	padding-right: 13px;
}

.categoria{
	/*height:auto;*/
	height: 40px;
	width:100%;
	float:left;
	/*margin-bottom:15px;
	 background:url('../img/trama-14x14.jpg') repeat;
	background-position: right top;*/
	margin-top: 3px;
}

.categoria h3 {
	font-size:16px;
	font-size:1.2rem;
	width:auto;
	background-color:#FFF;
	display:inline;
	font-family: 'Carrois Gothic SC', sans-serif;
	color:#808080;
	font-weight:normal;
	/*padding-right:5px;
	margin-left: 10px;
	padding-left: 5px;
	*/
}
.categoria h3  a{
	color:#808080;
	text-decoration:none;  
}

.cont{
	width:1400px;
	margin: 10px auto 0px auto;
}
article {
	width:325px;
	height:auto;
	margin:13px 32px 8px 0px;
	float:left;
}
article.ultimo{
	margin-right:0px;
}

article p{
	margin-bottom:0px;
}

/*Footer*/
footer {
	border-top: 4px;
	border-top-color:#E6E6E6;
	border-top-style:solid;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:1400px;
	margin-top:20px;
	display:block;
}

footer div{
	height:85px;
	float:left;
	border-right: 1px;
	border-right-color:#E6E6E6;
	border-right-style:solid;
	/*margin-top:8px;*/
	padding-bottom: 10px;
}

footer p{
	margin-left:10px;
}
footer h4 a{
	font-size: 1.2rem;
}
#afip{
	width:76px;
	border-right:none;
	margin-right: 17px;
}
#afip a{
	width: 64px;
	height: 79px;
	display: block;
	margin-top: 12px;
	margin-left: 25px;
}
#afip img{
	width:64px;
	height:79px;
	border:0;
}

#links{
	padding-bottom: 10px;
}

#links1{
	width:90px;
	margin-left: 0px;
}
.primerlink{
	margin-top:8px;
}
.links li{
	float:none;
	font-size:1rem;
	margin-bottom:3px;
}
.links li a{
	text-decoration:none;
	color:#202020;
	
}
#almagro{
	width:15%;
}
#belgrano{
	width:15%;
}
#rosario{
	width:15%;
}
#tigre{
	width:15%;
}

#almagro h4, #belgrano h4,#rosario h4,#tigre h4, #links2, #contacto h4{
	margin:5px 0 0 12px;
	color: #004B84;
}
#almagro p, #belgrano p, #rosario p, #tigre p{
	margin:4px 0 0px 12px;
	color: #202020;
	font-size:1rem;
}

#almagro h4 a, #belgrano h4 a, #rosario h4 a, #tigre h4 a{
	text-decoration:none;
	color: #004B84;
}
#links2{
	width:240px;
}
/*Redes sociales*/
#socialmedia{
	width: 240px;
}
#links480{
	display: none;
}
#ortsocial{
	background-color: #FFF;
	width:240px;
	position:relative;
	float:left;
	margin-left: 40px;
}

#ortsocial ul{
	margin-top:4px;
}

#ortsocial ul li{
	/*width:20px;*/
	height:16px;
	display:block;
	font-size:1rem;
	margin-bottom:5px;
}

#ortsocial ul li a{
	margin-left: 20px;
	text-decoration:none;
	color: #404040;
	font-weight: bold;
	
}


#logofooter{
	width:122px;
	
}

#logofooter img{
	border:0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’/img/campus-logo.png’);
}
#logofooter a{
	width:120px;
	height:69px;
	margin-top: 9px;
	margin-left: 8px;
	display:block;
}

#logoworld a{
margin: 6px 70px;
margin-bottom: 0px;
display: block;
}
#logoworld .logoortmundial{
	width: 110px;
}
#captchaimage img {border: 0;}

/* Galerias */

#ContainerGaleria1, #ContainerGaleria2, #ContainerGaleria3, #ContainerGaleria4 {height:184px; float:left;}
#ContainerGaleria1 #galeria1, #ContainerGaleria2 #galeria2, #ContainerGaleria3 #galeria3, #ContainerGaleria4 #galeria4 {width:100%;height:100%;overflow:hidden;}
#ContainerGaleria1 #galeria1 img, #ContainerGaleria2 #galeria2 img, #ContainerGaleria3 #galeria3 img, #ContainerGaleria4 #galeria4 img {height:184px;margin:0 auto;-webkit-box-reflect:below 0 -webkit-gradient(linear,left top,left bottom,color-stop(1, rgba(255, 255, 255, .5)),color-stop(.8, rgba(255, 255, 255, 0)));}
#botonesGaleria1, #botonesGaleria2, #botonesGaleria3, #botonesGaleria4 {margin-top:-90px;}
#botonesGaleria1 #leftButton1, #botonesGaleria1 #rightButton1, #botonesGaleria2 #leftButton2, #botonesGaleria2 #rightButton2, #botonesGaleria3 #leftButton3, #botonesGaleria3 #rightButton3, #botonesGaleria4 #leftButton4, #botonesGaleria4 #rightButton4 {border:none;outline:none;color:#fff;font-size:25px;font-size:1.563rem;opacity:.9;filter:alpha(opacity=1);-webkit-transition: opacity .9s;-moz-transition: opacity .9s;-o-transition: opacity .9s;transition: opacity .9s;filter: alpha(opacity=100);background:none;text-shadow: 0px 0px 85px #000;background: url('../img/flechas-galeria.png') no-repeat;width:33px; height:30px;
}
#botonesGaleria1 #leftButton1, #botonesGaleria2 #leftButton2, #botonesGaleria3 #leftButton3, #botonesGaleria4 #leftButton4 { 
	background-position: 5px -30px;
	float:left;
}
#botonesGaleria1 #rightButton1, #botonesGaleria2 #rightButton2,#botonesGaleria3 #rightButton3,#botonesGaleria4 #rightButton4 { 
	background-position: -32px -30px;
	margin-left: 259px;
}
#botonesGaleria1 #leftButton1::-moz-focus-inner, #botonesGaleria1  #rightButton1::-moz-focus-inner, #botonesGaleria2 #leftButton2::-moz-focus-inner, #botonesGaleria2  #rightButton2::-moz-focus-inner, #botonesGaleria3 #leftButton3::-moz-focus-inner, #botonesGaleria3  #rightButton3::-moz-focus-inner, #botonesGaleria4 #leftButton4::-moz-focus-inner, #botonesGaleria4  #rightButton4::-moz-focus-inner {border: none;}
#botonesGaleria1 #leftButton1:hover, #botonesGaleria2 #leftButton2:hover, #botonesGaleria3 #leftButton3:hover, #botonesGaleria4 #leftButton4:hover {	background-position: 5px 0px;
filter: alpha(opacity=1);}
#botonesGaleria1  #rightButton1:hover,  #botonesGaleria2  #rightButton2:hover, #botonesGaleria3  #rightButton3:hover, #botonesGaleria4  #rightButton4:hover {background-position: -32px 0px;filter: alpha(opacity=1);}

/* Galerias Noticias */
#ContainerGaleriaNoticia {width:480px;height:323px; float:left;}
#ContainerGaleriaNoticia #galeriaNoticia {width:100%;height:100%;overflow:hidden;}
#ContainerGaleriaNoticia #galeriaNoticia img {margin:0 auto;-webkit-box-reflect:below 0 -webkit-gradient(linear,left top,left bottom,color-stop(1, rgba(255, 255, 255, .5)),color-stop(.8, rgba(255, 255, 255, 0)));}
#botonesGaleriaNoticia {margin-top:-90px;}
#botonesGaleriaNoticia #leftButtonNoticia, #botonesGaleriaNoticia #rightButtonNoticia {border:none;outline:none;color:#fff;font-size:25px;font-size:1.563rem;opacity:.9;filter:alpha(opacity=1);-webkit-transition: opacity .9s;-moz-transition: opacity .9s;-o-transition: opacity .9s;transition: opacity .9s;filter: alpha(opacity=100);background:none;text-shadow: 0px 0px 85px #000;background: url('../img/flechas-galeria.png') no-repeat;width:33px; height:30px;}
#botonesGaleriaNoticia #leftButtonNoticia, #botonesGaleriaNoticia #rightButtonNoticia {background-position: 5px -30px;	float:left;}
#botonesGaleriaNoticia #rightButtonNoticia { background-position: -32px -30px; margin-left: 167px;}
#botonesGaleriaNoticia #leftButtonNoticia::-moz-focus-inner, #botonesGaleriaNoticia  #rightButtonNoticia::-moz-focus-inner {border: none;}
#botonesGaleriaNoticia #leftButtonNoticia:hover {background-position: 5px 0px; filter: alpha(opacity=1);}
#botonesGaleriaNoticia #rightButtonNoticia:hover {background-position: -32px 0px; filter: alpha(opacity=1);}

/* Galerias Noticias CLASS*/
.ContainerGaleriaNoticia {width:480px;height:323px; float:left;}
.ContainerGaleriaNoticia .galeriaNoticia {width:100%;height:100%;overflow:hidden;}
.ContainerGaleriaNoticia .galeriaNoticia img {margin:0 auto;-webkit-box-reflect:below 0 -webkit-gradient(linear,left top,left bottom,color-stop(1, rgba(255, 255, 255, .5)),color-stop(.8, rgba(255, 255, 255, 0)));}
.botonesGaleriaNoticia {margin-top:-90px;}
.botonesGaleriaNoticia .leftButtonNoticia, .botonesGaleriaNoticia .rightButtonNoticia {border:none;outline:none;color:#fff;font-size:25px;font-size:1.563rem;opacity:.9;filter:alpha(opacity=1);-webkit-transition: opacity .9s;-moz-transition: opacity .9s;-o-transition: opacity .9s;transition: opacity .9s;filter: alpha(opacity=100);background:none;text-shadow: 0px 0px 85px #000;background: url('../img/flechas-galeria.png') no-repeat;width:33px; height:30px;}
.botonesGaleriaNoticia .leftButtonNoticia, .botonesGaleriaNoticia .rightButtonNoticia {background-position: 5px -30px;	float:left;}
.botonesGaleriaNoticia .rightButtonNoticia { background-position: -32px -30px; margin-left: 167px;}
.botonesGaleriaNoticia .leftButtonNoticia::-moz-focus-inner, .botonesGaleriaNoticia  .rightButtonNoticia::-moz-focus-inner {border: none;}
.botonesGaleriaNoticia .leftButtonNoticia:hover {background-position: 5px 0px; filter: alpha(opacity=1);}
.botonesGaleriaNoticia .rightButtonNoticia:hover {background-position: -32px 0px; filter: alpha(opacity=1);}

.accesoCampus{
	width: 100%;
	background-color: #E6E6E6;
	border: 1px solid #E6E6E6;
	/*margin-top: 5px;*/
	margin-bottom: 10px;
	height:10px;
}

.accesoCampus h4 {
	margin: 20px auto 0px;
	width: 200px;
	margin-top: 0;
}

.accesoCampus h4 a{
	text-decoration:none;
	color: #004B84;
}

#menu ul li .primerdesplegable{
	margin-left: -15px;
}
.primermenu .flechita {
    margin-left: 15px;
}
.mobile{
	display: none;
}
#datospersonales{
	display: none;
}

/*Slide nuevo*/
.contGlobalSlide{
	width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top:5px;

}
#slide{
	overflow:hidden; 
	float:left;
	clear:both;
	margin-bottom:15px;
	display:block;
	position:absolute;
	height:auto;
	width: 1400px;
	margin-top: 0px;
}
.lslide img{
	width: 1400px;
	height: auto;
}
li.lslide{
	margin-left: 0px;
}
/*Fin slide nuevo*/
.placas{
    margin: 480px auto 0px auto;
}
.articlePlacas {
	width:325px;
	height:auto;
	margin:13px 32px 8px 0px;
	float:left;
}
.articlePlacas.ultimo{
	margin-right:0px;
}
.imgPlacas{
	width: 325px;
	height: 184px;

}
#contacto{
	width: 100px;
}
#contacto img{
    margin-left: 20px
}
.contactoTerciario p{
	font-size: 16px !important; 
	line-height: 28px;
}
.contactoTerciario p i{
	margin-right: 10px;
}
.contactoTerciario .fa-whatsapp{
	color: #25D366 !important;
	font-weight: bold !important;
}
.contactoTerciario a{
	color: black !important;
	text-decoration: none;
}