.Cabeceras {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #cb0000;
	margin: 0px;
	float:left;
	display: block;
}
.forms2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color:#D9FFFE;
	border:#666666 dashed thin;
	margin: 5px;
	padding: 5px;
	/*border-bottom:#333333 solid thin;
	border-right:#333333 solid thin;
	border-top:#CCCCCC solid thin;
	border-left:#CCCCCC solid thin;*/
}

.link:hover {
	font-style: italic;
	cursor: pointer;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
.forms {
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.textareaNOBORDER {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border-width: 0 0 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	top: 0px;
}
.textareaform {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #D9FFFE;
	border: 1px none #6699FF;
}



.mhead{
	border-bottom:#990000 thin solid;
	width:100%;
	padding-bottom:5px;
}
.mbody{
	display:block;
	padding: 0.75em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#mbody #imageglobe {
	float: left;
	padding: 0.25em;
	margin: 0.45em;
	border: thin dashed #990000;
	width: auto;
	clear: right;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	display: block;
	background-color: #CCCCCC;
}


.mfooter{
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	clear: both;
	display: block;
	float: none;
	margin: 0.25em;
}


.toolbar{
	cursor: hand;
	padding-top:4px;
	
	
}

hr {
	margin: 0px;
	padding: 1px;
	height: 1px;
	width: 90%;
	color:#000000;
}
.thumbnail{
position: relative;
z-index: 0;
border:0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
z-index:1000;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: -200px; /*position where enlarged image should offset horizontally */
	max-height:450;
	max-width: 700;

}

.info{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#FFFF66;
color:#000000;

}

.autor{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#009900;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	float: none;
	clear: none;
	vertical-align: baseline;
	white-space: pre;
	display: block;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: none;
	position: fixed;
	left: 0px;
	top: 0px;
}
#topBar {
	background-color: #990000;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-left: 1px;
	top: 0px;
	right: 0px;
	height: 1em;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	float: none;
	position: fixed;
	clear: none;
}

#content{
	width:100%;
	height:100%; 
	margin: 0 auto;
}

body{
	margin: 0px;
	background-color:#FFFFFF;
}

.left{
	width:50%;
	height:auto;
	float:none;
	border-right:#EBE9E9 thin solid;
	padding: 0px;
	margin: auto;
}

.right{
	width:80%;
	height: auto;
	float:none;

	margin 100px auto;
	margin: auto;
}

#instrucciones{
	border:#333333 dashed thin;
	background:#CCFF99;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:2em;
	margin-bottom: 8em;
	margin-left: 0.1em;
	margin-right: 0.1em;
	padding: 5px;
	text-align:justify;
}
.right #map2{
	border:#000000 thin solid;
	height:300px;
	background-color:#FFCCCC;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 55px;
	padding-bottom: auto;
	padding-left: 55px;
}
#fotos{
	width: auto;
	height: auto;
	background-color:#D6FFB7;
}
#line{
	height:1px;
	border-bottom: #ddd thin solid;
	margin-bottom: 5px;
}


#fotos .foto{

	
	margin: 5px;
	padding: 5px;
	border:#000000 thin solid;
	float: left;
	background-color:#E1FFEA;
}

#fotos .spacer{
	clear: both;
}

div form{
	
}

#lista{
	display:none;
	visibility:hidden;
	width:0px;
	height:0px;
	
}
#lista a{
	font-family:Verdana, Arial, Helvetica, sans-serif;

	color:#00CC99;
	font-size:10px;
	font-weight:bold;
}
.header{
	border:#990000 thin;
	width:100%;
	height:auto;
	background-color: #990000;
	clear:both;
	text-align: right;

	
	

}
.header span{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	padding-right: 10px;
}
.header span span:hover #lista{
	display:block;
	visibility:visible;
	width:300px;
	height:300px;
	position:absolute;
	right:0px;
	top:1.1em;
	background:#FFFFFF;
	border-bottom: #000 thin solid;
	border-right: #000 thin solid;
	border-left: #000 thin solid;
	border-top: #FFF thin solid;
	z-index:100;
	color:#000000;
	padding:15px;
	text-align:left;
	overflow:scroll;
	opacity:0.8;
}

.header span span:hover{
background-color:#FFF;
color:#990000;
font-weight:900;
}
.header span span{

	color:#FFFFFF;
}
#header a{
color:#fff;
}
#header a:hover{
color:#900;
}
a{
	color:#FFFFFF;
	text-decoration:none;
	border-width:0;
}
a:hover{
	color:#990000;
	background-color:#FFF;
	font-weight:900;
}

a img{
	border:0;
}
span,div img{
	vertical-align:middle;
}

#successSave{
	color:#006600;
	font-weight:bold;
	font-style:italic;
	font-size:medium;
	font-family:Tahoma, Verdana, Arial;
	float:left;

}
#errorSave{
	color:#990000;
	font-weight:bold;
	font-style:italic;
	font-size:medium;
	font-family:Tahoma, Verdana, Arial;
	float:left;
}

#addFoto1{
	margin: 5px;;
	padding: 5px;
	border:#000000 thin solid;
	float: left;
	background-color:#E1FFEA;
	width: 80px;
	height: 60px;
	color:#7DFF84;
	font-weight:900;
	font-size:53px;
	text-align:center;
}

#icontipes{
	width:100px;
	height:150px;
	overflow:scroll;
	position:relative;
	float:right;
	top:-32px;
	right:-32px;
	background:#FFFFFF;
	border:#000000 thin solid;

}

#add{
	width: 6em;
	height: auto;
	top:-25px;
	left:20px;
	position:relative;
	margin: 0px 0px -20px 5px;
}

#infowindow{
	position:relative;
	right:1px;
	top:72px;
	width:400px;
	display:block;
	border:#000 thin solid;
	background-color:#FFF;
}
#map{
	
	width:auto;
	display:block;
}
#form {
	margin: auto;
	padding: 5px;
	width: 45%;
}

