/* Hoja de estilos tp DGPC - Axel Tregoning/Marcos Baidal - Giordano de Doberti */
/* --- reset de los estilos de los navegadores ---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
 
/* --- Fin de reset de los estilos de los navegadores ---*/
/* --- MEDIA ESCALABLE --- */
@media all and (min-width:681px) and (max-width:960px){
	body.contenedor-general {
		width: auto;
    }
}

@media all and (min-width:381px) and (max-width:680px){
	body.contenedor-general {
		width: auto;
    }
}

@media all and (min-width:301px) and (max-width:380px){
	body.contenedor-general {
		width: auto;
    }
}

@media all and (min-width:1px) and (max-width:300px){
	body.contenedor-general {
		width: auto;
    }
}
/* --- FUENTES ---*/
@font-face {
	font-family: 'UbuntuCondensed-Regular';
	src: url('fonts/UbuntuCondensed-Regular.eot?') format('eot'), 
	     url('fonts/UbuntuCondensed-Regular.woff') format('woff'), 
	     url('fonts/UbuntuCondensed-Regular.ttf')  format('truetype'),
	     url('fonts/UbuntuCondensed-Regular.svg#UbuntuCondensed-Regular') format('svg');
}
@font-face {
	font-family: 'UbuntuMono-Bold';
	src: url('fonts/UbuntuMono-Bold.eot?') format('eot'), 
	     url('fonts/UbuntuMono-Bold.woff') format('woff'), 
	     url('fonts/UbuntuMono-Bold.ttf')  format('truetype'),
	     url('fonts/UbuntuMono-Bold.svg#UbuntuMono-Bold') format('svg');
}
@font-face {
	font-family: 'UbuntuMono-Regular';
	src: url('fonts/UbuntuMono-Regular.eot?') format('eot'), 
	     url('fonts/UbuntuMono-Regular.woff') format('woff'), 
	     url('fonts/UbuntuMono-Regular.ttf')  format('truetype'),
	     url('fonts/UbuntuMono-Regular.svg#UbuntuMono-Regular') format('svg');
}

            
/* --- SLIDER -- */
.jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(imagenes/slider/flechaslider.png) no-repeat;
                overflow:hidden;
            }
            .jssora03l { background-position: -3px -33px; }
            .jssora03r { background-position: -63px -33px; }
            .jssora03l:hover { background-position: -123px -33px; }
            .jssora03r:hover { background-position: -183px -33px; }
            .jssora03ldn { background-position: -243px -33px; }
            .jssora03rdn { background-position: -303px -33px; }


/* --- comienzo de los estilos de la estructura ---*/
body.contenedor-general {
    font-family: 'UbuntuMono-Bold', Sans-serif, Arial;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    width: 980px;
	background-image: url(imagenes/fondorosa.jpg);
    background-repeat:repeat-x;
	background-color: #D0D2D3;
}

body.contenedor-catedra {
    font-family: 'UbuntuMono-Bold', Sans-serif, Arial;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    width: 980px;
	background-image: url(imagenes/fondorosa2.jpg);
    background-repeat:repeat-x;
	background-color: #D0D2D3;
}

body.fondorosa3 {
    font-family: 'UbuntuMono-Bold', Sans-serif, Arial;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    width: 980px;
	background-image: url(imagenes/fondorosa3.jpg);
    background-repeat:repeat-x;
	background-color: #D0D2D3;
}

body.fondorosa4 {
    font-family: 'UbuntuMono-Bold', Sans-serif, Arial;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    width: 980px;
	background-image: url(imagenes/fondorosa4.jpg);
    background-repeat:repeat-x;
	background-color: #D0D2D3;
}


body.fondoazul {
	font-family: 'UbuntuMono-Bold', Sans-serif, Arial;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    width: 980px;
	background-image: url(imagenes/fondoazul.jpg);
    background-repeat:repeat-x;
	background-color: #D0D2D3;
}

body.fondoverde {
	font-family: 'UbuntuMono-Bold', Sans-serif, Arial;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    width: 980px;
	background-image: url(imagenes/fondoverde.jpg);
    background-repeat:repeat-x;
	background-color: #D0D2D3;
}

body.fondonaranja {
	font-family: 'UbuntuMono-Bold', Sans-serif, Arial;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    width: 980px;
	background-image: url(imagenes/fondoorange.jpg);
    background-repeat:repeat-x;
	background-color: #D0D2D3;
}


header, nav, section, article, footer {
  display: block;
}
header{
    height: 180px;
    position: relative;
}

aside#izquierda {
    float: left;
}

aside#derecha {
    float: left;
}

footer {
    background: #1A1B1B;
    border-top: 6px solid #CCCCCC;
    clear: both;
    padding: 10px;
    text-align: left;
		height: 100px;
    width: 100%;
    position: relative;
    bottom: 0px;
    padding: 10px;
		margin-top: 30px;
		float: left;
}
/* -- fin de los estilos de la estructura -- */
/* -- comienzo de los estilos de el contenido del header-- */

/* -- LOGO -- */

figure.logo {
    position: relative;
    top: 20px;
    left:20px;
    float: left;
}

/* -- Botones Redes Sociales -- */

.redes {
    position: relative;
    top: 40px;
    right: 20px;
    float: right;
}
.redes img {
    margin: 5px;
    float:left;
}

/* -- fin de los estilos del header -- */

/* -- BOTONERA PRINCIPAL -- */

.botonera-general {
		width: 100%;
    height: 40px;
    margin-top: 35px;
		margin-bottom: 40px;
    padding: 0;
    border: 0;
		float: left;
    background-color: #677886;
}
.botonera-general ul {
    list-style: none;
	width: 990px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #F1F1F2;
}
.botonera-general ul li {
    list-style: none;
		width: 245.4px;
    height: 40px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0;
    border: 0;
    background-color: #A4A4A4;
    float: left; 
}

.botonera-general ul #botonmg a:hover{
    background-color: #4E5D7E;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
 	margin: auto;
    padding: 10px;
    border: 0;
}

.botonera-general ul #botonma a:hover{
    background-color: #95cd84;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
 	margin: auto;
    padding: 10px;
    border: 0;
}

.botonera-general ul #botonmu a:hover{
    background-color: #d25c42;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
 margin: auto;
    padding: 10px;
    border: 0;
}

.botonera-general ul #botoncatedra a:hover{
    background-color: #cc5595;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
 		margin: auto;
    padding: 10px;
    border: 0;
}
.botonera-general ul li a{
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
		margin: auto;
    padding: 10px;
    border: 0;
}
/* -- FIN DE BOTONERA -- */
/* -- BOTONERA SECUNDARIA -- */

.botonera-general .apretadomg {
    height: 40px;
    width: 245.5px;
    
    background-color: #4e5d7e;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
    margin: auto;
    padding: 0px;
    border: 0;
}

.botonera-general .apretadoma {
    height: 40px;
    width: 245.5px;
    
    background-color: #95cd84;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
    margin: auto;
    padding: 0px;
    border: 0;
}

.botonera-general .apretadomu {
    height: 40px;
    width: 245.5px;
    
    background-color: #d25c42;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
    margin: auto;
    padding: 0px;
    border: 0;
}

/* botonera mg */

#botoneramg .apretadobajo, #botonera-catedra .apretadobajo, #botonera-ar .apretadobajo, #botonera-ur .apretadobajo{
    height: 40px;
    width: 162px;
    background-color: #1A1B1B;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
    margin: auto;
    padding: 0px;
    border: 0;
    
}

nav#botoneramg {
	width: 990px;
    height: 40px;
    margin: 0;
    margin-top: 40px;
        
    padding: 0;
    border: 0;

    background-color: #D0D2D3;
}
nav#botoneramg ul {
    list-style: none;
	width: 990px;
    height: 40px;
        margin: 0;
    padding: 0;
    border: 0;
    background-color: #D0D2D3;
}
nav#botoneramg ul li {
    list-style: none;
	width: 162px;
    height: 40px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0;
    border: 0;
    background-color: #4E5C7D;
    float: left; 
}
nav#botoneramg ul li a:hover{
    background-color: #1A1B1B;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
 margin: auto;
    padding: 10px;
    border: 0;
}
nav#botoneramg ul li a{
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
margin: auto;
    padding: 10px;
    border: 0;
}

/* botonera catedra */
.botonera-general .apretadocatedra {
    height: 40px;
    width: 245.5px;    
    background-color: #cc5595;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
    margin: auto;
    padding: 0px;
    border: 0;
}

nav#botonera-catedra {
	width: 990px;
    height: 40px;
}

nav#botonera-catedra ul {
    list-style: none;
	width: 990px;
    height: 40px;
    margin: 0;
    background-color: #C95593;
    border: 0;
}

nav#botonera-catedra ul li {
    list-style: none;
	width: 193px;
    height: 40px;
    margin-left: 1px;
    margin-right: 1px;
    border: 0;
    background-color: #C95593;
    float: left; 
}

nav#botonera-catedra ul li a:hover{
    background-color: #1A1B1B;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
 margin: auto;
    padding: 10px;
    border: 0;
}

nav#botonera-catedra ul li a{
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
    padding: 10px;
    border: 0;
}


/* -- NOTICIAS --*/

section.noticias {
	height: 301px;
    width: 990px;
    margin-top: 0px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;

}

section article a{
    font-family: 'UbuntuMono-Bold';
    font-size: .6rem;
    color: #1A1B1B;
    text-decoration: none;
    text-align: right;
    color: #A4A4A4;
    list-style: none;
    display: block;
    margin-top: 5px;
		border: 0;
}

article.noticiasmg {
	height: 300px;
    width: 200px;
    margin-top: 30px;
		margin-bottom: 30px;
		float: left;
}

article.noticiasma {
	height: 300px;
    width: 200px;
    margin-left: 15px;
   	margin-top: 30px;
		margin-bottom: 30px;
		float: left;
}
article.noticiasmu {
	height: 300px;
    width: 200px;
    margin-left: 15px;
		margin-top: 30px;
		margin-bottom: 30px;
    float: left;
}

.linea330 {
	height: 96%;
	size: 1px;
	color:#34353A;
	float: left;
	border-style:dotted;
		margin-top: 30px;
		margin-bottom: 30px;
}

#fotoderecha {
	height: 200px;
    width: 200px;
    background-color:  #1A1B1B;
    float: left;
		margin-left: 15px;
		margin-top: 30px;
		margin-bottom: 30px;

}
/* -- FIN NOTICIAS -- */
/* -- H123456 -- */
h1 {display: block;
    
		font-size: 2rem;
		-webkit-margin-before: 0.67rem;
		-webkit-margin-after: 0.67rem;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		font-weight: bold;
}
h2 {
    font-family: 'UbuntuMono-Bold';
    font-size: .6rem;
    color: #1A1B1B;
    text-decoration: none;
    text-align: right;
    color: #A4A4A4;
    list-style: none;
    display: block;
    border: 0;
}

h3 {
    font-family: 'UbuntuMono-Bold';
    font-weight: 800;
    font-size: .7rem;
    color: #767878;
    text-decoration: none;
    list-style: none;
    display: block;
    margin-left: 30px;
    border: 0;
}

h4 {
    font-family: 'UbuntuMono-Bold';
    margin-left: 30px;
    margin-right: 30px;
    color: #58595B;
    border: 0;
}

h5 {font-family: 'UbuntuCondensed-Regular', Arial;
    font-size: 1.2rem;
    color: #1A1B1B;
    text-decoration: none;
    text-align: left;
    color: #A4A4A4;
    list-style: none;
    display: block;
    border: 0;
}

/* -- DATA MG -- */


.linea450 {
	height: 280px;
	size: 1px;
	color:#34353A;
	float: left;
	border-style:dotted;
}

.linea1200 {
	height: 1100px;
	size: 1px;
	color:#34353A;
	float: left;
	border-style:dotted;
}

.linea500 {
	height: 470px;
	size: 1px;
	color:#34353A;
	float: left;
	border-style:dotted;
}

.linea1500 {
	height: 1170px;
	size: 1px;
	color:#34353A;
	float: left;
	border-style:dotted;
}

.linea-mg-5 {
	height: 500px;
	size: 1px;
	color:#34353A;
	float: left;
	border-style:dotted;
}


.linea-catedra {
	height: 260px;
	size: 1px;
	color:#34353A;
	float: left;
	border-style:dotted;
}



#columna-catedra-iz {
    width: 400px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;
    color: #1A1B1B;
    text-decoration: none;
    list-style: none;
    display: block;
    float: left;
    border: 0;
}

#columna-catedra-de {
    width: 400px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;
    color: #1A1B1B;
    text-decoration: none;
    list-style: none;
    display: block;
    float: right;
    border: 0;
}




#dataspace-mg-2 {
	height: 300px;
    width: 162px;
    margin-top: 0px;
    float: left;
}



#data-mg-4 {
	height: 1170px;
    width: 990px;
    margin-top: 40px;
}

#dataspace-mg-4 {
	height: 300px;
    width: 243px;
    margin-top: 40px;
    float: left;
}



#data-mg-6 {
	height: 910px;
    width: 990px;
    margin-top: 40px;
    margin-left: 50px;
    
}

#data-catedra {
	height: 260px;
    width: 990px;
    margin-top: 40px;
}

#dataspace-catedra {
	height: 260px;
    width: 492px;
    margin-top: 0px;
    float: left;
}

/* -- CSS EQUIPO -- */
#data-catedra-2 {
	height: 50px;
    width: 990px;
    margin-top: 40px;

}

#dataspace-catedra-2 {
	height: 100px;
    width: 200px;
    margin-top: 0px;
    float: left;
}

#dataspace-catedra-2 p {
	font-family: 'UbuntuCondensed-Regular', sans-serif;
    font-size: 1rem;
}

#dataspace-catedra-2 h1 {
	font-family: 'UbuntuMono-Bold', sans-serif;
    font-size: 2rem;
    border-width: 2px;
    border-style: solid;
    border-color: #cc5595;
    align-content: center;
}

#artequipo {
	width:500px;
    margin-left: 30px;
}

#artequipo #profesoresadjuntos {
    height: 230px;
    margin-top: 0px;
}

#artequipo h1 {
	width: 500px;
    font-family: 'UbuntuMono-Bold', sans-serif;
    font-size: 1rem;
    border-width: 1px;
    border-style: solid;
    border-color: #cc5595;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#artequipo img {
	font-family: 'UbuntuCondensed-Regular', sans-serif;
    font-size: 0.9rem;
    padding-top: 2px;
    margin-left: 13px;
    float:left;
}

#artequipo p {
	width: 150px;
    font-family: 'UbuntuCondensed-Regular', sans-serif;
    font-size: 0.9rem;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 13px;
    float:left;
}

#artequipo #jtp {
    height: 190px;
}

#artequipo #jtp img {
    margin-left: 7px;
}

#artequipo #jtp p {
    width: 75px;
    font-family: 'UbuntuCondensed-Regular', sans-serif;
    font-size: 0.9rem;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 7px;
    float:left;
}

#artequipo2 {
    width: 210px;
    height: 750px;
    float: right;
    margin-left: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #cc5595;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
        
}

#artequipo2 p {
    width: 190px;
    font-family: 'UbuntuMono-Bold', sans-serif;
    font-size: 0.7rem;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
 
#tallervertical p {
    width: 230px;
    font-family: 'UbuntuMono-Bold', sans-serif;
    font-size: 0.7rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

#tallervertical img {
    width: 180px; 
    float: right;
}

/* -- CSS ESTRUCTURA --*/

section.noticiasestructura {
	height: 300px;
    width: 990px;
    margin-top: 40px;
}

.noticiasmg h1, .noticiasma h1, .noticiasmu h1 {
	font-family: 'UbuntuCondensed-Regular', sans-serif;
  font-size: 1.5rem;
}

.linea-catedra-2 {
	height: 400px;
	size: 1px;
	color:#34353A;
	float: left;
	border-style:dotted;
}

#data-catedra-3 {
	height: 782px;
    width: 990px;
    margin-top: 40px;

}

article {
    width: 666px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;
    color: #1A1B1B;
    text-decoration: none;
    list-style: none;
    display: block;
    float: left;
    border: 0;
}

#article-mg {
    width: 666px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;
    color: #1A1B1B;
    text-decoration: none;
    list-style: none;
    display: block;
    float: right;
    padding-right: 10px;
    border: 0;
}

#article-mg-3 {
    width: 210px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;
    color: #1A1B1B;
    text-decoration: none;
    list-style: none;
    display: block;
    float: left;
    border: 0;
}

#article-mg-2 {
    width: 780px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;
    color: #1A1B1B;
    text-decoration: none;
    list-style: none;
    display: block;
    float: right;
    border: 0;
}



#article-mg-6 {
    width: 990px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;
    color: #1A1B1B;
    text-decoration: none;
    list-style: none;
    display:block;
    border: 0px;
}



/* botonera ar */
nav#botonera-ar {
	width: 990px;
    height: 40px;
    margin: 0;
    margin-top: 40px;
        
    padding: 0;
    border: 0;

    background-color: #D0D2D3;
}
nav#botonera-ar ul {
    list-style: none;
	width: 990px;
    height: 40px;
        margin: 0;
    padding: 0;
    border: 0;
    background-color: #D0D2D3;
}
nav#botonera-ar ul li {
    list-style: none;
	width: 162px;
    height: 40px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0;
    border: 0;
    background-color: #95cd84;
    float: left; 
}
nav#botonera-ar ul li a:hover{
    background-color: #1A1B1B;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
 margin: auto;
    padding: 10px;
    border: 0;
}
nav#botonera-ar ul li a{
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
margin: auto;
    padding: 10px;
    border: 0;
}

/* botonera ur */
nav#botonera-ur {
	width: 990px;
    height: 40px;
    margin: 0;
    margin-top: 40px;
        
    padding: 0;
    border: 0;

    background-color: #D0D2D3;
}
nav#botonera-ur ul {
    list-style: none;
	width: 990px;
    height: 40px;
        margin: 0;
    padding: 0;
    border: 0;
    background-color: #D0D2D3;
}
nav#botonera-ur ul li {
    list-style: none;
	width: 162px;
    height: 40px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0;
    border: 0;
    background-color: #d25c42;
    float: left; 
}
nav#botonera-ur ul li a:hover{
    background-color: #1A1B1B;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
 margin: auto;
    padding: 10px;
    border: 0;
}
nav#botonera-ur ul li a{
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
margin: auto;
    padding: 10px;
    border: 0;
}


/* -- ax -- */




#data-mg-5 {
	height: 500px;
    width: 990px;
    margin-top: 40px;
}

#dataspace-mg-5 {
	height: 500px;
    width: 492px;
    margin-top: 0px;
    float: left;
}


#article-mg-5-iz {
    width: 530px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;
    color: #1A1B1B;
    text-decoration: none;
    list-style: none;
    display: block;
    float: left;
    border: 0;
    background-color: #1A1B1B;
    padding: 10px;
    color: #F1F1F2;
}

#article-mg-5-de {
    width: 400px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;
    color: #1A1B1B;
    text-decoration: none;
    list-style: none;
    display: block;
    float: right;
    border: 0;
}









section.ax-noticias-mg5 {
	height: 500px;
    width: 990px;
    margin-top:-40px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;

}









#ax-article-mg4 {
    width: 990px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;
    color: #1A1B1B;
    text-decoration: none;
    list-style: none;
    display: block;
    float: left;
    border: 0;
    margin-top: 40px;
}

section.ax-noticias-mg4 {
	height: 500px;
    width: 990px;
    margin-top:-40px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;

}



#data-mg-3 {
	height: 520px;
    width: 990px;
    margin-top: 40px;
}

#dataspace-mg-3 {
	height: 490px;
    width: 250px;
    margin-top: 10px;
    margin-right: 20px;
    float: left;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;
    color: #1A1B1B;
    background-color: #4E5D7E;
}

section.ax-noticias-mg3 {
	height: 500px;
    width: 990px;
    margin-top:-40px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;

}




#data-mg-2 {
	height: 230px;
    width: 960px;
    margin-top: 40px;
    padding: 20px;
    background-color: #F1F1F2;
    border-width: 1px;
    border-style: solid;
    color: #1A1B1B;
    margin-bottom: 20px;

}




#ax-dataspace-mg2 {
	height: 420px;
    width: 270px;
    padding: 10px;
    margin: 20px;
    float: left;
    background-color: #4E5D7E;
    color: #F1F1F2;
    font-size: 1.6rem;
   
}



section.ax-noticias {
	height: 500px;
    width: 990px;
    margin-top:-40px;
    font-family: 'UbuntuCondensed-Regular';
    font-size: .8rem;

}



body.ax-fondoazul-corto {
	font-family: 'UbuntuMono-Bold', Sans-serif, Arial;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    width: 980px;
	background-image: url(imagenes/ax-fondoazul-corto.jpg);
    background-repeat:repeat-x;
	background-color: #D0D2D3;
}


#data-mg {
	height: 410px;
    width: 990px;
    margin-top: 40px;
		float:left;

}

#dataspace-mg {
	height: 400px;
    width: 223px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
   
}


#columnas-mg {
	height: 390px;
    width: 223px;
    margin-top: 0px;
    float: left;
    background-color: #34353A;
    color: #F1F1F2;
    
    padding: 8px;

}


/* -- EQUIPO -- */






/* -- comienzo de el articulo o el post -- */
/* -- fin del contenido del footer -- */

/*






/*

.fondoazul {
	background-image: url(imagenes/fondoazul.jpg);
    background-repeat:repeat-x;
	background-color: #D0D2D3;
    font-family: 'UbuntuMono-Bold',sans-serif,'arial';
    font-size: 10px;
    margin: 0px;
	padding: 0px;
    border: 0px;
	overflow-x:hidden;
}






#video {
    width:990px;
    height:300px;
    background-image: url("imagenes/sliderar.jpg");
    position: absolute;
    top: 180px;
    overflow: hidden;
    transition-property: all;
    transition-duration: 3s;
    transition-delay: 2s;
    transition-timing-function: linear;
}

#video:hover {
    width: 1px;
    position: absolute;
    top: 180px;
}








a {
    font-family: 'UbuntuMono-Bold';
    font-size: .6rem;
    color: #1A1B1B;
    text-decoration: none;
    text-align: right;
    color: #A4A4A4;
    list-style: none;
    display: block;
    border: 0;
}

p {
    font-family: 'UbuntuMono-Bold';
    font-size: .8rem;
    color: #1A1B1B;
    text-decoration: none;
    list-style: none;
    display: block;
    border: 0;
}



h5 {font-family: 'UbuntuCondensed-Regular';
    font-size: 1.8rem;
    color: #1A1B1B;
    text-align: left;
    list-style: none;
    display: block;
    border: 0;
}
    
h6 {font-size: 1.2rem;
    color: #1A1B1B;
    text-align: left;
    list-style: none;
    display: block;
    border: 0;
}

h7 {font-size: 1.2rem;
    color: #1A1B1B;
    text-align: left;
    list-style: none;
    display: block;
    border: 0;
}






/* botonera mg */

/* nav#botoneramg {
	width: 990px;
    height: 40px;
    margin: 0;
    margin-top: 40px;
        
    padding: 0;
    border: 0;

    background-color: #D0D2D3;
}
nav#botoneramg ul {
    list-style: none;
	width: 990px;
    height: 40px;
        margin: 0;
    padding: 0;
    border: 0;
    background-color: #D0D2D3;
}
nav#botoneramg ul li {
    list-style: none;
	width: 162px;
    height: 40px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0;
    border: 0;
    background-color: #4E5C7D;
    float: left; 
}
nav#botoneramg ul li a:hover{
    background-color: #1A1B1B;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
 margin: auto;
    padding: 10px;
    border: 0;
}
nav#botoneramg ul li a{
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
margin: auto;
    padding: 10px;
    border: 0;
}







#botonera-general .apretadomg {
    height: 40px;
    width: 245.5px;
    
    background-color: #4e5d7e;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
    margin: auto;
    padding: 0px;
    border: 0;
}




#botoneramg 

#botonera-ar .apretadobajo {
    height: 40px;
    width: 162px;
    background-color: #1A1B1B;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
 margin: auto;
    padding: 0px;
    border: 0;
}

#botonera-ur .apretadobajo {
    height: 40px;
    width: 162px;
    background-color: #1A1B1B;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
 margin: auto;
    padding: 0px;
    border: 0;
}

#botonera-catedra .apretadobajo {
    height: 40px;
    width: 162px;
    background-color: #1A1B1B;
    font-weight: 800;
    font-size: 1rem;
    color: #F1F1F2;
    text-decoration: none;
    text-align: center;
    list-style: none;
    display: block;
 margin: auto;
    padding: 0px;
    border: 0;
}
*/
*/