/* 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: sans-serif;
	vertical-align: baseline;
  font-family: sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

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;
}



/*  ******************************************************************** MI CSS */




.h2proys{
  text-align: center;
  font-family: 'arial';
  font-size: 25px;
  color: orange;
}


.h3proys{
  text-align: center;
  font-family: 'arial';
  font-size: 20px;
  color: grey;
}



p{
  font-size: 14px;
  margin-top: 16px;
  line-height: 18px;
  font-family: sans-serif;
  color: grey;
  font-family: 'arial';
}


.planos{
  width: 90%;
  margin: auto;
  padding-top: 10px;
  border-top:  solid grey 1px;
  margin-top: 25px;
}


.descripcion{
  width: 85%;
  margin: auto;
}


.columntext {
  float: left;
  width: 50%;
  padding-right: 3%;
}

/* Clear floats after the columns */
.rowtext:after {
  content: "";
  display: table;
  clear: both;
}



.topmenu .res .active2{
  color: orange;
}









/*  ******************************************************************** slider2 */


.uncuarto{
  width: 24%;
  display: inline-block;
  vertical-align: top;
}


#myImg, #myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}
#myImg2:hover {opacity: 0.7;}


/* The Modal (background) */
.modal, .modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content, .modal-content2 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption, #caption2 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption, .modal-content2, #caption2 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close, .close2 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.close2:hover,
.close2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content, .modal-content2 {
    width: 100%;
  }
}






/*  ******************************************************************** DATOS PROYECTO */


.datosproyecto{
  width: 100%;
  border-top: solid grey 1px;
  height: 500px;
  margin-top: 25px;
  border-bottom: solid grey 1px;
}



.datosproyecto div{
  display: inline-block;
}

.mapa{
  width: 25%;
}

.mapa iframe{
  width: 100%;
}

.mapadatos{
  width: 72%;
}

.mapadatos p{
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}




.mapadatos p {
  font-size: 14px;
  line-height: 16px;
}


/*  ******************************************************************** R */

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1200px) {
  .column {width: 100%;}
  .descripcion{ width: 95%;}
  .columntext {width: 100%; padding-right: 15px;}
}










































