@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #00ABBD 120%);

background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #00ABBD 120%);

background-image: -o-linear-gradient(top left, #FFFFFF 0%, #00ABBD 120%);

background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(120, #00ABBD));

background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #00ABBD 120%);

background-image: linear-gradient(to bottom right, #FFFFFF 0%, #00ABBD 120%);
   height: 98%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -moz-tap-highlight-color: rgba(0, 0, 0, 0);
   tap-highlight-color: rgba(0, 0, 0, 0);
   font-size: 100%; 
   font-family:Arial, Helvetica, Verdana, sans-serif;
}
html{
   height: 100%;
   width: 100%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

li{
  list-style: none;
}

a{
  text-decoration: none;
   outline: none; 
   -moz-outline-style: none;
}






#container {
   width: 100%;
   height: 100%;
   min-width: 320px;
   position: absolute;
   z-index: 4000;
   top:0;
   background-color: rgba(0, 0, 0, 0.7);
   display: none;
   
}




/* ESTILOS PROPIOS */




.fondo{
    width: 99%;
   max-width: 1200px;
   height: 99%;
   display: block;
   margin: 0 auto;
   position: relative;
   
}






section {
    width: 100%;
    height: 100%;
   /*! min-height: 580px; */
    max-height: 800px;
    margin: 10px auto 0 auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
   border: solid 2px #fff;
    background-color: #00abbd;    
    display: block;
    overflow: hidden;
  
   background-image: url(../imagenes/logo.png), url(../imagenes/fondo.jpg);
   background-repeat: no-repeat;
   background-size: 15% auto, 100% auto;
   background-position: 98% 98%, top center;
   box-shadow:  0px 0px 150px rgba(0, 0, 0, 0.7);
   -moz-box-shadow:  0px 0px 150px rgba(0, 0, 0, 0.7);
   -webkit-box-shadow:  0px 0px 150px rgba(0, 0, 0, 0.7);
}


#conrita{
   width: 90%;
   height: 70%;
   display: block;
   margin: 12% 5%;
   padding: 3% 0 0 0;

   display: none;
}


#conrita .nube{
   width: 29%;
   height: 35%;
   display:inline-block;
   margin: 2% 2%;
   background-image: url(../imagenes/nube.png);
   background-repeat: no-repeat;
   background-size: 100%;
   background-position: center;

}
/*#conrita .nube a{
   width: 80%;
   margin: 21% auto 0 auto;
   display: block;
   text-align: center;
   color: #0a5d66;
   font-size: 1.9em;
   font-weight: bold;
   line-height: 1.2em;

   color: #13727d;

}*/
#conrita .nube a{
   width: 80%;
   left: 10%;
   top: 33%;
position: relative;
   display: block;
   text-align: center;
   color: #0a5d66;
   font-size: 1.7em;
   font-weight: bold;
   line-height: 1.2em;
   color: #13727d;

}


#conrita a:hover{
   color: #a1c3c7;
   text-decoration: underline;
   
}









/*MEDIA QUERIES*/







@media screen and (max-height: 768px) and (max-width: 1024px) {
#conrita .nube a{
   left: 10%;
   top: 33%;
    font-size: 1.7em;
   line-height: 1.2em;
   }
     
}



@media screen and (max-width: 320px) {
.fondo{
    width: 95%;
      height: 98%;
   }
#conrita .nube{
   width: 45%;   
   }
#conrita .nube a{      
   left: 2%;
   top: 15%;
    font-size: 0.9em;
   line-height: 1em;
   }
     
}


@media screen and (min-width: 320px) and (max-width: 479px) {
.fondo{
    width: 95%;
      height: 98%;
   }
#conrita .nube{
   width: 45%;   
   }
#conrita .nube a{      
   left: 10%;
   top: 42%;
    font-size: 0.9em;
   line-height: 1em;
   }
     
}



@media screen and (min-width: 480px) and (max-width: 639px) {
section {
   margin-top: 5px;
   }
   
.fondo{
    width: 97%;
      height: 97%;
   }
#conrita .nube{

   }
#conrita .nube a{
      left: 10%;
   top: 30%;
    font-size: 0.85em;
   line-height: 1.1em;
   }
     
}


@media screen and (min-width: 640px) and (max-width: 767px){
#conrita{
   width: 90%;
   height: 70%;
   margi-top:0px;
   padding: 1% 0 0 0; 
   }
section {
   margin-top: 2px;
   }
.fondo{
    width: 98%;
      height: 99%;
   }
#conrita .nube{
 height: 41%;
   }
#conrita .nube a{
         left:10%;
   top: 42%;
    font-size: 1.1em;
   line-height: 1em;
   }
     
}