@charset "utf-8";
html, body {
	height: 100%;
	width: 98%;
	margin: auto;
}
#tipo {
	font-size: 14px;
	background-color: #E0E0E0;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#textos {
	margin-right: 20px;
	margin-left: 20px;
}
#titulo {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#formulario .boton {
	width: 50%;
	height: 30px;
}

#formulario .busqueda {
	width: 50%;
	height: 34px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
	vertical-align: middle;
	font-size: 18px;
}

#miniformulario {
	border: 1px dashed #CCC;
	text-align: center;
	margin: auto;
	padding: 10px;
	width: 440px;
}

#miniformulario input, #miniformulario textarea {
	width: 400px;
	border: 1px solid #000;
}

#miniformulario input:focus, #miniformulario textarea:focus {
	background-color: #FFC;
}

#agenda {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}


a {
	text-decoration: none;
	color: #00C;
}

a:hover {
	color: #900;
	text-decoration: none;
}
#menusup {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFD8DB;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 15px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#seccion {
	background-color: #e5ecf9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366cc;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.widon {
	cursor: pointer;
	vertical-align: middle;
}
.widoff {
	cursor: pointer;
	filter: Gray;
	vertical-align: middle;
	opacity: .5;
}
#widgets {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.falsolink {
	color: #00F;
	cursor: pointer;
	font-style: italic;
	font-size: 10px;
}

#logogj {
	margin: auto;
	
}

#logogj .img {
	height: 90%;
	max-height: 125px;
	width: 90%;
	max-height: 330px;
	
}
