﻿a {
	text-decoration: none;
	border: 0px transparent solid;
}

img {
	border: 0px;
}

.grupo {
	margin: 20px;
	text-align: center;
	padding: 0px;
	background-color: white;
	border: 1px #088 solid;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 5px #000;
	-moz-box-shadow: 0px 2px 5px #000;
}


.titulo {
	border: 1px #088 solid;
	background-color: #088;
	color: white;
	font-size: 20px;
	text-align: left;
	border-radius: 10px 10px 0px 0px;
	margin: 0px;
}	



div.barra_inferior {
	padding: 5px;
	text-align: center;
	border: 0px #000 solid;
	position: fixed;
	top: 100%;
    left: 0;
    transform: translate(0%, -100%); 
	width: 100%;
	background-color: #008080;
	opacity: 0.9;
	-webkit-box-shadow: 0px -2px 5px #000;
	-moz-box-shadow: 0px -2px 5px #000;
	z-index: 3;
}

div.letra {
	font-size: 70px;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	color: white;
	margin: 10px;
}

table.base {
	height: 100%;
}

a.vinculo {
	text-decoration: none;
	border: 0;
	color: green;
}
a.vinculo:hover {
	text-decoration: underline;
	color: black;
}

.buscador {
	margin: 10px;
	color: #c0c0c0;
	font-size: 30px;
	border: 2px #088 solid;
}
.boton_buscador {
	background-color: white;
	margin: 10px;
	color: #088;
	font-size: 30px;
	border: 2px #088 solid;
}

.ruta_local {
	color: white; 
	background-color:blue; 
	position: fixed;
    top: 100%;
    left: 100%;
    transform: translate(-100%, -200%); 
	z-index:-1;
	white-space: nowrap;
}

table.comunidad {
	width: 100%;
	border: 0;
	cursor: pointer;
}

.boton {
	color: #088;
	text-decoration:none;
	padding: 5px;
	border: 2px solid #008080;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-radius: 10px;
	margin: 10px;
	-webkit-box-shadow: 0px 2px 5px #000;
	-moz-box-shadow: 0px 2px 5px #000;
}
.boton:hover {
	background-color: #088;
	color: white;
}

table.menu {
	width: 100%;
	cursor: pointer;
}

hr {
	border: 1px #CFF solid;
}

input,textarea,select {
	
	border: 1px solid #CFF;
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-radius: 10px;
	padding: 10px;
}

div.ventana_interior {
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 70%;
	top:0;
	left:0;
	z-index: -1;

	
}

div.cerrar {
	border: 1px #088 solid;
	background-color: #088;
	color: white;
	font-size: 20px;
	text-align: right;
	border-radius: 10px 10px 0px 0px;
	margin: 0px;
	cursor: pointer;
}
div.guardado {
	font-size: 30px;
	background-color: white;
	color: #088;
	text-decoration:none;
	padding: 5px;
	border: 2px solid #008080;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-radius: 10px;
}
tr.sel {
	border-radius: 10px;
	cursor: pointer;
}

a.marco {
	color: #088;
	text-decoration:none;
	padding: 5px;
	border: 2px solid #008080;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-radius: 10px;
}

a.marco:hover {
	background-color: #088;
	color: white;
}

body {
	
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 1; 
	overflow-x: hidden;
	color: #088;
}

.fondo {
	position: fixed;
	top: 0;
	left: 0;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}

td.barra {
	text-align: center;
	width: 33%;
	z-index: 10;
	
}
table.barra {
	border: 0px #000 solid;
	position: fixed;
	top: 0;
    left: 0;
	width: 100%;
	background-color: #008080;
	color: white;
	opacity: 0.9;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 5px #000;
	-moz-box-shadow: 0px 2px 5px #000;
}

th {
	text-align: center;
}


.perfil {
	width: 50;
	height: 50;
	border: 0px solid #000;
	border-radius: 50px;
}

.editar {
	background-color: #008080;
	color: white;
	text-align: right;
	border-radius: 10px;
}

