@media(min-width:1201px){
html, body {
  height: 100%;
  width: 100%;
    margin: 0;
  padding: 0;
  box-sizing: border-box;

}

#header {
	width: 100%;
	height: 210px;
	position: relative;
	background-image: url("../img/header-back.jpg");
	background-repeat: repeat-x;
}

#logoymenu {
	width: 1200px;
	position: relative;
	height: 140px;
	padding-top:35px;
	margin: 0 auto;
}

#nMenu {
 padding: 0;
 
 }
 
 
.titulo {
	margin: 0 auto;
	width: auto;
	text-align: center;
	color: black;
	padding-bottom: 20px;
}

#gif {
	display:none;
}
 
 #dMenu {
	 width: 100%;
	 background-color: #590d56;
	 height: 140px;
	 margin: 0 auto;

	 padding-left: 0px;
	 
 }
 
 #nMenu ul {
	 margin-top: 0px;
	 padding-top: 0px;
 }

#nMenu li {
 display: inline;
 }

#nMenu li a {
 font-family: Arial;
 font-size: 20px;
 font-weight: bold;
 text-decoration: none;
 float: left;
 padding: 10px;
 padding-top: 60px;
 padding-left:34px;
 padding-right: 34px;
 background-color: #590d56;
 color: #fff;

 }
 
#hTitle {
	height: 80px;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 2px solid #008ff4;
	box-shadow: 0px 2px 4px #000000;
	
	
}
#iLogoContainer {
	float: left;
	height:200px;
	width: 230px;
	border-radius: 50%;
	display: inline-block;	
	background-color: white;
	overflow: hidden;
	margin-top: -35px;

	margin-right: 70px;
	
}

#iLogo{
	
	height:180px;
	padding-left: 40px;

}

#hTitle div{
	width: 620px;

	margin: 0 auto;
}

#hTitle h1{
	margin-left: 150px;
	margin-top: 0px;
	padding-top: 20px;
	font-family: 'Hobo Std';

	font-size:36px;
}

#dMainContent{
margin-top: 50px;
	height: 715px;
	background-size: 100% auto;
	background-repeat: no-repeat;

	
}

#dMainContentConoceme{
	background-image: url("../img/profile.jpg");
	height: 715px;
	background-size: 100% auto;
	background-repeat: no-repeat;

}

#dMainContentVisitas{
	background-image: url("../img/visitas.jpg");
	height: 715px;
	background-size: 100% auto;
	background-repeat: no-repeat;

}

#dMainContentServicios{
	background-image: url("../img/servicios.jpg");
	height: 715px;
	background-size: 100% auto;
	background-repeat: no-repeat;

}

#dMainContentProblemas{
	background-image: url("../img/problemas.jpg");
	height: 715px;
	background-size: 100% auto;
	background-repeat: no-repeat;

}

#dMainContentCursos{
	background-image: url("../img/cursos.jpg");
	height: 715px;
	background-size: 100% auto;
	background-repeat: no-repeat;

}

#dMainContentContacto{
	background-image: url("../img/contacto.jpg");
	height: 715px;
	background-size: 100% auto;
	background-repeat: no-repeat;

}


#dAbout {
	font-size: 22px;
	padding-top:20px;
	padding-left: 280px;
	text-shadow: white 1px 0 10px;
}

#dAboutConoceme {
	font-size: 22px;
	padding-top:20px;
	padding-left: 50%;
	padding-right: 100px;
	text-shadow: white 1px 0 10px;
	 text-align: justify;
  text-justify: inter-word;
}

#dAboutConoceme li {

  margin: 10px 0;

}

#dAboutConoceme H2{
	color: #40093e;
}

.empty_row {
	height: 20px;
}

.tContact img {
	padding-right: 20px;
}

.aMenuSelected {
	text-decoration: underline #FFFFFF !important;
	font-size: 22px !important;

}

#underlined {
	text-decoration: underline #FFFFFF !important;
	font-size: 22px !important;
}

.dropbtn {
 font-family: Arial;
 font-size: 20px;
 font-weight: bold;
 text-decoration: none;
 float: left;
 padding: 10px;
 padding-top: 60px;
 padding-left:34px;
 padding-right: 34px;
 background-color: #590d56;
 color: #fff;
 border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
 
}

.dropdown-content {
	 margin-top: 80px;
  display: none;
  position: absolute;
  background-color: #7a1276;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

.dropdown-content a {
  color: black;
  background-color: #7a1276 !important;
  width: 220px;
  text-decoration: none;
  display: block;
   font-size: 14px !important;
   padding-top:20px !important;
   padding-bottom:20px !important;
border-top: 1px solid white;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #470945;}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1280px;
  position: relative;
  margin: auto;
}

.slideshow-container h2 {
	margin 0 auto;
	width: auto;
	text-align: center;
	color: black;
	padding-bottom: 20px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* 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 {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  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: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
}
/******************************************************************************************************************************************************/
@media(max-width:1200px){

/* Regular CSS rules here*/
html, body {
  height: 100%;
  width: 100%;
    margin: 0;
  padding: 0;
  box-sizing: border-box;

}

#header {
	width: 100%;
	height: 210px;
	position: relative;
	background-image: url("../img/header-back.jpg");
	background-repeat: repeat-x;
}

#logoymenu {
	width: 100%;
	position: relative;
	height: 140px;
	padding-top:35px;
	margin: 0 auto;
}

#nMenu {
 padding: 0;
 
 }
 
 #dMenu {
	 width: 100%;
	 background-color: #590d56;
	 height: 140px;
	 margin: 0 auto;

	 padding-left: 0px;
	 
 }
 
 #nMenu ul {
	 margin-top: 0px;
	 padding-top: 0px;
 }

#nMenu li {
 display: inline;
 }

#nMenu li a {
 font-family: Arial;
 font-size: 22px;
 font-weight: bold;
 text-decoration: none;
 float: left;
 padding: 10px;
 padding-top: 60px;
 padding-left:35px;
 padding-right: 35px;
 background-color: #590d56;
 color: #fff;

 }
 
#hTitle {
	height: 80px;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 2px solid #008ff4;
	box-shadow: 0px 2px 4px #000000;
	
	
}
#iLogoContainer {
	float: left;
	height:200px;
	width: 230px;
	border-radius: 50%;
	display: inline-block;	
	background-color: white;
	overflow: hidden;
	margin-top: -35px;

	margin-right: 70px;
	display:none;
}

#iLogo{
	
	height:180px;
	padding-left: 40px;
display:none;
}

#hTitle div{
	width: 620px;

	margin: 0 auto;
}

#hTitle h1{
	margin-left: 150px;
	margin-top: 0px;
	padding-top: 20px;
	font-family: 'Hobo Std';

	font-size:36px;
}

#dMainContent{
margin-top: 50px;

	background-size: 100% auto;
	background-repeat: no-repeat;

	
}

#dMainContentConoceme{
background-image: url("../img/profilem.jpg");
background-repeat: no-repeat;
	height: 750px;
	background-position:center;
}

#dMainContentVisitas{

background-image: url("../img/visitasm.jpg");
background-repeat: no-repeat;
height: 750px;
background-position:center;
}

#dMainContentServicios{

background-image: url("../img/serviciosm.jpg");
background-repeat: no-repeat;
height: 750px;
background-position:center;
}

#dMainContentProblemas{

background-image: url("../img/problemasm.jpg");
background-repeat: no-repeat;
height: 750px;
background-position:center;
}

#dMainContentCursos{
background-image: url("../img/cursosm.jpg");
background-repeat: no-repeat;
height: 750px;
background-position:center;

}

#dMainContentContacto{

background-image: url("../img/contactom.jpg");
background-repeat: no-repeat;
height: 750px;
background-position:center;
}


#dAbout {
	font-size: 32px;
	padding-top:20px;
	padding-left: 280px;
	text-shadow: white 1px 0 10px;
}

#dAboutConoceme {
	font-size: 32px;
	padding-top:750px;
    width: 800px;

	margin: 0 auto;

	text-shadow: white 1px 0 10px;
	 text-align: justify;
  text-justify: inter-word;
}

#dAboutConoceme li {

  margin: 10px 0;

}

#dAboutConoceme H2{
	color: #40093e;
}

.empty_row {
	height: 20px;
}

.tContact img {
	padding-right: 20px;
}

.aMenuSelected {
	text-decoration: underline #FFFFFF !important;
	font-size: 26px !important;

}

#underlined {
	text-decoration: underline #FFFFFF !important;
	font-size: 26x !important;
}

.dropbtn {
 font-family: Arial;
 font-size: 22px;
 font-weight: bold;
 text-decoration: none;
 float: left;
 padding: 10px;
 padding-top: 60px;
 padding-left:34px;
 padding-right: 34px;
 background-color: #590d56;
 color: #fff;
 border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
 
}

.dropdown-content {
	 margin-top: 80px;
  display: none;
  position: absolute;
  background-color: #7a1276;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

.dropdown-content a {
  color: black;
  background-color: #7a1276 !important;
  width: 220px;
  text-decoration: none;

   font-size: 24px !important;
   padding-top:20px !important;
   padding-bottom:20px !important;
border-top: 1px solid white;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #470945;}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
	display:none;
}
#mMain {
	width: 100%;
}

.titulo {
	margin: 0 auto;
	width: 680px;
	color: black;
	padding-bottom: 20px;
}
#gif {
	width: 800px;
	margin: 0 auto;
	display: block;
}
/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* 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 {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  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: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

}