
@font-face{
	font-family: "TrajanPro-Regular";
	src: url("../font/TrajanPro-Regular.ttf");
	font-weight: normal;
    font-style: normal;}

@font-face{
	font-family: "verdana";
	src: url("../font/verdana.ttf");
	font-weight: normal;
    font-style: normal;}
@font-face{
	font-family: "verdanab";
	src: url("../font/verdanab.ttf");
	font-weight: normal;
    font-style: normal;}
@font-face{
	font-family: "Isans";
	src: url("../font/lsans.ttf");
	font-weight: normal;
    font-style: normal;}
@font-face{
	font-family: "Nobis";
	src: url("../font/KNobis.otf");
	font-weight: normal;
    font-style: normal;}


a{text-decoration: none;}
a:hover{text-decoration: none;}

a:link.enlace_b{text-decoration: none; color:#FFFFFF;} /*blanco*/
a:visited.enlace_b{text-decoration:none; color:#FFFFFF}
a:hover.enlace_b{text-decoration: none;color:#ffd500;} /*amarillo*/
a:active.enlace_b{text-decoration:none; color:#ffd500}

a:link.enlace_a{text-decoration:none; color:#e7e7e7} /*gris*/
a:visited.enlace_a{text-decoration:none; color:#e7e7e7} /*gris*/
a:hover.enlace_a{text-decoration:none; color:#ffffff}/*Rojo*/
a:active.enlace_a{text-decoration:none; color:#ffffff}/*Rojo*/

a:link.enlace_c{text-decoration:none; color:#202020} /*gris*/
a:visited.enlace_c{text-decoration:none; color:#202020} /*gris*/
a:hover.enlace_c{text-decoration:none; color:#92341D}/*Rojo*/
a:active.enlace_c{text-decoration:none; color:#92341D;}

a:link.enlace_d{text-decoration:none; color:#ffffff} /*blanco*/
a:visited.enlace_d{text-decoration:none; color:#ffffff} /*blanco*/
a:hover.enlace_d{text-decoration:none; color:#ffffff}/*blanco*/
a:active.enlace_d{text-decoration:none; color:#ffffff}/*blanco*/

h4{
	text-transform: uppercase;
    letter-spacing: 1px;
    color: #f5f5f5;
	margin: 5px 0 5px 0;
	display: block;
    -webkit-margin-before:5px;
    -webkit-margin-after: 5px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
     font-size: 20px;
    font-weight: 700;
    padding-right:15px;
}
h3{
	text-transform: uppercase;
    letter-spacing: 1px;
    color: #e2e2e2;
	margin: 15px 5px 15px 20px;
	display: block;
     font-size: 14px;
    font-weight: 700;
    padding-right:15px;
}
.interlog{
	text-transform: uppercase;
    letter-spacing: 1px;
    color: #e2e2e2;
	margin: 20px 0 15px 0;
	display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
     font-size: 14px;
    font-weight: 700;
    padding-right:15px;
}
.ir-arriba{
	display: none;
	padding: 18px;
	background-color: rgba(230, 230, 230, 0.8);
	border-radius: 7px;
	font-size: 22px;
	cursor: pointer;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index: 999999;
}

/*boton Up*/
.nivel2:link,.nivel2:visited { 
  	background-color: rgba(200, 200, 200, 0.8);/*grice claro*/ 
   	color: rgba(30 30 30 0.7); /*gris oscuro */
} 
.nivel2:hover, .nivel2:active { 
   background-color: #92341D;
  	color: #FFFFFF; 
}

/*Titulo*/
.nivel3:link,.nivel3:visited { 
	text-decoration: none;
   	color: rgba(0, 0, 0, 1); /*gris oscuro */
} 
.nivel3:hover, .nivel3:active { 
	text-decoration: none;
  	color: rgba(232, 2, 2, 1);
}

/*PARRAFO 3*/ /*Blanco - Amarillo*/
.parrafo3:link,.parrafo3:visited{
	color: #FFFFFF;
}
.parrafo3:hover{
	color:#FF6464;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}


/*PARRAFO 4*/ /*Gris oscuro - Rojo oscuro*/
.parrafo4:link,.parrafo4:visited{
	color: #202020;
}
.parrafo4:hover{
	 font-weight: bold;
	color:#92341D;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*redes , imagenes pequenas , tamaño*/
.redes1:link,.redes1:visited{
	color: #404040;
}
.redes1:hover{
	 font-weight: bold;
	color:#92341D;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

/*imagenes medianas , tamaño*/
.imagen1:link,.imagen1:visited{
	color: #404040;
}
.imagen1:hover{
	 font-weight: bold;
	color:#92341D;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);	
}
.circle{
	list-style-type: circle;
	list-style-position: inside;
	color: #040404;
  	font-family: "verdana";
  	font-src: url("../font/verdana.ttf");
	font-size: 1.15em;
	line-height: 1.6;
	text-decoration: none;
	text-align: left;
	margin-left: 3%;
	margin-right: 3%;
}
.disc{
	list-style-type: disc;
	list-style-position: inside;
	color: #040404;
  	font-family: "verdana";
  	font-src: url("../font/verdana.ttf");
	font-size: 1.15em;
	line-height: 1.6;
	text-decoration: none;
	text-align: left;
	margin-left: 3%;
	margin-right: 3%;
}
.square{
	list-style-type: square;
	list-style-position: inside;
	color: #040404;
  	font-family: "verdana";
  	font-src: url("../font/verdana.ttf");
	font-size: 1.15em;
	line-height: 1.6;
	text-decoration: none;
	text-align: left;
	margin-left: 3%;
	margin-right: 3%;
}
.Cinf3{
	width: 100%;
	height: auto;
	background-color: rgba(251, 253, 253, 1);
}
.iconpaint{
	 width: 48px;
    height: 48px;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.iconlog1{
	width: 80%;
    height: auto;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.iconlog2{
	opacity: 0.9;
	width: 62%;
    height: auto;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 18px;
    margin-top: 10px;
}
.iconpay2{
	display: block;
	width: 35%;
    height: auto;
    margin-left: 30%;
    margin-bottom: 15px;
    margin-top: 5px;
}
.paga{
	text-transform: uppercase;
    letter-spacing: 1px;
	margin: 0px 5px 15px 25px;
	display: block;
     font-size: 14px;
    font-weight: 700;
    padding-top: 0px;
    padding-left:25px;
}
#contliea{
	display: inline-block;
	width: 100%;
}



































/* G A M A    M U Y     A L T A  */
@media screen and (min-width: 1001px){
.iconpay{
	width: 50%;
    height: auto;
    margin-left: 10%;
    margin-bottom: 0px;
    margin-top: 5px;
}
#body{
	background: url("../imag/Publicidad/taller3.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#base{
	width: 100%;
	height: 100%;
	opacity: transparent;
	margin: 0px;
	padding: 0px;
}
#Cabecera1{
	width: 100%;
	vertical-align: middle;
	background-color: transparent;
	border: none;
	border-color: none;
	border-top-color: none;
	display: inline-block;
	text-align: right;	
	display: inline-block;
}
#enlacesidioma{
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 0px;
	overflow: hidden;
	width: 100%;
	height: 30px;
	background-color: transparent;
}
#facebook1,#blogger1,#twitter1,#instagram1,#pinterest1,#googleplus1,#linkedin1{
	vertical-align: middle;
	display: inline-block;	
	width: 2%;
	vertical-align: middle;
	float: left;
	margin-left: 1.5%;
}
#idioma{
	text-align: right;
	margin-top: 8px;
	margin-right: 15px;
	background-color: transparent;
	font-family: "arial";
	font-size: 12px;
	color: rgba(200, 200, 200, 1);
}
#contlinea{
	width: 100%;
	margin-top:2px;
	display: block;
	margin-top: 35px;
}
#linea1{
	display: block;
	width: 95%;
	background-color: rgba(150,150,150, 0.5);
	border-color: rgba(150,150,150, 0.5);
	border: 0px;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 99999;
}
#contnav{
	display: inline-block;
	text-align: right;
}
#blokinicio{
	background-color: transparent;
	display: inline-block;
}
#textinicio{
	display: inline-block;
	background-color: transparent;
	margin-left: 20px;
	max-width: 100px;
}
#palabraincicio{
	display: inline-block;
	font-family: arial;
	font-size: 16px;
	letter-spacing: 1.2px;
	font-weight: 800;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.86);
}
#palabraincicio2{
 	display: none;
}
#palabraincicio3{
 	display: inline-block;
 	font-family: arial;
	font-size: 16px;
	letter-spacing: 1.2px;
	margin-left: 15px;
	font-weight: 700;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.86);
}
#bloquecenralprueba{
	display: block;
	width: 100%;
	height: auto;
	background-color: transparent;
}
#bloqueizquierda{
	display: inline-block;
	width: 50%;
	height: auto;
	background-color:transparent;
	margin-right: 20px;
	text-align: right;
	position: top;
}
#conttext{
	width: 95%;
	height: auto;
	text-align: right;
	background-color: transparent;
	margin-left: 5%;
}
#formcontiz{
	width: 550px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
#formucot2{ /*rectangulo exterior de Formulario*/
	width: auto;
	float: left;
  	margin: 6%;
	display:block;
	font-family:Arial;
	background-color: transparent;
}
#texwhite{
	font-size: 20px
}
#bloquederecha{
	display: inline-block;
	width: 400px;
	height: auto;
	background-color:transparent;
	margin-left: 20px;
}
#Titulo{
	display: block;
	width: 100%;
	font-family: "verdana";
}
#textit1{
	display: block;
	width: 470px;
	text-align: left;
	clear: top;
	padding-top: -20%;
}
#cont{
	text-align: right;
}
#taller{
	font-family: "verdana";
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	font-style: italic;
	color: white;
	margin-top: 60px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#h1{
	color: white;
	font-size: 27px;
	font-weight: bolder;
	line-height: 1.4;
	vertical-align: middle;
	text-align:center;
	margin-left: 2%;
	letter-spacing: 4px;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.56);
}
#hl{
	color: white;
	font-size: 19px;
	line-height: 1.2;
	vertical-align: middle;
	text-align:center;
	margin-left: 2%;
	letter-spacing: 4px;
}
#h4{
	color:white;
	margin-top: 40px; /*Altura de Texto dentro de la caja*/
	font-size: 12px;
	font-family: "TrajanPro-Regular";
	text-align: center;
}
#pres22{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: transparent;/*fondo Blanco*/
	overflow: hidden;
}
#contenedor22{/*controla el margen del contenedor*/
	width: 950px;
	height: auto;
	 display: block;
	 margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: blue;
}
#ofelia{
	font-style: italic;
}
#blokindivid1{
	width: 66.33%;
	height: 30px;
	display: block;
	background-color: aqua-blue;
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-top: 120px;
}
#blokindivid3{
	width: 33.33%;
	height: auto;
	background-color: transparent;
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
#tittextcolumn{
	line-height: 1.5;
    color: #555555;
    font-size: 14px;
    font-family: 'proxima-nova', sans-serif;
    margin-bottom: 15px;
}
#subtittexcolum{
	 display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-family: 'crete-round', serif;
    font-weight: 400;
    color: #0afdff;
    letter-spacing: 0.5em;
}
#linea4{
	width: 20%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
#infoinsc{
	display: block;
	background-color: #028cfd;
	text-align: center;
	vertical-align: middle;
	width: 250px;
	height: auto;
	border-radius: 8px;
	padding: 6px;
}
#texinfoinsc{
	text-align: center;
	vertical-align: middle;
	margin:3px;
	font-size: 18px;
	font-family: verdana;
	color: white;
	letter-spacing: 0.1em;
}
/*FORMULARIO*/
#Central{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: auto;
	padding: 0px;
	font-size: 12px;
	text-align: right;
}
#subtitulo2{ /*Caja SubTitulo-CONTACTO*/
	display: inline;
	background-color: transparent;
	width: 100%;
	height: auto;
	float: top;
	margin: 0px;
	padding: 0px;
}
#parrafo0{ /*Texto Subtitulo CONTACTO*/
	margin-top: 0px;
	margin: 0px;
	width: 94%;
	float: center;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	font-family: "verdanab";
	font-size: 3em;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: rgba(9, 9, 9, 0.7);
}
#formcont{
	width: 100%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background-color: rgba(9, 9, 9, 0.7);
}
#formulario{ /*rectangulo exterior de Formulario*/
	width: 50%;
	float: left;
  	margin: 6%;
	display:block;
	font-family:Arial;
	background-color: transparent;
}
#contifogenc{
	background: url("../imag/Publicidad/taller4.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifogen{
	background-color: rgba(0,0,0,0.4);
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifoge1{
	width: 100%;
	height: 100px;
	background-color: #fffbec;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
}
#continfogeb{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
}
#block1{
	display: inline-block;
	width: 120px;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: #0475d1;
}
#textinfo{
	font-family: "verdana";
	font-size: 16px;
	color: white;
}
#contifoge2{               /* SEGUNDA BARRA */
	width: 100%;
	height: auto;
	background-color: transparent;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb2{ 
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
}
#block2{
	display: inline-block;
	width: 300px;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: transparent; /* #0475d1*/
}
#textoinfo2{
	font-family: "Isans";
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1.5px;
	color: white;
	padding: 18px;
}
#precio{
	font-size: 22px;
	letter-spacing: 6px;
}
#block3{
	display: inline-block;
	width: 300px;
	height: auto;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 18px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 20px;
	background-color: transparent; /* #0475d1*/
	vertical-align: top;
	position: top;
	clear: top;
}
#imagen1{
	width: 100%;
	border-radius: 20px;
}
#contifoge3{               /* TERCERA BARRA */
	width: 100%;
	height: auto;
	background-color: transparent;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb3{ 
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
	background-color:rgba(0,0,0,0.5);
}
#block4{
	display: inline-block;
	width: 350px;
	margin-top:18px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: transparent; /* #0475d1*/
}
#contenedordemapa{
  display: inline-block;
  float: left;
  text-align: center;
  overflow-x:hidden;
  width: 97%;
  height: auto;
  margin: 2px;
  border:0px;
  padding: 0px;
  padding-left: 2%;
  padding-top: 10px;
}
#tamanomapa{
  width:100%; 
  height:350px;
}
#block5{
	display: inline-block;
	width: 300px;
	height: auto;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 18px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 20px;
	background-color: transparent; /* #0475d1*/
	vertical-align: top;
	position: top;
	clear: top;
}
#contifoge4{               /* CUARTA BARRA */
	width: 100%;
	height: auto;
	background-color: white;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb4{ 
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
	background-color:transparent;
}
#block5{
	display: inline-block;
	width: 300px;
	margin-top:26px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: transparent; /* #0475d1*/
}
#textoinfo4{
	font-family: "Isans";
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1.2px;
	color: rgba(10,10,10,1);
	padding: 18px;
}
#cuando{
	font-size: 22px;
	letter-spacing: 6px;
}
#block6{
	display: inline-block;
	width: 350px;
	height: auto;
	margin-top:30px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 18px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 20px;
	background-color: transparent; /* #0475d1*/
	vertical-align: top;
	position: top;
	clear: top;
}
#imagen2{
	width: 100%;
	border-radius: 20px;
}
#contifogenc5{
	background: url("../imag/Publicidad/mortero3.jpg") no-repeat center center fixed; /* QUINTA BARRA */
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifogen5{
	background-color: rgba(0,0,0,0.7);
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifoge5{             
	width: 100%;
	height: auto;
	background-color: transparent;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb5{ 
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0px;
	text-align: center;
	background-color:rgba(0,0,0,0.5);
}
#block6{
	display: inline-block;
	width: 350px;
	margin-top:18px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: transparent; /* #0475d1*/
}
#imagen5{
	width: 100%;
	border-radius: 20px;
}
#imagen6{
	width: 100%;
	border-radius: 20px;
	opacity: 1;
}
#contenedordemapa{
  display: inline-block;
  float: left;
  text-align: center;
  overflow-x:hidden;
  width: 97%;
  height: auto;
  margin: 2px;
  border:0px;
  padding: 0px;
  padding-left: 2%;
  padding-top: 10px;
}
#tamanomapa{
  width:100%; 
  height:350px;
}
#block7{
	display: inline-block;
	width: 300px;
	height: auto;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 18px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 20px;
	background-color: transparent; /* #0475d1*/
	vertical-align: top;
	position: top;
	clear: top;
}
#textoinfo5{
	font-family: "Isans";
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1.2px;
	color: white;
	padding: 18px;
}
#contenido{
	font-size: 22px;
	letter-spacing: 6px;
}
#niveles{
	font-size: 12px;
	font-family: arial;
}

/* Bloque Final -  NEGRO ---------------------------------------------------------------- */
#pres11{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	background-color: #0d1824; /*NEGRO AZULOSO */  /*ANTERIOR - OSCURO NEUTRO 212121 */
	overflow: hidden;
}
#contenpres11{
	width: 900px;
	height: 490px;
	 display: block;
	 margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
}
#bloklogo1{
	width: 33.33%;
	height: auto;
	background-color: #0d1824;
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
#servicios{
	width: 33.33%;
	height: auto;
	background-color: transparent;
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
#columncentrl{
	line-height: 1.5;
    color: #e2e2e2;
    font-size: 15px;
    font-family: 'proxima-nova', sans-serif;
    margin-bottom: 15px;
    padding-left: 10px;
}
#p2{
	line-height: 1.5;
    color: #e2e2e2;
    font-size: 14px;
    font-family: 'proxima-nova', sans-serif;
	margin-bottom: 0px;
	padding-right: 15px;
	margin: 0px;
	display: block;
}
#vinculacion{
	width: 33.33%;
	height: auto;
	background-color: transparent;
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
#pie{
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 0px;
	margin-top: 1%;
	border-radius: 0px;d
	display: inline-block;
	background-color: rgba(5, 8, 11, 0.9);
}
#enlaces,#direccion,#contacto{
	vertical-align: middle;
	display: inline-block;	
}
#enlaces{
	background-color: rgba(32, 34, 37, 0.0);
	width: 28%;
	margin-left: 10%;
	float: center;
	vertical-align: middle;
	display: inline-block;			
}
#facebook,#blogger,#twitter,#instagram,#pinterst¨{
	vertical-align: middle;
	display: inline-block;	
}
#facebook{
	width: 10%;
	vertical-align: middle;
	margin-left: 0%;
}
#blogger{
	width: 10%;
	vertical-align: middle;
	margin-left: 3%;
}
#twitter{
	width: 10%;
	vertical-align: middle;
	margin-left: 3%;
}
#instagram{
	width: 10%;
	vertical-align: middle;
	margin-left: 3%;
}
#pinterest{
	width: 10%;
	vertical-align: middle;
	margin-left: 3%;
}
#googleplus{
	width: 10%;
	vertical-align: middle;
	margin-left: 3%;
}
#linkedin{
	width: 10%;
	vertical-align: middle;
	margin-left: 3%;
}
#direccion{
	color: white;
	width: 24%;
	margin-left: 2%;
	float: center;
	font-size: 12px;
	font-family: "TrajanPro-Regular";
	background-color: rgba(32, 34, 37, 0.0);
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
	margin-right: 0px;
}
#texdir5{
	font-size: 14px;
	font-family: "TrajanPro-Regular";
}
#contacto{
	color: white;
	width: 24%;
	margin-left: 2%;
	font-family: "verdana";
	font-size: 14px;
	float: center;
	vertical-align: middle;
	background-color: rgba(32, 34, 37, 0.0);
}
#mail-logo{
	width: 15%;
	vertical-align: middle;
}
#WhatsApp-logo{
	width: 15%;
	vertical-align: middle;
}
#derechos-de-Autor{
	display: inline-block;
	width: 90%;
	height: 50px;
	background-color: transparent;
	color: rgba(200, 200, 200, 0.9);
	font-size: 0.8em;
	font-family: arial;
	text-align: left;
	margin-top: 30px;
	margin-left: 50px;
	vertical-align: middle;
}
#pderaut2{ /*parrafp*/
	display: visible;
	color: rgba(200, 200, 200, 0.9);
	font-size: 1em;
	font-family: arial;
	vertical-align: baseline;
}
}


	/*background-color: #925825;






















/* G A M A   A L T A  */
@media screen and (max-width: 1000px){
.iconpay{
	width: 60%;
    height: auto;
    margin-left: 20%;
    margin-bottom: 0px;
    margin-top: 5px;
}
#body{
	background: url("../imag/Publicidad/taller3.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#base{
	width: 100%;
	opacity: transparent;
}
#Cabecera1{
	width: 100%;
	height: auto;
	vertical-align: middle;
	background-color: transparent;
	border:none;
	display: inline-block;
	text-align: right;	
}
#enlacesidioma{
	float: left;
	margin-top: 2px;
	margin-left: 0px;
	overflow: hidden;
	width: 100%;
	height: 24px;
	background-color: transparent;
}
#facebook1,#blogger1,#twitter1,#instagram1,#pinterest1,#googleplus1,#linkedin1{
	vertical-align: middle;
	display: inline-block;	
	width: 2%;
	vertical-align: middle;
	float: left;
	margin-left: 1.5%;
}
#idioma{
	text-align: right;
	margin-top: 2px;
	margin-right: 15px;
	background-color: transparent;
	font-family: "verdana";
	font-size: 12px;
	color-text: rgba(20, 20, 20, 0.7);
}
#linea1{
	width: 95%;
	background-color: rgba(150,150,150, 0.5);
	border-color: rgba(150,150,150, 0.5);
	border: 0px;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 99999;
}
#contnav{
	display: inline-block;
	text-align: right;
}
#blokinicio{
	background-color: transparent;
	display: inline-block;
}
#textinicio{
	background-color: transparent;
	margin-left: 20px;
	max-width: 100px;
	display: inline-block;
}
#palabraincicio{
	display: inline-block;
	font-family: arial;
	font-size: 15px;
	letter-spacing: 1.2px;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.86);
}
#palabraincicio2{
 	display: none;
}
#palabraincicio3{
 	display: inline-block;
 	font-family: arial;
	font-size: 16px;
	letter-spacing: 1.2px;
	margin-left: 15px;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.86);
}
#Cabecera1,#Menu,#Inferiores,#pie,{
	display: inline-block;
	width: 100%;
}
#bloquecenralprueba{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 40px;
	background-color: transparent;
}
#bloqueizquierda{
	display: inline-block;
	width: 40%;
	height: auto;
	background-color:transparent;
	margin-right: 20px;
	text-align: right;
	position: top;
}
#conttext{
	width: 95%;
	height: auto;
	text-align: right;
	background-color: transparent;
	margin-left: 5%;
}
#formcontiz{
	width: 320px;
	min-height: 360px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
#formucot2{ /*rectangulo exterior de Formulario*/
	width: auto;
	float: left;
  	margin: 6%;
	display:block;
	font-family:Arial;
	background-color: transparent;
}
#texwhite{
	font-size: 20px
}
#bloquederecha{
	display: inline-block;
	width: 370px;
	height: auto;
	background-color:transparent;
	margin-left: 40px;
}
#formcont{
	width: 100%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background-color: rgba(9, 9, 9, 0.7);
}
#formulario{ /*rectangulo exterior de Formulario*/
	width: 50%;
	float: left;
  	margin: 6%;
	display:block;
	font-family:Arial;
	background-color: transparent;
	color: white;
}
#field{
	width: 280px;
}
#Titulo{
	display: block;
	width: 100%;
	font-family: "verdana";
}
#textit1{
	display: block;
	width: 320px;
	text-align: left;
	clear: top;
	padding-top: -20%;
}
#cont{
	text-align: right;
}
#taller{
	font-family: "verdana";
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	color: white;
	margin-top: 60px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#h1{
	color: white;
	font-size: 25px;
	line-height: 1.2;
	vertical-align: middle;
	text-align:center;
	margin-left: 2%;
	letter-spacing: 4px;
	margin-top: -20px;
}
#hl{
	display: none;
	/*width: 250px;
	color: white;
	font-size: 18px;
	line-height: 1;
	vertical-align: middle;
	text-align:center;
	margin-left: 2%;
	letter-spacing: 4px;*/
}
#taller{
	font-family: "verdana";
	text-align: left;
	vertical-align: middle;
	font-size: 22px;
	color: white;
	margin-top: 60px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#Titulo{
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	margin-top: 2%;
	text-align: left;
	font-family: "verdana";
	float: center;
}
#h1{
	font-size: 25px;
	font-weight: bold;
	font-family: "verdana";
	color: white;
	line-height: 1.2;
	text-align:left;
	margin-left: 2%;
	letter-spacing: 4px;
	margin-top: -10px;
}
#Subtitulo{
	display: inline-block;
	width: 22%;
	margin-top: 2%;
	min-height: 95px;
	float: center;
}
#h4{
	margin-top: 40px; /*Altura de Texto dentro de la caja*/
	font-size: 12px;
	font-family: "TrajanPro-Regular";
	text-align: center;
}
/* CLASE DE SLIDES */  
#pres22{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: transparent; /*Fondo blanco*/
	overflow: hidden;
}
#contenedor22{
	width: 720px;
	height: auto;
	 display: block;
	 margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent; /*azul rojiso #8258FA */
}
#blokindivid1{
	width: 57%;
	height: 30px;
	display: block;
	background-color: aqua-blue;
	float: left;
	position: relative;
	margin-top: 15px;
}
#blokindivid3{
	width: 40%;
	height: auto;
	background-color: transparent;  /*verde #99cc00 */
	float: left;
	position: relative;
	margin-top: 15px;
}
#tittextcolumn{
	line-height: 1.5;
    color: #555555;
    font-size: 14px;
    font-family: 'proxima-nova', sans-serif;
    margin-bottom: 15px;
}
#subtittexcolum{
	 display: block;
    margin: 0 0 5px;
    font-size: 16px;
    letter-spacing: 0.5em;
    font-family: 'crete-round', serif;
    font-weight: 400;
    color: #0afdff;
}
#linea4{
	display: inline-block;
	clear: inherit;
	width: 20%;
	background-color:  rgba(218,218,218, 1);
	border-color: transparent;
	border: 0px;
	height: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;
	float: left;
}
#infoinsc{
	display: block;
	background-color: #028cfd;
	text-align: center;
	vertical-align: middle;
	width: 250px;
	height: auto;
	border-radius: 8px;
	padding: 6px;
}
#texinfoinsc{
	text-align: center;
	vertical-align: middle;
	margin:3px;
	font-size: 18px;
	font-family: verdana;
	color: white;
	letter-spacing: 0.1em;
}
#contifogenc{
	background: url("../imag/Publicidad/taller4.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifogen{
	background-color: rgba(0,0,0,0.7);
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifoge1{
	width: 100%;
	height: auto;
	background-color: #fffbec;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
}
#continfogeb{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
}
#block1{
	display: inline-block;
	width: 120px;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: #0475d1;
}
#textinfo{
	font-family: "verdana";
	font-size: 16px;
	color: white;
}
#contifoge2{               /* SEGUNDA BARRA */
	width: 100%;
	height: auto;
	background-color: transparent;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb2{  /* SEGUNDA BARRA */
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
}
#block2{
	display: inline-block;
	width: 300px;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: transparent; /* #0475d1*/
}
#textoinfo2{
	font-family: "Isans";
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1.5px;
	color: white;
	padding: 18px;
}
#precio{
	font-size: 22px;
	letter-spacing: 6px;
}
#block3{
	display: inline-block;
	width: 300px;
	height: auto;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 18px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 20px;
	background-color: transparent; /* #0475d1*/
	vertical-align: top;
	position: top;
	clear: top;
}
#imagen1{
	width: 100%;
	border-radius: 20px;
}
#contifoge3{               /* TERCERA BARRA */
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.3);
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb3{ 
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
	background-color:transparent;
}
#block4{
	display: inline-block;
	width: 350px;
	margin-top:18px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color:transparent; /* #0475d1*/
}
#contenedordemapa{
  display: inline-block;
  float: left;
  text-align: center;
  overflow-x:hidden;
  width: 97%;
  height: auto;
  margin: 2px;
  border:0px;
  padding: 0px;
  padding-left: 2%;
  padding-top: 10px;
}
#tamanomapa{
  width:100%; 
  height:350px;
}
#block5{
	display: inline-block;
	width: 300px;
	height: auto;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 18px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 20px;
	background-color: transparent; /* #0475d1*/
	vertical-align: top;
	position: top;
	clear: top;
}
#contifoge4{               /* CUARTA BARRA */
	width: 100%;
	height: auto;
	background-color: white;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb4{ 
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
	background-color:transparent;
}
#block5{
	display: inline-block;
	width: 300px;
	margin-top:26px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: transparent; /* #0475d1*/
}
#textoinfo4{
	font-family: "Isans";
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1.2px;
	color: rgba(10,10,10,1);
	padding: 18px;
}
#cuando{
	font-size: 22px;
	letter-spacing: 6px;
}
#block6{
	display: inline-block;
	width: 350px;
	height: auto;
	margin-top:30px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 18px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 20px;
	background-color: transparent; /* #0475d1*/
	vertical-align: top;
	position: top;
	clear: top;
}
#imagen2{
	width: 100%;
	border-radius: 20px;
}
#contifogenc5{
	background: url("../imag/Publicidad/mortero3.jpg") no-repeat center center fixed; /* QUINTA BARRA */
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifogen5{
	background-color: rgba(0,0,0,0.7);
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifoge5{             
	width: 100%;
	height: auto;
	background-color: transparent;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb5{ 
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0px;
	text-align: center;
	background-color:rgba(0,0,0,0.5);
}
#block6{
	display: inline-block;
	width: 350px;
	margin-top:18px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: transparent; /* #0475d1*/
}
#imagen5{
	width: 100%;
	border-radius: 20px;
}
#imagen6{
	width: 100%;
	border-radius: 20px;
	opacity: 1;
}
#contenedordemapa{
  display: inline-block;
  float: left;
  text-align: center;
  overflow-x:hidden;
  width: 97%;
  height: auto;
  margin: 2px;
  border:0px;
  padding: 0px;
  padding-left: 2%;
  padding-top: 10px;
}
#tamanomapa{
  width:100%; 
  height:350px;
}
#block7{
	display: inline-block;
	width: 300px;
	height: auto;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 18px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 20px;
	background-color: transparent; /* #0475d1*/
	vertical-align: top;
	position: top;
	clear: top;
}
#textoinfo5{
	font-family: "Isans";
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1.2px;
	color: white;
	padding: 18px;
}
#contenido{
	font-size: 22px;
	letter-spacing: 6px;
}
#niveles{
	font-size: 12px;
	font-family: arial;
}



/* -------------- BLOQUE FINAL OSCURO Y NEGRO --------------------------------------------------*/
#pres11{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	background-color: #0d1824;
	overflow: hidden;
}
#contenpres11{
	width: 750px;
	height: 490px;
	 display: block;
	 margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
}
#bloklogo1{
	width: 30.3%;
	height: auto;
	background-color: #0d1824;
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
#servicios{
	width: 30.3%;
	height: auto;
	background-color: transparent;
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
#vinculacion{
	width: 30.3%;
	height: auto;
	background-color: transparent;
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
#columncentrl{
	line-height: 1.5;
    color: #e2e2e2;
    font-size: 15px;
    font-family: 'proxima-nova', sans-serif;
    margin-bottom: 15px;
    padding-left: 10px;
}
#p2{
	line-height: 1.5;
    color: #e2e2e2;
    font-size: 14px;
    font-family: 'proxima-nova', sans-serif;
	margin-bottom: 0px;
	padding-right: 15px;
	margin: 0px;
	display: block;
}
#pie{
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 0px;
	margin-top: 1%;
	border-radius: 0px;d
	display: inline-block;
	background-color: rgba(5, 8, 11, 0.9);
}
#enlaces,#direccion,#contacto{
	vertical-align: middle;
	display: inline-block;	
}
#enlaces{
	background-color: rgba(32, 34, 37, 0.0);
	width: 28%;
	margin-left: 10%;
	float: center;
	vertical-align: middle;
	display: inline-block;			
}
#facebook,#blogger,#twitter,#instagram,#pinterst¨{
	vertical-align: middle;
	display: inline-block;	
}
#facebook{
	width: 10%;
	vertical-align: middle;
	margin-left: 0%;
}
#blogger{
	width: 10%;
	vertical-align: middle;
	margin-left: 3%;
}
#twitter{
	width: 10%;
	vertical-align: middle;
	margin-left: 3%;
}
#instagram{
	width: 10%;
	vertical-align: middle;
	margin-left: 3%;
}
#pinterest{
	width: 10%;
	vertical-align: middle;
	margin-left: 3%;
}
#googleplus{
	width: 10%;
	vertical-align: middle;
	margin-left: 3%;
}
#linkedin{
	width: 10%;
	vertical-align: middle;
	margin-left: 3%;
}
#direccion{
	color: white;
	width: 24%;
	margin-left: 2%;
	float: center;
	font-size: 12px;
	font-family: "TrajanPro-Regular";
	background-color: rgba(32, 34, 37, 0.0);
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
	margin-right: 0px;
}
#texdir5{
	font-size: 14px;
	font-family: "TrajanPro-Regular";
}
#contacto{
	color: white;
	width: 24%;
	margin-left: 2%;
	font-family: "verdana";
	font-size: 14px;
	float: center;
	vertical-align: middle;
	background-color: rgba(32, 34, 37, 0.0);
}
#mail-logo{
	width: 15%;
	vertical-align: middle;
}
#WhatsApp-logo{
	width: 15%;
	vertical-align: middle;
}
#derechos-de-Autor{
	display: inline-block;
	width: 90%;
	height: 50px;
	background-color: transparent;
	color: rgba(200, 200, 200, 0.9);
	font-size: 0.8em;
	font-family: arial;
	text-align: left;
	margin-top: 30px;
	margin-left: 50px;
	vertical-align: middle;
}
#pderaut2{ /*parrafp*/
	display: visible;
	color: rgba(200, 200, 200, 0.9);
	font-size: 1em;
	font-family: arial;
	vertical-align: baseline;
}
}


	/*background-color: #925825;
	vertical-align: middle;*/






























/* G A M A  M E D I A */
/* pantallas de 480px a 769px */
@media screen and (max-width: 769px){
.iconpay2{
	clear: inherit;
	display: block;
	width: 25%;
    height: auto;
    margin-left: 30%;
    margin-bottom: 15px;
    margin-top: 5px;
}	
#body{
	background: url("../imag/Publicidad/taller3.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}
#Base{
	width: 100%;
	opacity: transparent;
	margin: 0px;
	padding: 0px;
	border: none;
}
#Cabecera1{
	background-color: transparent;
	border: none;
	width: 99.6%;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align: right;	
}
#enlacesidioma{
	float: left;
	margin-top: 2px;
	margin-left: 0px;
	overflow: hidden;
	width: 100%;
	height: 23px;
	overflow: hidden;
	background-color: transparent;
}
#facebook1,#blogger1,#twitter1,#instagram1,#pinterest1,#googleplus1,#linkedin1{
	vertical-align: middle;
	display: inline-block;	
	width: 3.5%;
	vertical-align: middle;
	float: left;
	margin-left: 1.3%;
}
#idioma{
	text-align: right;
	margin-top: 2px;
	margin-right: 15px;
	background-color: transparent;
	font-family: "verdana";
	font-size: 12px;
	color-text: rgba(20, 20, 20, 0.7);
}
#linea1{
	width: 95%;
	background-color: rgba(150,150,150, 0.5);
	border-color: rgba(150,150,150, 0.5);
	border: 0px;
	height: 1px;
}
#contnav{
	display: inline-block;
	text-align: right;
}
#blokinicio{
	display: inline-block;
	background-color: transparent;
}
#textinicio{
	display: inline-block;
	background-color: transparent;
	margin-left: 20px;
	max-width: 100px;
}
#palabraincicio{
	display: inline-block;
	font-family: arial;
	font-size: 14px;
	letter-spacing: 1.2px;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.86);
	font-weight: 700;
}
#palabraincicio2{
	display: none;
}
#palabraincicio3{
	display: inline-block;
	font-family: arial;
	font-size: 14px;
	letter-spacing: 1.2px;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.86);
	font-weight: 500;
}
#Titulo{
	width: 80%;
	text-align: center;
	font-family: "TrajanPro-Regular";
	font-size: 25px;
	float: center;
}
#Subtitulo{
	width: 0%;
	float: center;
}
#bloquecenralprueba{
	display: block;
	width: 100%;
	height: auto;
	background-color: transparent;
}
#bloqueizquierda{
	display: inline-block;
	width: 85%;
	height: auto;
	background-color:transparent;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	position: top;
}
#conttext{
	width: 90%;
	height: auto;
	text-align: center;
	background-color: transparent;
	margin-left: 5%;
}
#formcontiz{
	width: 400px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
#formucot2{ /*rectangulo exterior de Formulario*/
	width: auto;
	text-align: center;
  	margin: 3%;
	display:block;
	font-family:Arial;
	background-color: transparent;
}
#textit1{
	display: block;
	width: 400px;
	text-align: left;
	clear: top;
	padding-top: -20%;
}
#cont{
	text-align: right;
}
#taller{
	font-family: "verdana";
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	color: white;
	margin-top: 60px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#h1{
	color: white;
	font-size: 25px;
	line-height: 1.2;
	vertical-align: middle;
	text-align:center;
	margin-left: 2%;
	letter-spacing: 4px;
	margin-top: -20px;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.86);
}
#hl{
	color: white;
	font-size: 19px;
	line-height: 1.2;
	vertical-align: middle;
	text-align:center;
	margin-left: 2%;
	letter-spacing: 4px;
}
#bloquederecha{
	display: inline-block;
	width: 90%;
	text-align: center;
	height: auto;
	background-color:transparent;
	margin-left: 20px;
	margin-top: 20px;
}
#formcont{
	width: 380px;
	display: inline-block;
	text-align: center;
	margin-left: 3%;
	padding: 0px;
	background-color: rgba(9, 9, 9, 0.7);
}
#formulario{ /*rectangulo exterior de Formulario*/
	width: 400;
	text-align: left;
  	margin: 6%;
	display:block;
	font-family:Arial;
	background-color: transparent;
	color: white;
}
#blokindivid1{
	display: none;
}
#blokindivid3{
	width: 40%;
	margin-left: 25%;
	height: auto;
	background-color: transparent;  /*verde #99cc00 */
	float: left;
	position: relative;
	margin-top: 15px;
}
 #h4{
	font-size: 0px;
	font-family: "TrajanPro-Regular";
	vertical-align: bottom;
	text-align: center;
}
 #linea4{
	display: inline-block;
	clear: inherit;
	width: 16%;
	background-color:  rgba(218,218,218, 1);
	border-color: transparent;
	border: 0px;
	height: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;
	float: left;
}
#pres22{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 30px;
	background-color: transparent; /*Fondo blanco*/
	overflow: hidden;
}
#contenedor22{
	width: 720px;
	height: auto;
	 display: block;
	 margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent; /*azul rojiso #8258FA */
}
#columncentrl{
	padding-left: 10px;
	line-height: 1.5;
    color: #e2e2e2;
    font-size: 15px;
    font-family: 'proxima-nova', sans-serif;
    margin-bottom: 15px;
}
/*FORMULARIO*/

#subtitulo2{ /*Caja SubTitulo-CONTACTO*/
	display: inline;
	background-color: transparent;
	width: 100%;
	height: auto;
	float: top;
	margin: 0px;
	padding: 0px;
}
#contifogenc{
	background: url("../imag/Publicidad/taller4.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifogen{
	background-color: rgba(0,0,0,0.7);
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifoge1{
	width: 100%;
	height: auto;
	background-color: #fffbec;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
}
#contifoge2{               /* SEGUNDA BARRA */
	width: 100%;
	height: auto;
	background-color: transparent;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
	padding-bottom: 10px;
}
#block1{
	display: inline-block;
	width: 120px;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: #0475d1;
}
#textinfo{
	font-family: "verdana";
	font-size: 16px;
	color: white;
}
#continfogeb2{  /* SEGUNDA BARRA */
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
}
#block2{
	display: inline-block;
	width: 300px;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: transparent; /* #0475d1*/
}
#textoinfo2{
	font-family: "Isans";
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1.5px;
	color: white;
	padding: 18px;
}
#precio{
	font-size: 22px;
	letter-spacing: 6px;
}
#block3{
	display: inline-block;
	width: 300px;
	height: auto;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 18px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 20px;
	background-color: transparent; /* #0475d1*/
	vertical-align: top;
	position: top;
	clear: top;
}
#imagen1{
	width: 100%;
	border-radius: 20px;
}
#contifoge3{               /*-------------------------- TERCERA BLOQUE -------------------*/
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.3);
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb3{ 
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
	background-color:transparent;
}
#block4{
	display: inline-block;
	width: 350px;
	margin-top:18px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color:transparent; /* #0475d1*/
}
#contenedordemapa{
  display: inline-block;
  float: left;
  text-align: center;
  overflow-x:hidden;
  width: 97%;
  height: auto;
  margin: 2px;
  border:0px;
  padding: 0px;
  padding-left: 2%;
  padding-top: 10px;
}
#tamanomapa{
  width:100%; 
  height:350px;
}
#block6{
	display: inline-block;
	width: 350px;
	height: auto;
	margin-top:30px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 18px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 20px;
	background-color: transparent; /* #0475d1*/
	vertical-align: top;
	position: top;
	clear: top;
}
#imagen5{
	width: 100%;
	border-radius: 20px;
	opacity: 1;
}
#imagen6{
	width: 100%;
	border-radius: 20px;
	opacity: 1;
}
#imagen2{
	width: 100%;
	border-radius: 20px;
}
#contifogenc5{
	background: url("../imag/Publicidad/mortero3.jpg") no-repeat center center fixed; /* QUINTA BARRA */
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifogen5{
	background-color: rgba(0,0,0,0.7);
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifoge5{             
	width: 100%;
	height: auto;
	background-color: transparent;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb5{ 
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0px;
	text-align: center;
	background-color:rgba(0,0,0,0.5);
}



/* --------------------------------------- BLOQUE FINAL OSCURO ------------------------------------*/
#pres11{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	background-color: #0d1824;
	overflow: hidden;
}
#contenpres11{
	clear: inherit;
	max-width: 700px;
	height: auto;
	 display: block;
	 margin-right: auto;
    margin-left: auto;
    padding-left: 55px;
    padding-right: 15px;
    background-color: transparent; /*azul*/
}
#bloklogo1{
	width: 60%;
	height: auto;
	background-color: transparent;
	float: left;
	position: relative;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 5%
}
#servicios{
	width: 60%;
	height: auto;
	background-color: transparent;/*yellow*/
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 5%
}
#columncentrl{
	padding-left: 10px;
	line-height: 1.5;
    color: #e2e2e2;
    font-size: 15px;
    font-family: 'proxima-nova', sans-serif;
    margin-bottom: 15px;
}
#p2{
	line-height: 1.5;
    color: #e2e2e2;
    font-size: 14px;
    font-family: 'proxima-nova', sans-serif;
	margin-bottom: 0px;
	padding-right: 15px;
	margin: 0px;
	display: block;
}
#vinculacion{
	width: 60%;
	height: auto;
	background-color: transparent; /*verde #99cc00*/
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
	overflow:hidden;
}
#Inferiores1,#Inferiores2,#Inferiores3{
	clear: both;
	display: inline-block;
	margin-top: 1%;
	box-shadow: 0 0 5px #3F2310;	
}
#imagen1,#imagen2,{
	display: inline-block;
}
#h3{
	font-size: 12px;
	text-shadow:2px 2px 3px #222,
				-2px -2px 3px #222;
	font-family: "TrajanPro-Regular";
	vertical-align: bottom;
	text-align: center;
	margin-top: 100px;
}	
#Inferiores1{
	width: 24%;
	height: 120px;
	float: center;
	margin-left: 5%;
	background-color: #443E3A;
	background-image: url("../imag/portada/Talleres1.png");
	background-size: 100%;
	background-position: center;
	border-radius: 20px;
	border: 2px solid;
	border-color: #A69E9E;
}
#Inferiores2{
	width: 24%;
	height: 120px;
	float: center;
	margin-left: 4%;
	background-color: #443E3A;
	background-image: url("../imag/portada/Contacto2.png");
	background-size: 100%;
	border-radius: 20px;
	border-radius: 20px;
	border: 2px solid;
	border-color: #A69E9E;
}
#Inferiores3{
	width: 24%;
	height: 120px;
	float: center;
	margin-left: 4%;
	background-color: #443E3A;
	background-image: url("../imag/portada/Becas3.png");
	background-size: 100%;
	background-position: center;
	border-radius: 20px;
	border-radius: 20px;
	border: 2px solid;
	border-color: #A69E9E;
}
#pie{
	width: 100%;
	clear: both;
	margin-top: 0px;
	border-radius: 0px;
	display: inline-block;
	background-color: #05090e;
}
#enlaces,#direccion,#contacto{
	vertical-align: middle;
	display: inline-block;	
}
#enlaces{
	background-color: rgba(32, 34, 37, 0.0);
	width: 54%;
	margin-left: 2%;
	float: center;
	vertical-align: middle;
	display: inline-block;			
}
#facebook{
	width: 10%;
	vertical-align: middle;
	margin-left: 2%;
}
#blogger{
	width: 10%;
	vertical-align: middle;
	margin-left: 2%;
}
#twitter{
	width: 10%;
	vertical-align: middle;
	margin-left: 2%;
}
#instagram{
	width: 10%;
	vertical-align: middle;
	margin-left: 2%;
}
#pinterest{
	width: 10%;
	vertical-align: middle;
	margin-left: 2%;
}
#googleplus{
	width: 10%;
	vertical-align: middle;
	margin-left: 2%;
}
#linkedin{
	width: 10%;
	vertical-align: middle;
	margin-left: 2%;
}
#direccion{
	color: white;
	width: 38%;
	margin-left: 1%;
	font-size: 13px;
	font-family: "TrajanPro-Regular";
	background-color: rgba(32, 34, 37, 0.0);
	vertical-align: middle;
	text-align: center;
	margin-right: 0px;
}
#contacto{
	color: white;
	width: 75%;
	margin-left: 10%;
	font-family: "verdana";
	font-size: 15px;
	display: inline-block;
	background-color: rgba(32, 34, 37, 0);
}
#mail{
	margin-left: 1%;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: transparent;
	position: relative;
	float:left;
}
#mail-logo{
	width: 25px;
	vertical-align: middle;
}
#fono{
	margin-left: 4%;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: transparent;
	position: top;
	float:left;
}
#WhatsApp-logo{
	width: 25px;
	vertical-align: middle;
}	
#derechos-de-Autor{
	width: 90%;
	height: 30px;
	background-color: transparent;
	color: rgba(200, 200, 200, 0.9);
	font-size: 0.8em;
	font-family: arial;
	text-align: left;
	margin-left: 50px;
	margin-top: 30px;
	vertical-align: middle;
}		
}






















/* G A M A   B A J A */
/*codigo para pantallas con menos o igual de 480px */
	/*´0px al px 480px */

@media screen and (max-width: 480px){
.iconpay{
	width: 60%;
    height: auto;
    margin-left: 10%;
    margin-bottom: 0px;
    margin-top: 5px;
}	
.iconpay2{
	clear: inherit;
	display: block;
	width: 30%;
    height: auto;
    margin-left: 30%;
    margin-bottom: 15px;
    margin-top: 5px;
}
#body {
	clear: inherit;
	background: url("../imag/Publicidad/taller3.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
	max-height: 880px;
}
#base{
	width: 100%;
	opacity: transparent;
}
#Cabecera1{
	background-color: transparent;
	border: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align: right;	
}
#enlacesidioma{
	float: left;
	margin-top: 2px;
	margin-left: 0px;
	width: 100%;
	height: 23px;
	background-color: transparent;
}
#facebook1,#blogger1,#twitter1,#instagram1,#pinterest1,#googleplus1,#linkedin1{
	vertical-align: middle;
	display: inline-block;	
	width: 5.5%;
	vertical-align: middle;
	float: left;
	margin-left: 1.9%;
}
#idioma{
	text-align: right;
	margin-top: 2px;
	margin-right: 4px;
	background-color: transparent;
	font-family: "verdana";
	font-size: 12px;
	color-text: rgba(20, 20, 20, 0.7);
}
#linea1{
	width: 95%;
	background-color: rgba(150,150,150, 0.5);
	border-color: rgba(150,150,150, 0.5);
	border: 0px;
	height: 1px;
}
#contnav{
	display: inline-block;
	text-align: right;
}
#blokinicio{
	display: inline-block;
	background-color: transparent;
	width: 100%;
	margin: 0px;
	padding:0px;
}
#textinicio{
	display: inline-block;
	background-color: transparent;
	margin-right: 1%;
	width: 15%;
	text-align: right;
	position: relative;
	float: right;
}
#palabraincicio{
	display: inline-block;
	font-family: arial;
	font-size: 14px;
	letter-spacing: 1.2px;
	padding-right: 25px;
	font-weight:700;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.86);
}
#palabraincicio2{
	display: inline-block;
	font-family: arial;
	font-size: 14px;
	letter-spacing: 1.2px;
	padding-right: 0px;
	padding-left: 10px;
	font-weight:700;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.86);
}
#palabraincicio3{
	display: none;
}                            /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#bloquecenralprueba{
	display: block;
	width: 100%;
	height: auto;
	background-color: transparent;
}
#bloqueizquierda{
	display: inline-block;
	width: 100%;
	height: auto;
	background-color:transparent;
	margin: 0%;
	text-align: center;
	position: top;
}
#conttext{
	width: 90%;
	height: auto;
	text-align: center;
	background-color: transparent;
	margin-left: 5%;
}
#formcontiz{
	width: 300px;
	min-height: 270px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
#formucot2{ /*rectangulo exterior de Formulario*/
	width: auto;
	text-align: center;
  	margin: 1%;
	display:block;
	font-family:Arial;
	background-color: transparent;
}
#textit1{
	display: block;
	width: 300px;
	text-align: left;
	clear: top;
	padding-top: -20%;
}
#cont{
	text-align: right;
}
/*  -----------------------------------------------------------------------------*/

#taller{
	font-family: "verdana";
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	color: white;
	margin-top: 60px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#h1{
	color: white;
	font-size: 25px;
	line-height: 1.2;
	vertical-align: middle;
	text-align:center;
	margin-left: 2%;
	letter-spacing: 4px;
	margin-top: -20px;
}
#hl{
	color: white;
	font-size: 19px;
	line-height: 1.2;
	vertical-align: middle;
	text-align:center;
	margin-left: 2%;
	letter-spacing: 4px;
}
#bloquederecha{
	display: inline-block;
	width: 95%;
	text-align: center;
	height: auto;
	background-color:transparent;
	margin-left: 0px;
	margin-top: 20px;
}
#formcont{
	width: 320px;
	display: inline-block;
	text-align: center;
	margin-left: 0.5%;
	padding: 0px;
	background-color: rgba(9, 9, 9, 0.7);
}
#formulario{ /*rectangulo exterior de Formulario*/
	width: 400;
	text-align: left;
  	margin: 6%;
	display:block;
	font-family:Arial;
	background-color: transparent;
	color: white;
}
#field{
	width: 250px;
}
#Subtitulo{
	width: 0%;
	height: 0%;
	float: center;
}
#h4{
	font-size: 0px;
	text-align: center;
}
#pres22{
	clear: inherit;
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0px;
	background-color: transparent;/*Blanco del Fondo*/
	overflow: hidden;
}
#contenedor22{
	width:100%;
	height: auto;
	 display: block;
	 margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;/*violeta #CC2EFA*/
    margin-bottom: 0px;
}
#blokindivid1{
	display: none;
}
#blokindivid3{
	width: 80%;
	margin-left: 10%;
	height: auto;
	background-color: transparent;  /*verde #99cc00 */
	float: left;
	position: relative;
	margin-top: 15px;
}
#subtittexcolum{
	 display: block;
    margin: 0 0 5px;
    font-size: 16px;
    letter-spacing: 0.5em;
    font-family: 'crete-round', serif;
    font-weight: 400;
    color: #0afdff;
}
#tittextcolumn{
	line-height: 1.5;
    color: #555555;
    font-size: 14px;
    font-family: 'proxima-nova', sans-serif;
    margin-bottom: 15px;
}
#contifogenc{
	background: url("../imag/Publicidad/taller4.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: none;
	max-height: 2000px;
}
#contifogen{
	background-color: rgba(0,0,0,0.4);
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contifoge1{
	width: 100%;
	height: auto;
	background-color: #fffbec;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
}
#continfogeb{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 17px;
	text-align: center;
	padding-bottom: 10px;
}
#block1{
	display: inline-block;
	width: 120px;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: #0475d1;
}
#textinfo{
	font-family: "verdana";
	font-size: 16px;
	color: white;
}
#contifoge2{               /* SEGUNDA BARRA */
	width: 100%;
	height: auto;
	background-color: transparent;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb2{  /* SEGUNDA BARRA */
	clear: inherit;
	width: 80%;
	margin-left: 1%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
}
#block2{
	display: inline-block;
	width: 300px;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: transparent; /* #0475d1*/
}
#textoinfo2{
	font-family: "Isans";
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1.5px;
	color: white;
	padding: 18px;
}
#precio{
	font-size: 22px;
	letter-spacing: 6px;
}
#contifoge3{               /* TERCERA BARRA */
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.3);
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb3{ 
	clear: inherit;
	width: 80%;
	margin-left: 1%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
	background-color:transparent;
}
#block3{
	display: inline-block;
	width: 300px;
	height: auto;
	margin-top:6px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 18px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 20px;
	background-color: transparent; /* #0475d1*/
	vertical-align: top;
	position: top;
	clear: top;
}
#contifoge3{               /*-------------------------- TERCERA BLOQUE -------------------*/
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.3);
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb3{ 
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 17px;
	text-align: center;
	background-color:transparent;
}
#block4{
	display: inline-block;
	width: auto;
	margin-top:18px;
	margin-right: 5px;
	margin-bottom: 16px;
	margin-left: 5px;
	text-align: center;
	border: none;
	border-radius: 0px;
	background-color:transparent; /* #0475d1*/
}
#contenedordemapa{
  display: inline-block;
  float: left;
  text-align: center;
  overflow:hidden;
  width: 90%;
  height: auto;
  margin: 2px;
  border:0px;
  padding: 0px;
  padding-top: 10px;
}
#tamanomapa{
  width:100%; 
  height:350px;
  overflow:hidden;
}
#contifoge4{               /* CUARTA BARRA */
	width: 100%;
	height: auto;
	background-color: white;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#continfogeb4{ 
	clear: inherit;
	width: 95%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 17px;
	text-align: center;
	background-color:transparent;
}
#block5{
	display: inline-block;
	width: 300px;
	margin-top:26px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 10px;
	background-color: transparent; /* #0475d1*/
}
#imagen1{
	width: 100%;
	border-radius: 20px;
}
#continfogeb5{         /*-------------------QUINTO BLOQUE-------------------*/
	width: 97%;
	margin-left: 1.5%;
	margin-right: 10%;
	margin-top: 0px;
	text-align: center;
	background-color:rgba(0,0,0,0.3);
}
#block6{
	clear: inherit;
	display: inline-block;
	width: 99%;
	height: auto;
	margin-top:30px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 2px;
	text-align: center;
	border: 3px;
	border-color: #028cfd;
	border-radius: 20px;
	background-color: transparent; /* #0475d1*/
	vertical-align: top;
	position: top;
	clear: top;
}
#imagen2{
	width: 100%;
	border-radius: 0px;
}
#imagen5{
	width: 100%;
	border-radius: 20px;
	opacity: 1;
}
#imagen6{
	width: 100%;
	border-radius: 20px;
	opacity: 1;
}
#contifogenc5{
	background: url("../imag/Publicidad/mortero3.jpg") no-repeat center center fixed; /* QUINTA BARRA */
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;

}
#contifogen5{
	background-color: rgba(0,0,0,0.3);
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;

}
#contifoge5{    
background: url("../imag/Publicidad/mortero3.jpg") no-repeat center center fixed; /* QUINTA BARRA */
	-webkit-background-size: cover;
	-khtml-background-size:cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	border: 0px;

/*	width: 100%;
	height: auto;
	background-color: transparent;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;*/
}


/*--------------------------------------------BLOQUE DIVISION OSCURO NEGRO----------------*/
#pres11{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #0d1824;
	overflow: hidden;
}
#contenpres11{
	width: 480px;
	height: auto;
	 display: block;
	 margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: blue;
}
#bloklogo1{
	width: 75%;
	height: auto;
	background-color: transparent;
	float: left;
	position: relative;
	margin-bottom: 0px;
	margin-top: 20px;
}
#servicios{
	width: 70%;
	height: auto;
	background-color: transparent; /*yellow*/
	float: left;
	position: relative;
	margin-bottom: 0px;
	margin-top: 20px;
}
#columncentrl{
	padding-left: 10px;
	line-height: 1.5;
    color: #e2e2e2;
    font-size: 15px;
    font-family: 'proxima-nova', sans-serif;
    margin-bottom: 15px;
}
#p2{
	line-height: 1.5;
    color: #e2e2e2;
    font-size: 14px;
    font-family: 'proxima-nova', sans-serif;
	margin-bottom: 0px;
	padding-right: 15px;
	margin: 0px;
	display: block;
}
#vinculacion{
	width: 70%;
	height: auto;
	background-color: transparent; /*verde #99cc00*/
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
}
#pie{
	clear: inherit;
	background-color: rgba(12, 14, 17, 0.9);
	clear: both;
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;}

#enlaces,#direccion,#contacto{
	vertical-align: middle;
}
#enlaces{
	background-color: rgba(32, 34, 37, 0.0);
	width: 97%;
	margin-left: 2%;
	margin-top: 2%;
	float: left;
	vertical-align: middle;
	display: inline-block;
}
#facebook{
	width: 9%;
	vertical-align: middle;
	margin-left: 4%;
}
#blogger{
	width: 9%;
	vertical-align: middle;
	margin-left: 4%;
}
#twitter{
	width: 9%;
	vertical-align: middle;
	margin-left: 4%;
}
#instagram{
	width: 9%;
	vertical-align: middle;
	margin-left: 4%;
}
#pinterest{
	width: 9%;
	vertical-align: middle;
	margin-left: 4%;
}
#googleplus{
	width: 9%;
	vertical-align: middle;
	margin-left: 4%;
}
#linkedin{
	width: 9%;
	vertical-align: middle;
	margin-left: 4%;
}

#direccion{
	color: white;
	width: 24%;
	margin-left: 10%;
	float: center;
	font-size: 10px;
	font-family: "TrajanPro-Regular";
	background-color: rgba(32, 34, 37, 0.0);
	vertical-align: middle;
	text-align: center;
	margin-right: 0px;
}
#texdir5{
	font-size: 14px;
	font-family: "TrajanPro-Regular";
	vertical-align: middle;
}
#contacto{
	clear: inherit;
	color: white;
	width: 55%;
	margin-left: 4%;
	margin-top: 15px;
	font-family: "verdana";
	font-size: 14px;
	float: center;
	vertical-align: middle;
	background-color: rgba(32, 34, 37, 0);
}
#mail,#fono{
	display: inline;
}
#mail-logo{
	width: 34px;
	vertical-align: middle;
	display: inline-block;
}
#fono{
	margin-left: 0px;
}
#WhatsApp-logo{
	width: 34px;
	vertical-align: middle;
	display: inline-block;
}
#derechos-de-Autor{
	width: 80%;
	height: 30px;
	background-color: transparent;
	color: rgba(200, 200, 200, 0.9);
	font-size: 0.8em;
	font-family: arial;
	text-align: left;
	margin-left: 50px;
	margin-top: 30px;
	vertical-align: middle;
}	
#pderaut2{ /*parrafp*/
	display: none;
	
}	
#level{
	display: inline-block;
	text-align: center;
	clear: right;
	margin-right: 0px;
}
#textTeachers2{
	display: inline-block;
	font-size: 12px;
	font-family: sans-serif;
	margin: -5px 6px 10px 0px;
}
#contimagport{
	width: 100%;
	height:100%;
	background-color: transparent;
}
#imagport1{
	max-width:100%;
	margin:5px 0px 0px 0px;
}
.iconlog1{
	width: 70%;
}
}
