@charset "utf-8";
/* CSS Document */

.popUp {
	position: fixed;
	width: 100%;
	display: table;
	background: red;
	z-index: 999;
	opacity: 0;
	height: 0;
	-webkit-transition: all 500ms ease-out 1s;
	-moz-transition: all 500ms ease-out 1s;
	-o-transition: all 500ms ease-out 1s;
	transition: all 500ms ease-out 1s;
}
.popUp.show{
	opacity: 1;
	height: 45px;
}

.popUp span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	width: 30px;
	font-size: 22px;
}

.popUp p {
	display: table-cell;
	vertical-align: middle;
}


ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

html {
	/*overflow-y:scroll;*/
	overflow-x: hidden;

}

span {
	font-weight:700;
}

body{
	background: url(../img/fondo0.jpg) no-repeat center center fixed !important; 
  
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  
  	transition: background-size 2s ease-in;
	-moz-transition: background-size 2s ease-in;
	-web-kit-transition: background-size 2s ease-in
s
}

.canvas{
	width:280px;
	height:140px;
	display:block;
	margin: 0px auto;
}

#canvas_cap_planta{
	margin-top:-40px;
}

a:link, a:visited,a:hover,a:active { 
	text-decoration:none;
    color: #FFF;
}


/*@import url(http://fonts.googleapis.com/css?family=Lato:100,300,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}*/

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

html, body, .pagewrap {
	height: 100%;
}

body {
	background: #4fc3f7;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
	margin:0;	
	font-family: 'Lato', Arial, sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
	text-shadow: 0px 0px 9px rgba(0,0,0,0.5);

}

.container {
	min-height: 100%;
}


section {
	padding: 3em 1em 10em;
	text-align: center;
	clear: both;
}

section h2 {
	font-size: 2.6em;
	font-weight: 300;
	padding: 4em 0 0.4em;
}

section p {
	font-size: 1.5em;
	line-height: 1.5;
	margin-top: 0;
}

.related > a {
	border: 1px solid rgba(0,0,0,0.3);
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a:hover {
	border-color: #fff;
	color: #fff;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

.columns {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.column {
	width: 50%;
	padding: 0 2em;
	float: left;
}

.pageload-link {

}

.pageload-link:hover {
	color: #fff;
}

.amatic {
	font-family: 'Amatic SC', cursive;
}


#contenedor_tabla{
	opacity:0;
}

.tabla {
	width:80%;
	max-width:800px;	
	margin:auto;
	border: solid 1px rgba(255,255,255,0.73);
	color:#FFF;
	margin-top:30px;

}

.tabla th, .tabla td {
	padding:0;
	margin:0;
	border: solid 1px rgba(255,255,255,0.73);	
}

.tabla th {
	background:rgba(204,204,204,0.3);
	font-size:20px;
	padding:10px 0;
}

.tabla th, .tabla td{
	width:50%;
}

