@charset "utf-8";
/* CSS Document */

/*clickimagen*/



/*fin clickimagen*/


/*slider*/
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.slideshow-container2 {
  max-width: 462px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  font-family: 'Lobster', cursive;
  color: #FFF;
  font-size: 10px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  left:70px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 4px;
  background-color: #FFF;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #000;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/*fin slider*/


/*sitio*/
*{	 margin: 0 auto;
	padding:0;
}
p{font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#FFF;

}
p a{		color: #09F;
		text-decoration:none;
		font-size:14px;
}
p a:hover{		color: #09F;
		text-decoration: underline;
		font-size:14px;
}
@media only screen and (min-width: 300px) {
    h2{font-family: 'Lobster', cursive;
	font-size:18px;
	color:#FFF;
	text-shadow: 1px 1px 3px #000;


}
h3{font-family: 'Roboto', sans-serif;
	font-size:30px;
	color:#FFF;

}
    h4{font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#FFF;

}
}	
@media only screen and (min-width: 780px) {
    h2{font-family: 'Lobster', cursive;
	font-size:28px;
	color:#FFF;
	text-shadow: 2px 2px 8px #000;

}
    h4{font-family: 'Roboto', sans-serif;
	font-size:22px;
	color:#FFF;

}
}


img{ max-width:100%;
		height:auto;

}
body{ background-image: url(../img/bg_escuela.jpg);
		background-position:center;
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-size:cover;
		background-color:#3a5d9d;
		overflow-x: hidden !important;

}
#sitio{ margin:0 auto;
		width:100%;
		max-width:780px;
		min-width:280px;

}
#iconos{ max-width:780px;
		min-width: 300px;
		   
			
}
#top{ width:86%;
      max-width:780px;
	  min-width:200px;
	  max-height:150px;
	  min-height:80px;
	  padding:50px 0px 0px 0px;
	  float:none;
	  text-align:center;
	  margin: 0 auto;

}
#seccionesprincipales{ width:100%;
						max-width:780px;
						min-width:280px;
						float:left;
						overflow:hidden;
						border-bottom:#FFF thin dotted;
						text-align:center;
						padding-top:10px;


}
#mineros{ width:33%;
			max-width:280px;
			height:auto;
			float:left;

}
#metalurgicos{ width:33%;
			max-width:280px;
			height:auto;
			float:left;

}
#mecanicos{ width:33%;
			max-width:280px;
			height:auto;
			float:left;

}
#imagenestop{
max-width:780px;
min-width:300px;
text-align:center;
padding:0px 0px 10px 0px;



}
#imagenvolver{ margin:auto;
				width:300px;
				height:60px;
				text-align:center;
				float:none;

}
.linea{ border-right:1px #FFFFFF dotted; 

}
.linea2{ border-right:1px #FFFFFF dotted;
			font-size:35px;
			margin:10px 0px 0px 0px;

}

#botonera{ max-width:780px;
			min-width:300px;
			border-bottom: thin #FFF solid;
}

.bullets{ padding-left:20px;
			color:#FFF;
			font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#FFF;
			

}

/* menu botonera
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
	width:100%;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: rgba(58, 93, 157, 0.7);
	font-family: 'Lobster', cursive;
}
/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 22px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: rgba(58, 93, 157, 0.5);}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}
 /* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}


#noticias { width:100%;
			height:auto;
			background-color: rgba(0, 0, 0, 0.8);
			float:left;


}



#contenedortitulo{ width:100%;
                   max-width:780px;
				   min-width:300px;
				   padding:10px 0px 0px 0px;


}
.titulo{  max-width:780px;    
			height:auto;
			font-family: 'Lobster', cursive;
            font-size:50px;
			color:#FFF;
			text-align:left;
			margin:0 auto;
			padding: 30px 10px 0px 0px;
			border-bottom:#FFF thin solid ;
			margin: 0px 30px 0px 30px;
			

}
.titulo2{  max-width:780px;    
			height:auto;
			font-family: 'Lobster', cursive;
            font-size:50px;
			color:#FFF;
			text-align:left;
			margin:0 auto;
			padding: 30px 10px 0px 0px;
			border-bottom:#FFF thin solid ;
			margin: 0px 30px 0px 30px;
			border-top:#FFF thin dotted;
			

}
@media only screen and (max-width: 400px) {
.titulo{  max-width:780px;    
			height:auto;
			font-family: 'Lobster', cursive;
            font-size:40px;
			color:#FFF;
			text-align:left;
			margin:0 auto;
			padding: 30px 10px 0px 0px;
			border-bottom:#FFF thin solid ;
			margin: 0px 30px 0px 30px;
			

}
.titulo2{  max-width:780px;    
			height:auto;
			font-family: 'Lobster', cursive;
            font-size:40px;
			color:#FFF;
			text-align:left;
			margin:0 auto;
			padding: 30px 10px 0px 0px;
			border-bottom:#FFF thin solid ;
			margin: 0px 30px 0px 30px;
			border-top:#FFF thin dotted;
			

}



}
#conteinernota{width:100%;
				max-width:780px;
				min-width:300px;
				height:auto;
				float:left;
				overflow:hidden;
				

}
#textonota{ max-width: 410px;
			float:left;
			padding:10px 30px 10px 30px;


}
#textonota2{ max-width: 810px;
			float:left;
			padding:10px 30px 10px 30px;


}
#textonota3{ max-width: 210px;
			float:left;
			padding:10px 30px 10px 30px;


}
#imagennota{ max-width: 240px;
			float:left;
			border:#FFF thin solid;
			margin: 11px 30px 10px 30px;

}
#epigrafe{max-width: 240px;
			float:left;
			margin: 5px 30px 10px 30px;

}

#epigrafe2{max-width: 810px;
			float:left;
			margin: 10px 30px 10px 30px;

}
#imagensecretariado{ max-width: 200px;
			float:left;
			border:#FFF thin solid;
			margin: 11px 22px 10px 32px;

}
#vermas{ width: 780px;
		float:left;
		display:block;
		line-height:24px;
		margin:0px 30px 0px 30px;
		
		

}
				
@media only screen and (min-width: 400px) {
    #vermas {
        background-image: url(../img/vermas300.png);
		background-position:left;
		background-repeat:no-repeat;
    }
}	
@media only screen and (min-width: 780px) {
    #vermas {
        background-image: url(../img/vermas720.png);
		background-position:left;
		background-repeat:no-repeat;
    }
}
#botoneraturismo{ max-width:223px;
					float:left;
					padding:10px 20px 10px 29px;


}
@media only screen and (min-width: 300px) {
#imagennota2{ width:50%;
             max-width: 462px;
			min-width:233px;
			float:left;
			border:#FFF thin solid;
			margin: 11px 10px 10px 31px;
			

}

}
@media only screen and (min-width: 780px) {
#imagennota2{ width:100%;
 max-width: 462px;
			float:left;
			border:#FFF thin solid;
			margin: 11px 20px 10px 14px;
			

}
}
/* menu botonera turismo
/* Remove margins and padding from the list, and add a black background color */
ul.topnav2 {
	width: 235px;
    list-style-type: none;
    margin: 0;
    padding: 0;
	font-family: 'Lobster', cursive;
}
/* Float the list items side by side */
ul.topnav2 li {	width:235px;
				margin:2px;
				border:#FFF thin solid;
				background-color: rgba(58, 93, 157, 0.5);
				float: left;}

/* Style the links inside the list items */
ul.topnav2 li a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 7px 15px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 22px;
}

/* Change background color of links on hover */
ul.topnav2 li a:hover {background-color: rgba(58, 93, 157, 0.5);}

/* menu botonera gremiales
/* Remove margins and padding from the list, and add a black background color */
ul.topnav3 { width:100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
	font-family: 'Lobster', cursive;
}
/* Float the list items side by side */
ul.topnav3 li { width: 100%;
				margin:2px;
				border:#FFF thin solid;
				float: left;
				font-size: 22px;
				color:#CCC;
				background-color: rgba(58, 93, 157, 0.5);
				
				}

/* Style the links inside the list items */
ul.topnav3 li a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 22px;

}

/* Change background color of links on hover */
ul.topnav3 li a:hover {background-color: rgba(58, 93, 157, 0.5);}

ul.topnav4 {
	width: 100%;
    list-style-type: none;
    margin: 10px;
    padding: 10px;
	float: right;
}
/* Float the list items side by side */
ul.topnav4 li {	float: right;}


/* Style the links inside the list items */
ul.topnav4 li a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 30px;
	float: right;
	margin:5px;
	line-height:30px;
}

/* Change background color of links on hover */
ul.topnav4 li a:hover {color: #CCC;}

@media screen and (max-width:680px) {


}

#botoneragremiales{ max-width:780px;
					min-width:230px;
					float: none;
					padding:10px 33px 10px 27px;
					text-align:center;
					height:auto;
					overflow: hidden;


}
#noticias3 { width:100%;
			height:auto;
			background-color: rgba(0, 0, 0, 0.8);
			float:left;


}
#contenedortitulo3{ width:100%;
                   max-width:780px;
				   min-width:300px;
				   padding:10px 0px 0px 0px;


}
.titulo3{  max-width:780px;    
			height:auto;
			font-family: 'Lobster', cursive;
            font-size:50px;
			color:#FFF;
			text-align:left;
			margin:0 auto;
			padding: 10px 10px 0px 0px;
			border-bottom:#FFF thin solid ;
			margin: 0px 30px 0px 30px;
			

}

#bottom{ max-width:780px;
			min-width:600px;
		text-align:center;
        max-height:150px;
		float:left;
		
			

}
#fondologobottom{width:100%;
					height:auto;
					background-image:url(../img/bgfondologos.png);
					float: left;
					text-align:center;
}
#logoasimrabottom{ width:85%;
					min-width:150px;
					height:auto;
					text-align:center;
					padding:5px 10px 10px 10px;
					margin:auto;


}

#infoasimrabottom{ width:90%;
					height:auto;
					text-align:center;
					border-top:#FFF thin dotted;
					padding:10px 0px 10px 0px;
					margin:0 auto;
					font-family: 'Roboto', sans-serif;

}
#logoossimrabottom{ width:85%;
					min-width:150px;
					height:auto;
					text-align:center;
					padding:60px 10px 10px 10px;
					margin:auto;


}
#infoossimrabottom{ width:90%;
					height:auto;
					text-align:center;
					border-top:#FFF thin dotted;
					padding:10px 0px 10px 0px;
					margin:0 auto;
					font-family: 'Roboto', sans-serif;

}
#logosbottom{ width:100%;
					height:auto;
					background-image:url(../img/bgfondologos.png);
					float: left;
					text-align:center;
					padding-top:40px;


}
@media only screen and (min-width: 300px) {
#logo1{ max-width:24px;
		min-width:20px;
		float:left;
		text-align:center;
		margin:5px;

}
}
@media only screen and (min-width: 780px) {
#logo1{ max-width:125px;
		min-width:20px;
		float:left;
		text-align:center;
		margin:26px;

}
}
@media only screen and (min-width: 300px) {
#logo2{ max-width:57px;
		min-width:20px;
		float:left;
		text-align:center;
		margin:5px;

}
}
@media only screen and (min-width: 780px) {
#logo2{ max-width:125px;
		min-width:20px;
		float:left;
		text-align:center;
		margin:26px;

}
}
@media only screen and (min-width: 300px) {
#logo3{ max-width:49px;
		min-width:20px;
		float:left;
		text-align:center;
		margin:5px;

}
}
@media only screen and (min-width: 780px) {
#logo3{ max-width:125px;
		min-width:20px;
		float:left;
		text-align:center;
		margin:26px;

}
}
@media only screen and (min-width: 300px) {
#logo4{ max-width:54px;
		min-width:20px;
		float:left;
		text-align:center;
		margin:5px;

}
}
@media only screen and (min-width: 780px) {
#logo4{ max-width:125px;
		min-width:20px;
		float:left;
		text-align:center;
		margin:26px;

}
}
@media only screen and (min-width: 300px) {
#logo5{ max-width:50px;
		min-width:20px;
		float:left;
		text-align:center;
		margin:5px

}
}
@media only screen and (min-width: 780px) {
#logo5{ max-width:125px;
		min-width:20px;
		float:left;
		text-align:center;
		margin:26px;

}
}

/*cuadrocursos*/
/* Remove margins and padding from the list, and add a black background color */
ul.topnav5 { width:100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
	font-family: 'Lobster', cursive;
}
/* Float the list items side by side */
ul.topnav5 li { width: 100%;
				margin:2px;
				border:#FFF thin solid;
				float: left;
				font-size: 22px;
				color:#f2f2f2;
				background-color: rgba(58, 93, 157, 0.5);
				line-height:45px;
				
				}

/* Style the links inside the list items */
ul.topnav5 li a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 22px;

}

/* Change background color of links on hover */
ul.topnav5 li a:hover {background-color: rgba(58, 93, 157, 0.5);}



#cuadrositems{ width: 100%;
				margin:2px;
				border:#FFF thin solid;
				float: left;
				font-size: 22px;
				color:rgba(58, 93, 157, 0.9);
				background-color:rgba(255, 255, 255, 0.9);
				line-height:45px;
				font-family: 'Lobster', cursive;

}

