@import url(http://fonts.googleapis.com/css?family=Quantico|Inconsolata|Roboto|Great+Vibes|Pacifico);

html{
	
height: 100%;
width:  100%;
	}

body{
margin: 0px;

}
.Body-deagradadoV{
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 82%, rgba(255,50,50,0.71) 98%, rgba(255,50,50,0.7) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(82%,rgba(255,255,255,0.75)), color-stop(98%,rgba(255,50,50,0.71)), color-stop(100%,rgba(255,50,50,0.7))); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 82%,rgba(255,50,50,0.71) 98%,rgba(255,50,50,0.7) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ff3232',GradientType=0 ); 
}

.Body-overflowoff{
    overflow: hidden;
}

.spacer025{
height: 25px;

}
.spacer05{
height: 50px;

}

.spacer10{
height: 100px;

}

.spacer20{
height: 200px;

}

.spacer30{
 height: 300px; 

}

.treasure{
  height: 20%;
  width: 30px;
  margin-left: 99%;
  margin-top: -9.5%;
  position: absolute;
  z-index: 1000;
  cursor: none;
}
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||HEADER||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
header.header-index{

width: 100%;
height: 100%;
padding-top: 0.25%;
background: rgb(255,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,0,0,1) 0%, rgba(238,0,0,1) 44%, rgba(255,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(44%,rgba(238,0,0,1)), color-stop(100%,rgba(255,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(238,0,0,1) 44%,rgba(255,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(238,0,0,1) 44%,rgba(255,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(238,0,0,1) 44%,rgba(255,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,0,0,1) 0%,rgba(238,0,0,1) 44%,rgba(255,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
border-bottom: solid blue 5px;


}


.header-text{
    position: absolute;
    margin-left: 33%;
    margin-top: -1%;
    width: 50%;
    opacity: 1;
}

.header-tittle-1{
   font-family: 'Roboto', sans-serif;
    font-size: 100%;
    color: #FFFFFF;
}

.header-tittle-2{
 font-family: 'Great Vibes', cursive;
    font-size: 245%;
    color: #FFFFFF;
    margin-top: -1%;
    margin-left: -3%;
}
.logo{
  
    width: 7%;
    margin-left: 3%;
    margin-bottom: 0.25%;
	cursor: help;
    background-color: white;
    border-radius: 10px 10px 70px 70px;
    color: rgb(242,0,0);
    -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
}
.logo .logo-texto{
position: absolute;
margin-left: 10%;
margin-top: -7%;
text-align: center;
font-family: 'Quantico', sans-serif;
font-size: 15px;
}

.logo .logo-texto2{
position: absolute;
margin-left: 10%;
margin-top: -5%;
text-align: center;
font-family: 'Inconsolata'; 
font-size: 30px;

}
.logo:hover{
padding-right: 25%;
background-color: white;
border-radius: 15px 15px 15px 15px;
color: black;

}
.logo-img{ 
    width: 100%;
    cursor: help;
}

/* <!--||||||||||||||||||||||||||||||||||||||||||||||||||||| INFO ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> */

.contenedor-info{
margin-top: 15%;
}

.info-op{
    float:left;
    position: relative;
    width: 15%;
    height: 30%;
    margin-left: 4.5%;
   
}

.info-op-img{

    float:right;
    width: 90%;
    height: 19%;
    padding: 10%;
    border: 4px solid red;
    border-radius: 35px;
    box-shadow: 5px 5px 5px #333;
   -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;

}
.info-op-txt-B{
    margin-left: -15%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #000;
    text-shadow: 2px 2px #CCC;
}

.info-op-txt-M{
    margin-left: -15%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    color: #000;
    text-shadow: 2px 2px #CCC;
}

.info-op-txt-S{
    margin-left: -15%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000;
    text-shadow: 2px 2px #CCC;
}

.info-op-img:hover{
   float:right;
    width: 90%;
    height: 19%;
    margin-top: -5%;
    border: 4px solid blue;
    border-radius: 200px;
    box-shadow: 5px 5px 5px #333;
    cursor: pointer;
   }

/* <!--|||||||||||||||||||||||||||||||||||||||||||||||||| FIN INFO ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> */


/* <!--||||||||||||||||||||||||||||||||||||||||| INFO > Mision/Vision/valores||||||||||||||||||||||||||||||||||||||||||||||||--> */
#windows-mvv {
  
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  width: 100%;
}

#windows-mvv {
  padding: 0;
}

#windows-mvv #windows-mvv-li {
  list-style: none;
}

#windows-mvv #windows-mvv-li #windows-mvv-li-a {
  
  width: 30.13%;

  display: block;
  padding: 10px 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #333;
  text-decoration: none;
  border-radius: 0px 0px 20px 20px;
  margin-top: -1.31%;
  margin-bottom: 2%;
  text-align: center;
  color: #AAA;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  background-color: #FF0000;
  opacity: 0.5;
  -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
}
#windows-mvv #windows-mvv-li #windows-mvv-li-a img{
width: 10%;
height: 10%;
margin-bottom: -2%;
}

#windows-mvv #windows-mvv-li #windows-mvv-li-a:hover, #windows-mvv #windows-mvv-li #windows-mvv-li-a.active {
  opacity: 1;
  background-color: #0000FF;
  color: #FFFFFF;
    -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
}

#windows-mvv #windows-mvv-li-a-section {
  display: none;
  float: left;
  overflow: hidden;
  padding: 1% 3% 0 3%;
  height: 500px;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 82%, rgba(255,50,50,0.71) 98%, rgba(255,50,50,0.7) 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(82%,rgba(255,255,255,0.75)), color-stop(98%,rgba(255,50,50,0.71)), color-stop(100%,rgba(255,50,50,0.7))); 
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 82%,rgba(255,50,50,0.71) 98%,rgba(255,50,50,0.7) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ff3232',GradientType=0 ); 
}

#windows-mvv #windows-mvv-li-a-section p {
width: 50%;
margin-bottom: 5%;
margin-top: 5%;
margin-right: 5%;
margin-left: 3%;
float: right;
text-align: center;
vertical-align: middle;
font-size: 30px;
 font-family: 'Roboto', sans-serif;
 text-shadow: 1px 1px 2px #333;
}
#windows-mvv #windows-mvv-li-a-section .values {
width: 50%;
margin-top: -3%;
float: right;
text-align: left;
vertical-align: middle;
font-size: 16px;
 font-family: 'Roboto', sans-serif;
 text-shadow: 1px 1px 2px #333;
}
#windows-mvv #windows-mvv-li-a-section .values li{
width: 50%;
list-style: disc;
}
#windows-mvv #windows-mvv-li-a-section img {
float: right;
width: 30%;
height: 45%;
margin-bottom: 10%;
margin-top: 4%;
border-radius: 10px;
}

#windows-mvv #windows-mvv-li-a-section .ef-1{
  margin-right: 5%;
-ms-transform: rotate(20deg); 
-webkit-transform: rotate(20deg);
transform: rotate(20deg); 
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
}

#windows-mvv #windows-mvv-li-a-section .ef-1:hover {
margin-right: 0%;
width: 41%;
height: 61%;
margin-top: 5%;
-ms-transform: rotate(0deg); 
-webkit-transform: rotate(0deg); 
transform: rotate(0deg); 
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
cursor: crosshair;
}

#windows-mvv #windows-mvv-li-a-section .ef-2{
width: 41%;
height: 61%;
margin-top: 5%;
opacity: 0.4;
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
}

#windows-mvv #windows-mvv-li-a-section .ef-2:hover {
width: 41%;
height: 61%;
margin-top: 5%;
opacity: 1;
-ms-transform: rotate(360deg); 
-webkit-transform: rotate(360deg); 
transform: rotate(360deg); 
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
cursor: crosshair;
}

#windows-mvv #windows-mvv-li-a-section .ef-3{
width: 35%;
height: 55%;
margin-top: 7%;
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
}

#windows-mvv #windows-mvv-li-a-section .ef-3:hover {
margin-top: 5%;
width: 41.9%;
height: 61.9%;
box-shadow: 5px 5px 5px #000000;
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
cursor: crosshair;
}
.no-js #windows-mvv #windows-mvv-li-a-sections {
  display: block;
}

#windows-mvv #windows-mvv-li-a-section #windows-mvv-li-a {
  padding: 10px 25px;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (min-width: 30em) {
  #windows-mvv {
    width: 100%;
    position: relative;
    border: none;
  }

  #windows-mvv #windows-mvv-li {
    display: inline;
  }

  #windows-mvv #windows-mvv-li #windows-mvv-li-a {
    display: inline-block;
  }

  #windowswindows-mvv #windows-mvv-li-a-section {
    padding: 1%;
    position: absolute;
    top: 42px;
    left: 0;
  }
}
/* <!--||||||||||||||||||||||||||||||||||||||FIN INFO > Mision/Vision/valores||||||||||||||||||||||||||||||||||||||||||||||||--> */

/* <!--||||||||||||||||||||||||||||||||||||||||||||| INFO >Historia||||||||||||||||||||||||||||||||||||||||||||||||||||--> */

.history-cont{
    border-right: solid 4px blue;
    float: left;
    width: 84.96%;
    height: 590px;
    overflow: hidden;
}
.history-cont2{

    float: left;
    width: 100%;
    height: 450px;
    overflow-y: scroll;
    overflow-x:hidden;
}

.history-cont3{
    float: left;
    width: 14.65%;
    height: 590px;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.48) 91%, rgba(255,0,0,0.43) 100%); 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(91%,rgba(255,255,255,0.48)), color-stop(100%,rgba(255,0,0,0.43))); 
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.48) 91%,rgba(255,0,0,0.43) 100%); 

}

.history-dtittle{
 font-size: 15px;
 font-family: 'Roboto', sans-serif;
 text-align: center;
 margin-right: 6%;
 text-shadow:-1px 1px 2px #000;

}

.history-dimg{
    float:left;
    width: 35%;
    height: 9%;
    padding: 10%;
    margin-left: 15%;
    margin-top: 23%;
    margin-bottom: 23%;
    border: 4px solid black;
    border-radius: 35px;
    box-shadow: 5px 5px 5px #333;
   -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.history-dimg:hover{
    border: 4px solid blue;
    border-radius: 60px;
   -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
   cursor: pointer;
}

.history-dimg:active{
    background-color: blue;
    border: 4px solid blue;
    border-radius: 60px;
    cursor:progress;
   }
/* <!--|||||||||||||||||||||| txt ||||||||||||||||||||||||||||--> */


.his-main-title{
  text-align: center;
   font-size: 20px;
   font-family: Verdana;
   text-shadow: -1px 1px 2px #222;
   margin-bottom: 3%;
}

.his-main-subtitle{
   font-size: 15px;
   font-family: Verdana;
   background-color: blue;
   color: white;
   border: solid 2px #ddd;
   border-radius: 20px;
   width: 96%;
   text-align: center;
   font-weight: bold;
   padding: 0.5%;
   margin: 1%;
   box-shadow: -2px 2px 2px #000;
  -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.his-main-txt{
  opacity: 0.2;
  margin-left: 3%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
  -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.his-main-txt:hover{
     opacity: 1;
    font-size: 20px;
    font-family: Verdana;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}



/* <!--|||||||||||||||||||||| Check ||||||||||||||||||||||||||||--> */


.switch:empty
{

  margin-left: -110%;
}

.switch:empty ~ label
{
  opacity: 0.9;
  background-color: #FFF;
  border: 2px solid #ffffff;
  position: absolute;
  float: left;
  font-size: 13px;
  font-family: Palatino Linotype;
  font-weight: bold;
  color: #0000ff;
  text-indent: 4em;
  margin-top: -3.35%;
  margin-left: 9%;
  padding-right: 1%;
  padding-left: 1%;
  padding-right:1%;
  border-radius: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch:empty ~ label:before, 
.switch:empty ~ label:after
{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 3.6em;
  background-color: #c33;
  border-radius: 0.3em;
  box-shadow: inset 0 0.2em 0 rgba(0,0,0,0.3);
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.switch:empty ~ label:after
{
  width: 1.4em;
  top: 0.1em;
  bottom: 0.1em;
  margin-left: 0.1em;
  background-color: #fff;
  border-radius: 0.15em;
  box-shadow: inset 0 -0.2em 0 rgba(0,0,0,0.2);
}

.switch:checked ~ label:before
{
  background-color: #393;
}

.switch:checked ~ label:after
{
  margin-left: 2em;
}
.switch:checked ~ .history-cont2 p
{
     opacity: 1;
    font-size: 15px;
    font-family: Verdana;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}


/* <!--|||||||||||||||||||||| FIN check ||||||||||||||||||||||||||||--> */
/* <!--||||||||||||||||||||||||||||||||||||||||||FIN INFO > Historia||||||||||||||||||||||||||||||||||||||||||||||||||||--> */
/* <!--|||||||||||||||||||||||||||||||||||||||||||| INFO >Reglamento||||||||||||||||||||||||||||||||||||||||||||||||||||--> */

.rules-cont{
    border-right: solid 4px blue;
    float: left;
    width: 90%;
    height: 590px;
    overflow: hidden;
}

.rules-cont2{
    overflow: scroll;
    width: 100%;
    height: 520px;
    margin-top: -3%;
}


.rules-cont3{
    float: left;
    width: 9.6%;
    height: 590px;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.48) 91%, rgba(255,0,0,0.43) 100%); 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(91%,rgba(255,255,255,0.48)), color-stop(100%,rgba(255,0,0,0.43))); 
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.48) 91%,rgba(255,0,0,0.43) 100%); 

}


.rules-dimg{
    float:left;
    width: 50%;
    height: 8%;
    padding: 10%;
    margin-left: 10%;
    margin-top: 45%;
    margin-bottom: 45%;
    border: 4px solid black;
    border-radius: 35px;
    box-shadow: 5px 5px 5px #333;
   -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.rules-dimg:hover{
    border: 4px solid blue;
    border-radius: 60px;
   -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
   cursor: pointer;
}

.rules-dimg:active{
    background-color: blue;
    border: 4px solid blue;
    border-radius: 60px;
    cursor:progress;
   }

#windows-rules {
  
  margin-top: 0%;
  width: 100%;
}

#windows-rules {
  padding: 0;
}

#windows-rules #windows-rules-li {
  list-style: none;
}

#windows-rules #windows-rules-li #windows-rules-li-a {
  
  width: 7%;
  height: 20px;
  padding: 5px 10px;
  text-decoration: none;
  border-left:solid 2px #ddd;
  border-right:solid 2px #ddd;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  color: #AAA;
  font-family: 'Roboto', sans-serif;
  font-size: 11.2px;
  background-color: #FF0000;
  opacity: 0.5;
  margin-top: 0%;
  
  -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
}


#windows-rules #windows-rules-li #windows-rules-li-a:hover{
  opacity: 0.8;
  background-color: #FF0000;
  color: #FFFFFF;
    -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
}


#windows-rules #windows-rules-li #windows-rules-li-a.active {
  opacity: 1;
  background-color: #0000FF;
  color: #FFFFFF;
    -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
}

#windows-rules #windows-rules-li-a-section {
  display: none;
  float: left;
  overflow: hidden;


}

.no-js #windows-rules #windows-rules-li-a-section {
  display: block;
}


@media only screen and (min-width: 30em) {
  #windows-rules {
    width: 100%;
    position: relative;
    border: none;
  }

  #windows-rules #windows-rules-li {
    display: inline;
  }

  #windows-rules #windows-rules-li-a {
    display: inline-block;
  }


}

/* <!--|||||||||||||||||||||| txt ||||||||||||||||||||||||||||--> */
.rules-dtittle{
 font-size: 15px;
 font-family: 'Roboto', sans-serif;
 text-align: center;
 text-shadow:-1px 1px 2px #000;

}

.rules-main-title{
  text-align: center;
   font-size: 20px;
   font-family: Verdana;
   text-shadow: -1px 1px 2px #222;
   margin-bottom: 0%;
}

.rules-main-subtitle{
   font-size: 15px;
   font-family: Verdana;
   background-color: blue;
   color: white;
   border-left: solid 2px #ddd;
   border-top: solid 2px #ddd;
   border-right: solid 2px #ddd;
   border-radius: 20px 20px 0px 0px;
   width: 99.45%;
   text-align: center;
   font-weight: bold;
   margin-bottom: 0%;
  -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.rules-txt-titleL{
  
  text-align: center;
  font-size: 50px;
  border-bottom: solid black 1px;
  font-family: 'Pacifico', cursive;
}

.rules-main-txt{
  margin-left: 3%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
  -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.rules-main-list1 {
  list-style-type:upper-roman;
  margin-left: 3%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}

.rules-main-list2 {
  list-style-type:circle;
  margin-left: 3%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}

.rules-main-list-sp{
   list-style-type:upper-roman;
  margin-left: 9%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}

.rules-main-list-sp2{
   list-style-type:square;
  margin-left: 6%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}
/* <!--|||||||||||||||||||||| txt ||||||||||||||||||||||||||||--> */
/* <!--|||||||||||||||||||||| Tabla ||||||||||||||||||||||||||||--> */
.rules-tbl-1
{
    border-spacing:0px;
    border-style:solid;
    border-width:1px;
    border-color:000000;
    font:14px Georgia, serif;
    padding:0;
    box-shadow:0px 0px #000000;
    border-radius:5px;
    margin-left: 40%;
    font-size: 20px;
    text-align: center;
}

.rules-tbl-1:hover{
cursor: help;
}
.rules-tbl-1-th
{
    color:#FFFFFF;
    background:#E80000;
    border-style:solid;
    border-width:1px;
    border-color:000000;
    font-weight:bold;
    padding:5px;
    text-align:center;
    vertical-align:top;
}
 
.rules-tbl-1-tr
{
    color:#000000;
    font-weight:normal;
}
 
.rules-tbl-1-tr:hover td
{
    background:#9494FF;
    background: -moz-linear-gradient(top,  #9494FF 0%, #0000FF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9494FF), color-stop(100%,#0000FF));
    background: -webkit-linear-gradient(top,#9494FF 0%,#0000FF 100%);
    background: -o-linear-gradient(top,#9494FF 0%,#0000FF 100%);
    background: -ms-linear-gradient(top,#9494FF 0%,#0000FF 100%);
    background: linear-gradient(top,#9494FF 0%,#0000FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9494FF',endColorstr='#0000FF',GradientType=0s);
    color:#FFFFFF;
}
 
.rules-tbl-1-td
{
    border-style:double;
    border-width:1px;
    border-color:000000;
    padding:3px 5px;
    text-align:center;
    vertical-align:top;
}
 
.rules-tbl-1-th:first-child
{
    border-top-left-radius:5px;
}
 
.rules-tbl-1-th:last-child
{
    border-top-right-radius:5px;
}
 
.rules-tbl-1-tr:last-child td.rules-tbl-1-td:first-child
{
    border-bottom-left-radius:5px;
}
 
.rules-tbl-1-tr:last-child td.rules-tbl-1-td:last-child
{
    border-bottom-right-radius:5px;
}
/* <!--|||||||||||||||||||||| FIN tabla ||||||||||||||||||||||||||||--> */
/* <!--|||||||||||||||||||||| Tabla-2 ||||||||||||||||||||||||||||--> */
.rules-tbl-2
{
    border-spacing:0px;
    border-style:solid;
    border-width:1px;
    border-color:000000;
    font:14px Georgia, serif;
    padding:0;
    box-shadow:0px 0px #000000;
    border-radius:5px;
    margin-left: 28%;
    font-size: 20px;
    text-align: center;
}

.rules-tbl-2:hover{
cursor: help;
}
.rules-tbl-2-th
{
    color:#FFFFFF;
    background:#E80000;
    border-style:solid;
    border-width:1px;
    border-color:000000;
    font-weight:bold;
    padding:5px;
    text-align:center;
    vertical-align:top;
}
 
.rules-tbl-2-tr
{
    color:#000000;
    font-weight:normal;
}
 
.rules-tbl-2-tr:hover td
{
    background:#9494FF;
    background: -moz-linear-gradient(top,  #9494FF 0%, #0000FF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9494FF), color-stop(100%,#0000FF));
    background: -webkit-linear-gradient(top,#9494FF 0%,#0000FF 100%);
    background: -o-linear-gradient(top,#9494FF 0%,#0000FF 100%);
    background: -ms-linear-gradient(top,#9494FF 0%,#0000FF 100%);
    background: linear-gradient(top,#9494FF 0%,#0000FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9494FF',endColorstr='#0000FF',GradientType=0s);
    color:#FFFFFF;
}
 
.rules-tbl-2-td
{
    border-style:double;
    border-width:1px;
    border-color:000000;
    padding:3px 5px;
    text-align:center;
    vertical-align:top;
}
 
.rules-tbl-2-th:first-child
{
    border-top-left-radius:5px;
}
 
.rules-tbl-2-th:last-child
{
    border-top-right-radius:5px;
}
 
.rules-tbl-2-tr:last-child td.rules-tbl-2-td:first-child
{
    border-bottom-left-radius:5px;
}
 
.rules-tbl-2-tr:last-child td.rules-tbl-2-td:last-child
{
    border-bottom-right-radius:5px;
}
/* <!--|||||||||||||||||||||| FIN tabla ||||||||||||||||||||||||||||--> */
/* <!--|||||||||||||||||||||||||||||||||||||||||FIN INFO > Reglamento||||||||||||||||||||||||||||||||||||||||||||||||||||--> */

/* <!--|||||||||||||||||||||||||||||||||||||||||||| INFO >ORGANIGRAMA||||||||||||||||||||||||||||||||||||||||||||||||||||--> */

.org{
  margin-left: 12.5%;
  margin-top: 1.5%;
}

/* <!--|||||||||||||||||||||||||||||||||||||||||FIN INFO >ORGANIGRAMA||||||||||||||||||||||||||||||||||||||||||||||||||||--> */

/* <!--||||||||||||||||||||||||||||||||||||||||||||||||||||| SERVICIOS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> */

.contenedor-services{
margin-top: 15%;
margin-left: 2%;
}

.services-op{
    float:left;
    position: relative;
    width: 15%;
    height: 30%;
    margin-left: 13%;
   
}

.services-op-img{

    float:right;
    width: 90%;
    height: 20%;
    padding: 10%;
    border: 4px solid red;
    border-radius: 200px;
    box-shadow: 5px 5px 5px #333;
   -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;

}
.services-op-txt-B{
    margin-left: -15%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #000;
    text-shadow: 2px 2px #CCC;
}

.services-op-txt-M{
    margin-left: -15%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #000;
    text-shadow: 2px 2px #CCC;
}

.services-op-txt-S{
    margin-left: -15%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000;
    text-shadow: 2px 2px #CCC;
}

.services-op-img:hover{
   float:right;
    width: 120%;
    height: 27%;
    margin-top: -40%;
    margin-right: -13%;
    border: 4px solid blue;
    border-radius: 60px;
    box-shadow: 5px 5px 5px #333;
    cursor: pointer;
   }

/* <!--|||||||||||||||||||||||||||||||||||||||||||||||||| FIN SERVICIOS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> */
/* <!--||||||||||||||||||||||||||||||||||||||||| SERVICIOS > BACHILLERATOS||||||||||||||||||||||||||||||||||||||||||||||||--> */
#windows-bachi {
  
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  width: 100%;
}

#windows-bachi {
  padding: 0;
}

#windows-bachi #windows-bachi-li {
  list-style: none;
}

#windows-bachi #windows-bachi-li #windows-bachi-li-a {
  display: block;
  width: 21.7%;
  height: 30px;
  margin-top: -2%;
  border-bottom: 1px solid #333;
  border-radius:  0px 0px 20px 20px;
  
  text-decoration: none;
  text-align: center;
  color: #AAA;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  background-color: #FF0000;
  padding-top: 1.25%;
  opacity: 0.5;
  -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
}

#windows-bachi #windows-bachi-li #windows-bachi-li-a:hover, #windows-bachi #windows-bachi-li #windows-bachi-li-a.active {
  opacity: 1;
  background-color: #0000FF;
  color: #FFFFFF;
    -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
      font-size: 120%;
      padding-top: 0.5%;
      padding-bottom: 1.5%;

}

#windows-bachi #windows-bachi-li-a-section { 
  width: 90%;
  display: none;
  float: left;
  overflow: hidden;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.51) 98%, rgba(255,0,0,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(98%,rgba(255,255,255,0.51)), color-stop(100%,rgba(255,0,0,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.51) 98%,rgba(255,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.51) 98%,rgba(255,0,0,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.51) 98%,rgba(255,0,0,0.5) 100%); /* IE10+ */
}

#windows-bachi #windows-bachi-li-a-section p {

}
#windows-bachi #windows-bachi-li-a-section .values {
width: 50%;
margin-top: -3%;
float: right;
text-align: left;
vertical-align: middle;
font-size: 16px;
 font-family: 'Roboto', sans-serif;
 text-shadow: 1px 1px 2px #333;
}
#windows-bachi #windows-bachi-li-a-section .values li{
width: 50%;
list-style: disc;
}

.no-js #windows-bachi #windows-bachi-li-a-sections {
  display: block;
     overflow: hidden;
}

#windows-bachi #windows-bachi-li-a-section #windows-bachi-li-a {
  padding: 10px 25px;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (min-width: 30em) {
  #windows-bachi {
    width: 100%;
    position: relative;
    border: none;
  }

  #windows-bachi #windows-bachi-li {
    display: inline;
  }

  #windows-bachi #windows-bachi-li #windows-bachi-li-a {
    display: inline-block;
  }

  #windowswindows-bachi #windows-bachi-li-a-section {
    padding: 1%;
    position: absolute;
    top: 42px;
    left: 0;

 
  }
}

/* <!--||||||||||||||||||||||||||||||||||||||scroller||||||||||||||||||||||||||||||||||||||||||||||||--> */
.bachiller-di-1{
list-style-type: none;
width: 100%;
height: 530px;
overflow-y: scroll;
overflow-x:hidden;
}
/* <!--||||||||||||||||||||||||||||||||||||||FIN scroller||||||||||||||||||||||||||||||||||||||||||||||||--> */
/* <!--|||||||||||||||||||||||||||||||||||||| txt ||||||||||||||||||||||||||||||||||||||||||||||||--> */

.bachi-tittle-txt{
float: right;
width: 100%;
font-size: 50px;
margin-top: -0%;
height: 100px;
font-family: 'Pacifico';
border-bottom: solid 2px #aaaaaa;
text-align: center;
padding-right: 3%;
}

.bachi-txt1{
  text-align: center;
  font-family: 'Inconsolata';
  font-size: 20px;
  width: 90%;
  margin-left: 6%;
  margin-right: 5%;
}

.strong-esp{
  font-size: 28px;
}

/* <!--|||||||||||||||||||||||||||||||||||||| FIN txt ||||||||||||||||||||||||||||||||||||||||||||||||--> */
/* <!--|||||||||||||||||||||||||||||||||||||| listas  ||||||||||||||||||||||||||||||||||||||||||||||||--> */
.bachi-main-list1 {
  list-style-type:upper-roman;
  margin-left: 3%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}

.bachi-main-list2A {
  list-style-type:circle;
  margin-left: 15.5%;
  margin-top: 0.01%;
  font-size: 22px;
  font-family: 'Roboto';
  float: left;
}

.bachi-main-list2B {
  list-style-type:circle;
  position: relative;
  margin-left: 55%;
  margin-top: -0%;
  font-size: 22px;
  font-family: 'Roboto';
}

.bachi-main-list-sp{
   list-style-type:upper-roman;
  margin-left: 9%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}

.bachi-main-list-sp2{
   list-style-type:square;
  margin-left: 6%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}
/* <!--|||||||||||||||||||||||||||||||||||||| FIN listas ||||||||||||||||||||||||||||||||||||||||||||||||--> */
/* <!--||||||||||||||||||||||||||||||||||||||  Tablas ||||||||||||||||||||||||||||||||||||||||||||||||--> */
.bachi-tb1
{
    width: 90%;
    margin-left: 5%;
    border-spacing:1px;
    border-style:solid;
    border-width:2px;
    border-color:#000000;
    font:15px Tahoma, Geneva, sans-serif;
    padding:0;
    box-shadow:0px 0px #000000;
    border-radius:10px;
}
 
.bachi-th1
{
    color:#FFFFFF;
    background:#E35858;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    font-weight:bold;
    padding:5px;
    text-align:center;
    vertical-align:middle;
}
 
.bachi-tr1
{
    color:#000000;
    border-bottom-style: solid;
    border-width:1px;
    border-color:#000000;
    font-weight:normal;
}
 
.bachi-tr1:hover
{
    background:#CCCCCC;
    color:#000000;
}
 
.bachi-td1
{
    border-style:solid;
    border-width:2px;
    border-color:#000000;
    padding:5px 0px;
    text-align:center;
    vertical-align:middle;
}
 

/* <!--||||||||||||||||||||||||||||||||||||||  Fin Tablas ||||||||||||||||||||||||||||||||||||||||||||||||--> */
/* <!--||||||||||||||||||||||||||||||||||||||FIN SERVICIOS > BACHILLERATOS||||||||||||||||||||||||||||||||||||||||||||||||--> */



/* <!--|||||||||||||||||||||||||||||||||||||||||SERVICIOS > Actividades||||||||||||||||||||||||||||||||||||||||||||||||--> */
#windows-acti {
  
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  width: 100%;
}

#windows-acti {
  padding: 0;
  margin-top: 1.1%;
}

#windows-acti #windows-acti-li {
  list-style: none;
}

#windows-acti #windows-acti-li #windows-acti-li-a {
  display: block;
  width: 49.74%;
  height: 30px;
  margin-top: -1.4%;
  border-bottom: 1px solid #333;
  border-radius:  0px 0px 20px 20px;
  
  text-decoration: none;
  text-align: center;
  color: #AAA;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  background-color: #FF0000;
  padding-top: 1%;
  opacity: 0.5;
  -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
}

#windows-acti #windows-acti-li #windows-acti-li-a:hover, #windows-acti #windows-acti-li #windows-acti-li-a.active {
  opacity: 1;
  background-color: #0000FF;
  color: #FFFFFF;
    -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
      font-size: 150%;
      padding-top: 0.5%;
      padding-bottom: 1.5%;

}

#windows-acti #windows-acti-li-a-section { 
  width: 100%;
  display: none;
  float: left;
  overflow: hidden;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.51) 98%, rgba(255,0,0,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(98%,rgba(255,255,255,0.51)), color-stop(100%,rgba(255,0,0,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.51) 98%,rgba(255,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.51) 98%,rgba(255,0,0,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.51) 98%,rgba(255,0,0,0.5) 100%); /* IE10+ */
}

#windows-acti #windows-acti-li-a-section p {

}
#windows-acti #windows-acti-li-a-section .values {
width: 50%;
margin-top: -3%;
float: right;
text-align: left;
vertical-align: middle;
font-size: 16px;
 font-family: 'Roboto', sans-serif;
 text-shadow: 1px 1px 2px #333;
}
#windows-acti #windows-acti-li-a-section .values li{
width: 50%;
list-style: disc;
}

.no-js #windows-acti #windows-acti-li-a-sections {
  display: block;
     overflow: hidden;
}

#windows-acti #windows-acti-li-a-section #windows-acti-li-a {
  padding: 10px 25px;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (min-width: 30em) {
  #windows-acti {
    width: 100%;
    position: relative;
    border: none;
  }

  #windows-acti #windows-acti-li {
    display: inline;
  }

  #windows-acti #windows-acti-li #windows-acti-li-a {
    display: inline-block;
  }

  #windowswindows-acti #windows-acti-li-a-section {
    padding: 1%;
    position: absolute;
    top: 42px;
    left: 0;

 
  }
}

/* <!--||||||||||||||||||||||||||||||||||||||scroller||||||||||||||||||||||||||||||||||||||||||||||||--> */
.acti-di-1{
list-style-type: none;
width: 100%;
height: 540px;
overflow-y: scroll;
overflow-x:hidden;
}
/* <!--||||||||||||||||||||||||||||||||||||||FIN scroller||||||||||||||||||||||||||||||||||||||||||||||||--> */

.acti-tittle-txt1{
float: right;
width: 100%;
font-size: 80px;
margin-top: 1%;
margin-bottom: 0%;
height: 100px;
font-family: 'Great Vibes';
border-bottom: solid 2px #aaaaaa;
text-align: center;
}

.acti-txt1{
  text-align: center;
  font-family: 'Inconsolata';
  font-size: 20px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.strong-esp{
  font-size: 28px;
}

/* <!--|||||||||||||||||||||||||||||||||||||| FIN txt ||||||||||||||||||||||||||||||||||||||||||||||||--> */

/* <!--|||||||||||||||||||||||||||||||||||||| listas  ||||||||||||||||||||||||||||||||||||||||||||||||--> */
.acti-main-list1 {
  list-style-type:upper-roman;
  margin-left: 3%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}

.acti-main-list2A {
  list-style-type:circle;
  margin-left: 15%;
  font-size: 30px;
  font-family: 'Inconsolata';
  text-transform: capitalize;
  float: left;
}

.acti-main-list2B {
  list-style-type:circle;
  position: relative;
  margin-left: 55%;
  margin-top: -0%;
  font-size: 22px;
  font-family: 'Roboto';
}

.acti-main-list-sp{
   list-style-type:upper-roman;
  margin-left: 9%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}

.acti-main-list-sp2{
   list-style-type:square;
  margin-left: 6%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}
/* <!--|||||||||||||||||||||||||||||||||||||| FIN listas ||||||||||||||||||||||||||||||||||||||||||||||||--> */

/* <!--|||||||||||||||||||||||||||||||||||||||| IMG ||||||||||||||||||||||||||||||||||||||||||||||||--> */
.bann{
 
  width: 120%;
  height: 155%;
  margin-left: -10%;
  margin-top: -80%;
  opacity: 0.3;

}
/* <!--|||||||||||||||||||||||||||||||||||||| FIN IMG ||||||||||||||||||||||||||||||||||||||||||||||||--> */

/* <!--||||||||||||||||||||||||||||||||||||||FIN SERVICIOS > Actividades||||||||||||||||||||||||||||||||||||||||||||||||--> */


/* <!--|||||||||||||||||||||||||||||||||||||| SERVICIOS > Instalaciones||||||||||||||||||||||||||||||||||||||||||||||||--> */

.insta-tittle-txt1{
float: right;
width: 100%;
font-size: 80px;
margin-top: 1%;
margin-bottom: 0%;
height: 100px;
font-family: 'Great Vibes';
border-bottom: solid 2px #aaaaaa;
text-align: center;
}

.insta-txt1{
  text-align: center;
  font-family: 'Inconsolata';
  font-size: 20px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.strong-esp{
  font-size: 28px;
}

/* <!--|||||||||||||||||||||||||||||||||||||| FIN txt ||||||||||||||||||||||||||||||||||||||||||||||||--> */

/* <!--|||||||||||||||||||||||||||||||||||||| listas  ||||||||||||||||||||||||||||||||||||||||||||||||--> */
.insta-main-list1 {
  list-style-type:upper-roman;
  margin-left: 3%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}

.insta-main-list2A {
   list-style-type:circle;
  position: relative;
  margin-left: 58%;
  margin-top: -25%;
  font-size: 22px;
  font-family: 'Roboto';
}

.insta-main-list2B {
  list-style-type:circle;
  position: relative;
  margin-left: 9%;
  margin-top: 3%;
  font-size: 22px;
  font-family: 'Roboto';
}

.insta-main-list-sp{
   list-style-type:upper-roman;
  margin-left: 9%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}

.insta-main-list-sp2{
   list-style-type:square;
  margin-left: 6%;
  margin-right: 3%;
  font-size: 15px;
  font-family: 'Roboto';
}
/* <!--|||||||||||||||||||||||||||||||||||||| FIN listas ||||||||||||||||||||||||||||||||||||||||||||||||--> */

/* <!--|||||||||||||||||||||||||||||||||||||||| IMG ||||||||||||||||||||||||||||||||||||||||||||||||--> */
.lat{
  border: 1px solid black;
  border-radius: 15px;
  box-shadow: 2px 1px 1px #000;
  position: absolute;
  width: 35%;
  height: 310px;
  margin-left: 53%;
  margin-top: 0%;
  opacity: 0.8;

}
/* <!--|||||||||||||||||||||||||||||||||||||| FIN IMG ||||||||||||||||||||||||||||||||||||||||||||||||--> */


/* <!--||||||||||||||||||||||||||||||||||||||FIN SERVICIOS > Actividades||||||||||||||||||||||||||||||||||||||||||||||||--> */


/* <!--|||||||||||||||||||||||||||||||||||||| Galerias ||||||||||||||||||||||||||||||||||||||||||||||||--> */
.contenedor-gal{
margin-top: 4%;
}

.gal-op{
    float:left;
    position: relative;
    width: 13%;
    height: 30%;
    margin-left: 4.5%;
   
}

.gal-op-img{

    float:right;
    width: 90%;
    height: 20%;
    padding: 10%;
    margin-top: 40%;
    border: 4px solid red;
    border-radius: 35px;
    box-shadow: 5px 5px 5px #333;
   -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;

}
.gal-op-txt-B{
    margin-left: -15%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #000;
    text-shadow: 2px 2px #CCC;
}

.gal-op-txt-M{
    margin-left: -15%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #000;
    text-shadow: 2px 2px #CCC;
}

.gal-op-txt-S{
    margin-left: -10%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    text-shadow: 2px 2px #CCC;
}

.gal-op-img:hover{
   float:right;
    width: 95%;
    height: 20%;
    margin-top: 7%;
    border: 4px solid blue;
    border-radius: 200px;
    box-shadow: 5px 5px 5px #333;
    cursor: pointer;
   }
   /* <!--||||||||||||||||||||||||||||||||||||||FIN Galerias ||||||||||||||||||||||||||||||||||||||||||||||||--> */
   /* <!--||||||||||||||||||||||||||||||||||||||||||||||||||||| CONTACTO ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> */

.contenedor-contact{
margin-top: 10%;
margin-left: 2%;
}

.contact-op{
    float:left;
    position: relative;
    width: 15%;
    height: 30%;
    margin-left: 24%;
   
}

.contact-op-img{

    float:right;
    width: 120%;
    height: 25%;
    padding: 10%;
    margin-top: 10%;
    border: 4px solid red;
    border-radius: 200px;
    box-shadow: 5px 5px 5px #333;
   -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;

}
.contact-op-txt-B{
    margin-left: -40%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #000;
    text-shadow: 2px 2px #CCC;
}

.contact-op-txt-M{
    margin-left: -75%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #000;
    text-shadow: 2px 2px #CCC;
}

.contact-op-txt-S{
    margin-left: -15%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000;
    text-shadow: 2px 2px #CCC;
}

.contact-op-img:hover{
   float:right;
  width: 160%;
    height: 35%;
    margin-top: 5%;
    margin-right: -15%;
    margin-bottom: 7%;
    border: 4px solid blue;
    border-radius: 60px;
    box-shadow: 5px 5px 5px #333;
    cursor: pointer;
    transform:rotate(7deg);
-ms-transform:rotate(7deg); /* IE 9 */
-webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */
   }

/* <!--|||||||||||||||||||||||||||||||||||||||||||||||||| FIN CONTACTO ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> */
/* <!--||||||||||||||||||||||||||||||||||||||||||||||||||||| CONTACTO > COMENTARIOS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> */
.head-coments{
width: 100%;
height: 40px;
border-bottom: 4px solid blue;
background: -moz-linear-gradient(left, rgba(255,0,0,0.5) 0%, rgba(255,255,255,0.88) 30%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.88) 70%, rgba(255,0,0,0.5) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,0,0.5)), color-stop(30%,rgba(255,255,255,0.88)), color-stop(40%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,1)), color-stop(70%,rgba(255,255,255,0.88)), color-stop(100%,rgba(255,0,0,0.5))); 
}

.coments{
width: 100%;
height: 540px;
background-color: white;
overflow: scroll;
}

.head-tit-com{
margin: 0%;
padding-top: 0.2%;
text-align: center;
vertical-align: bottom;
font-family: 'Inconsolata';
font-size: 30px;
color: black;
}

.add-coment{
 background-image: url('../img/secciones/contact/add-coment.png');
 width: 200px;
 height: 35px;
 background-color: #FFF;
 border-radius: 20px;
 position: absolute;
 margin-top: -3.1%;
 -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;

}

.add-coment:hover{
 background-image: url('../img/secciones/contact/add-coment2.png');
 width: 200px;
 height: 35px;
 background-color: #00F;
 opacity: 0.8;
 border-radius: 20px;
 position: absolute;
 margin-top: -3.1%;
  -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.add-coment:active{
 background-image: url('../img/secciones/contact/add-coment2.png');
 width: 200px;
 height: 35px;
 background-color: #000;
 opacity: 1;
 border-radius: 20px;
 position: absolute;
 margin-top: -2.4%;
  -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease;
}
/* <!--||||||||||||||||||||||||||||  FORMULARIO |||||||||||||||||||||||||||||||||--> */
#dialog{

overflow-x:hidden;

}
.dialog-Label-1{
  border: 2px solid #A00;
  background-color: red;
  color: white;
  padding:0.5%;
  padding-left: 2%;
  border-radius: 10px 0px 0px 10px;

}

.dialog-Label-2{
  border: 2px solid #A00;
  background-color: red;
  color: white;
  padding:0.5%;
  margin-left: 0.5%;
  border-radius: 10px 10px 0px 0px;

}

.input-D{
width: 70%;
border-radius: 0px 10px 10px 0px ;
text-align: center;
border: 1px solid #00F;
box-shadow: 1px 1px #00F;
 -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}
.input-D:hover{
width: 70%;
text-align: center;
border: 1px solid #00F;
box-shadow: 5px 5px #00F;
}


.text-D{
  resize:vertical;
  width: 99%;
  border-radius: 10px;
  margin-left: 0.5%;
  box-shadow: 1px 1px #00F;
 -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.text-D:hover{
  resize:vertical;
  width: 99%;
  margin-left: 0.5%;
  box-shadow: 5px 5px #00F;
}

.but-D{
width: 90%;
margin-left: 5%;
margin-right: 5%;
border-radius: 15px;
background-color: red;
color: white;
 -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.but-D:hover{
width: 90%;
margin-left: 5%;
margin-right: 5%;
border-radius: 15px;
background-color: blue;
color: white;
}
/* <!--|||||||||||||||||||||||||||| FIN FORMULARIO |||||||||||||||||||||||||||||||||--> */

.coments{
  overflow-x:hidden;
width: 86%;
margin-left: 7%;
margin-right: 7%;
border-left: 5px solid #0000FF;
border-right: 5px solid #0000FF;
border-radius: -5px -5px -5px -5px;

}
.Body-overflowoff2{
    overflow: hidden;
    background-color: rgba(0,0,0,0.1);
   }

.com-E{
  text-align: center;
  margin-top: 20%;
  font-size: 40px;
  font-family: 'Great Vibes';
}

.com-V{
  background-color: rgba(0, 0, 255, 1);
  border: 2px solid #000;
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 15px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  text-align: left;
}

.com-V-L{
font-family: 'Inconsolata';
font-size: 22px;
margin-left: 5%;
padding-left: 1%;
padding-right: 1%;
border-radius: 5px;
border: 1px solid black;
background-color: white;
}

.com-V-TX{
  width: 90%;
  height: 60px;
font-family: 'Inconsolata';
font-size: 20px;
margin-left: 5%;
margin-right: 5%;
border-radius: 5px;
resize:vertical;
margin-top: 0.5%;
}

.com-V-L-ST{
 font-size: 22px;
 font-family: 'Roboto';
}




.com-LL{
background: rgb(0,0,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,0,255,1) 80%, rgba(0,0,255,1) 80%, rgba(255,0,0,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,rgba(0,0,255,1)), color-stop(80%,rgba(0,0,255,1)), color-stop(100%,rgba(255,0,0,1)));
  border: 2px solid #000;
  border-bottom: 0px;
  margin-top: 2%;
  border-radius: 15px 15px 0px 0px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  text-align: left;
}

.com-LL-L{
font-family: 'Inconsolata';
font-size: 22px;
margin-left: 5%;
padding-left: 1%;
padding-right: 1%;
border-radius: 5px;
border: 1px solid black;
background-color: white;
}

.com-LL-TX{
  width: 90%;
  height: 60px;
font-family: 'Inconsolata';
font-size: 20px;
margin-left: 5%;
margin-right: 5%;
border-radius: 5px;
resize:vertical;
margin-top: 0.5%;
}

.com-LL-L-ST{
 font-size: 22px;
 font-family: 'Roboto';
}



.com-LL2{
  background-color: rgba(255, 0, 0, 1);
  border: 2px solid #000;
  border-top: 0px;
  border-radius: 0px 0px 15px 15px ;
  margin-left: 0.5%;
  margin-right: 0.5%;
  text-align: right;
}

.com-LL2-L{
font-family: 'Inconsolata';
font-size: 22px;
margin-right: 5%;
padding-left: 1%;
padding-right: 1%;
border-radius: 5px;
border: 1px solid black;
background-color: white;
margin-bottom: 2%;
}

.com-LL2-TX{
  width: 90%;
  height: 60px;
font-family: 'Inconsolata';
font-size: 20px;
margin-left: 5%;
margin-right: 5%;
border-radius: 5px;
resize:vertical;
margin-top: 0.5%;
}

.com-LL2-L-ST{
 font-size: 22px;
 font-family: 'Roboto';
}
/* <!--||||||||||||||||||||||||||||||||||||||||||||||||||FIN CONTACTO > COMENTARIOS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> */