* {
	border: 0;
	margin: 0;
	padding: 0;
}

article, footer, header, nav, section {
	display: block;
}

/* estilos del sitio */

body{
	background: #212121 url(../img/fondo.jpg);
	color: #FFF;
	font-family: Helvetica, Verdana;
	font-size: 1em;
}

img{
	border-radius: 3.125em;
}

a{
	color: #57ABB8;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color:#F60;
}

article{
	text-align: center;	
	font-size: 1.2em;
	color: #FFF;
	font-family: Georgia, Verdana;	
    padding: 0.2em;
}

#fecha, #visitas, #descargas-utiles{
	background: #FFF;
	border: 0.1em solid #57ABB8;
	border-radius: 0.25em;
	color: #F60;
	font-family: Arial, Verdana;
	font-size: 1.4em;
	padding: 0.2em;
	max-width: 95%;
}

#descargas-utiles{
	font-size: 0.8em;
}

header, section#contenido, footer{
	background: #FFF url(../img/fondo-interno.jpg);
	margin: 0 auto;
	max-width: 90%;
	text-align: center;
}

header h1, nav{
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

ul{
	list-style: none;
}

nav ul{
	list-style: none;
}

nav li{
	display: inline-block;
	padding: 0.1em;
	vertical-align: top;
}

nav a{
	background: #FFF;
	/*solido = continuo*/
	border: 0.1em solid #57ABB8;
	border-radius: 0.25em;
	color: #F60;
	/*naturalmente en linea por eso le doy block*/
	display: block;
	font-family: Arial, Helvetica;
	font-size: 1em;
	padding: 0.2em;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

nav a:hover{
	background: #212121;
	/*dashed=discontinua*/
	border: 0.1em solid #F60;
	color: #FFF;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

section#mapa{
	background: #011E30;
	border-radius: .5em;
	
	display: inline-block;
	vertical-align: top;
	
	margin: 0 auto;
	min-height: 350px;
	padding: .5em;
	text-align: center;
	
	display: block;
	width: 95%;
}


figcaption{
	font-size: 0.5em;
	padding: 0.25em;
	text-align: center;
}

section#encabezado{
	background: #ff6600;
	border-radius: 0.5em;
	padding: 0.25em;
	display: block;
	max-width: 95%;
	margin: 0em auto;
	margin-bottom: .25em;	
}

section#grupo-central, section#grupo-inferior{
	background: #1E6381;
	border-radius: 0.5em;
	max-width: 95%;
	margin: 0 auto;
	padding: 0.25em;
}

section#grupo-central{
	margin-bottom: .25em;
}
section#Central, section#izquierda, section#derecha, article#menu, article#medio, article#derecha, section#izquierda-Menu, section#derecha-Menu, article#medio2, article#derecha2{
	background: #E2E7F1;
	border-radius: .5em;
	margin-bottom: .5em;
	text-align: center;
	font-size: 1em;
	color: #311AE3;
	font-family: Verdana, Helvetica;
	width: 47.5%;
	display: inline-block;	
	vertical-align: top;
	padding: .25em;		
}

section#derecha-Menu{
	width: 82%;
	margin: 0 auto;	
}

section#izquierda-Menu{
	width: 13%;
	margin: 0 auto;	
}

section#Central{
	width: 95%;
}

article#derecha{
	max-width: 20%;
}

article#medio{
	width: 60%;	
}

article#derecha2{
	max-width: 35%;
}

article#medio2{
	max-width: 35%;	
}

article#menu{
	max-width: 13%;	
}

div#titulo{
font-family:"Times New Roman";
font-size: 25px;
color: #000000;
font-weight: bold;
text-align: justify;
max-width: 95%;
}

div#copete{
font-family: Verdana;
font-size: 12px;
color: #000000;
text-align: justify;
max-width: 95%;
}

div#redaccion{
font-family: Arial;
font-size: 15;
color: #000000;
text-align: justify;
max-width: 95%;
}

aside#menu, section#principal, aside#anuncios, section#principal-Tabla{
	background: #1E6381;
	border-radius: 0.5em;
	display: inline-block;
	max-width: 50%;
	vertical-align: top;		
	margin: 0 auto;
	padding: 0.25em;
}

section#principal-Tabla{
	max-width: 90%;
}

aside#menu{
	max-width: 13%;
}

aside#anuncios{
	max-width: 15%;
}

article#galeria-inicio{
	border-radius: 0.5em;
	margin: 0.5em;
	padding: 0.5em;
	text-align: center;
}

table#CD{
	border-style: solid;
	border-width: 2px;
	font-family: Verdana;
	width: 100%;
	margin: 0 auto;
}

td#CD-Numero-Encabezado{
	border-style: solid;
	border-width: 1px;
	width: 5%;
}

td#CD-Fecha-Encabezado{
	border-style: solid;
	border-width: 1px;
	width: 15%;
}

td#CD-Descripcion-Encabezado{
	border-style: solid;
	border-width: 1px;
	max-width: 60%;
}

td#CD-Descarga-Encabezado{
	border-style: solid;
	border-width: 1px;
	width: 20%;
}

tr#CD{
	border-style: solid;
	border-width: 1px;
}

td#CD{
	border-style: solid;
	border-width: 1px;
	text-align: left;
}

td#CD-Descripcion{
	border-style: solid;
	border-width: 1px;
	max-width: 650px;	
	text-align: left;
}

td#CD-Descarga{
	border-style: solid;
	border-width: 1px;	
	max-width: 150px;
}

td#CD-3c{
	border-style: solid;
	border-width: 1px;
	width: 33%;
}

#galeria-inicio{
	background: #E2E7F1;
	border-radius: .5em;
	margin-bottom: .5em;
	padding-left: .5em;
	text-align: center;
	font-size: 1.5em;
	color: #F90;
	font-family: "Century Gothic", Lucida Sans, Verdana, Helvetica;
	font-weight:bold;
}

#inicio{
	max-width: 95%;
}


footer{
	color: #000;
	font-size: 0.85em;
	padding: 0.75em 0;
}

h2{
	color: #F8E8AC;
	font-family: Arial, Verdana;
	border-radius: .5em;
	box-shadow: .25em .25em .25em .25em rgba(255,153,0,.5);
	margin-bottom: .5em;
	text-align: center;
	font-size: 1em;
}

hr{
	border: 1.5px dashed #F60;
	color: #ff6600;
	margin: 1em 0;
}

.fecha{
	text-align: left;
	font-size: .7em;
	color: #311AE3;
}

.fecha-contador{
	text-align: center;
	font-size: .7em;
	color: #311AE3;	
}

.bannerDGCyE{
	text-align: center;
	font-size: 1.4em;
	color: #FFF;
}
.bannerSAD{
	text-align: center;
	font-size: 1.3em;
	color: #FFF;
}

.fade{
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;	
	opacity: 1;
	/*para que entienda ie*/
	filter:alpha(opacity=10);
}

.fade:hover{
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;	
	opacity: 0.7;
	/*para que entienda ie*/
	filter:alpha(opacity=7);
}

div.portafolio article{
	margin: 2em auto;
	display: inline;
	padding: 1em;	
}

.redonda{
	border-radius: 3.125em;
	box-shadow: 5px 5px 10px rgba(255,255,255,.3);
	max-width: 24%;
}

.resaltado, .resaltadoIndex{
	color: #FE0606;
	font-family: arial, Verdana;
	border-radius: 0 0.5em 0 0.5em;
	box-shadow: .25em .25em .25em .25em rgba(254,6,6,.5);
	margin-bottom: .5em;
	text-align: center;
	font-size: 1.5em;
	max-width: 90%;
	margin: 0 auto;
}

.resaltadoIndex{
	background: #E2E7F1;
	color: #F90;
	box-shadow: .25em .25em .25em .25em rgba(255,153,0,.5);	
}

.resaltadoBlancoNegro, .resaltadoAzulBlanco{
	color: #ffffff;
	background: #212121;
	font-family: Roman, Verdana;
	border-radius: 0 0.5em 0 0.5em;
	box-shadow: .25em .25em .25em .25em rgba(134,114,114,.5);
	margin-bottom: .5em;
	text-align: center;
	font-size: 1.5em;
	max-width: 90%;
	margin: 0 auto;
}

.resaltadoAzulBlanco{
	color: #ffffff;
	background: #013ADF;
	font-family: Arial, Verdana;	
}


.ImagenRedimencion{
	max-width: 80%;
}

iframe{
	max-width: 100%;
}


.BA{
	font-family: "Bodoni MT", Helvetica, Verdana;
	font-size: 2em;
	border-right: solid;
	padding-right: .3em;
	display: inline-block;
	color: #F90;
}

.BuenosAires, .BuenosAires3{
	font-family: "Bodoni MT", Helvetica, Verdana;
	font-size: .9em;
	display: inline-block;
	color: #F90;
}

.BuenosAires2{
	font-family: "Bodoni MT", Helvetica, Verdana;
	font-size: .2em;
	text-align: center;
	color: #F90;
	padding-top: 0;
	margin-top: 0;
}

.BuenosAires3{
	font-size: 1.2em;
}


.navegacion ul{
	margin: 0;
	padding: 0;
}

.navegacion > ul > li {
	display: block;
 	margin-right: 1em;
	font-family: arial;
	font-size: .6em; 
	text-align: left;
	max-width: 95%;	
}
   
.navegacion ul ul{
	background: rgba(0,0,0,0.5);
	border-bottom-right-radius: 1em;
	display: none;
	position: absolute;
}

.navegacion a{
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.navegacion a:hover{
	color: #fff;
	text-shadow: 1px 3px 4px rgba(0,0,0,0.5);
}

.navegacion li:hover > ul{
	display: block;
}

.navegacion li li{
	padding: 0 0.5em;
	border-top: 1px solid #777;
	border-top: 1px solid rgba(0,0,0,0.1);
	display: block;
}









@Media screen and (min-width:1201px){
	header h1{
		text-align: left;
		width: 50%;
	}
	nav{
		text-align: right;
	}
}

@Media screen and (max-width:1200px){
	header h1{
		text-align: center;
		display: block;
	}
	nav{
		text-align: center;
		font-size: 0.8em;
		display: block;
	}

	#galeria-inicio{
		max-width: 90%;
		font-size: 1.5em;
	}

	aside{
		width: 20%;
	}

}

@Media screen and (max-width:800px){
	#galeria-inicio{
		max-width: 88%;
		font-size: 1em;
	}

	body{
		font-size: .9em;
	}
	
}

@Media screen and (max-width:600px){
	nav li{
		display: inline-block;
		margin: 0px;
		width: 98%;
		text-align: center;
	}

	aside#menu, article#descripcion-acerca, article#multimedia-acerca, article#servicio2, article#servicio3{
		display: block;
		max-width: 95%;
	}

	section#principal{
		margin-bottom: 0.2em;
	}


	#galeria-inicio{
		font-size: .9em;
	}

	header h1{
		font-size: 1.2em;
	}

	body{
		font-size: .7em;		
	}

}