﻿html{color:#000}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


body{
	background: url("background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.boton{
	width: 100%;
	min-height: 30px;
	margin:5px 0px 5px 0px;
	font-size: 70px !important;
	font-style: bold !important;
}

.backtable{
	border:0px;
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top:10px;
	color:#005680;
}
	.backtable tr:first-child{
		font-weight: bold;
		background: #005680;
		color: #FFF;
	}


.top{
	width: 100%;
	padding-bottom: 10px;
}

.divocupatodo{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,0.90);
	color: #DFE6F2;
	overflow-y: scroll;
	overflow-x: hidden;
	color:#005680;
}

.gMap{
	width: 100%;
	overflow: none;
}

	.gMap img{width: 100%; }


.notaedit{
	width: 100%;
	padding-left:10px;
	overflow: none;
	margin-top:20px;
	margin-bottom: 20px;
}

	.notaedit span{
		font-weight: bold;
	}

	.notaedit textarea{
		width: calc(100% - 22px); /* 10px:margin-left; 2px:border; 10px:margin-right;	*/
		height: 50px;
		border: 1px solid #9B4E00;
	}

.listItem{

}
	.listItem .item{
		padding-bottom: 3px;
		margin-bottom: 12px;
		background: rgba(0,0,0,0.05);
/*		box-shadow: inset 0px 3px 12px 0px rgba(255, 255, 255, 0.75);
	*/
	}

	.listItem .item:hover{
		background: rgba(0,0,0,0.1);
	}

	.listItem .item table{
		width: 100%;
	}
		.listItem .item table tr{
			color: #006595;
		}
		.listItem .item table tr td{width: 50%;font-weight: bold; text-align: center;}
		.listItem .item p{
			font-weight: bold;
			font-size: 18px;
			text-align: center;
			color:#00293E;
		}

.esquina_back{
	width: 30px;
	height: 30px;
	background-color:#88D9FF;
	background-image: url(esquina.png);
	background-size: 100%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	-webkit-animation:esquina 5s;
	-webkit-animation-iteration-count:3;
	animation:esquina 5s;
	animation-iteration-count:3;
}

@keyframes esquina{
	0%   {background-color:#AAE3FF;}
	25%  {background-color:#93CDFD;}
	50%  {background-color:#93CDFD;}
	100% {background-color:#AAE3FF;}
}

.anihide{display: none;}

.saveposition{
	
}