

* {
margin:0;
padding:0;
}
/* General Style Info */
body {
	background-color: #000;
	color: #fff;
	font-family:'Courier new',Trebuchet,Verdana,Sans-Serif;
	/* font-family:'lucida grande',verdana,helvetica,arial,sans-serif; */
	font-size:75%;
	margin: 0;
}
a {
	background-color: inherit;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background-color: black;
	color: white;
	text-decoration:none;
}
.boton {
	background-color: white;
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: black;
	padding: 1px 4px 1px 4px;
	margin-bottom: 3px;
	white-space: nowrap;
}
.boton:hover {
	background-color: black;
	color: white;
}
a img {
	border:none;
}
.alinear{
	vertical-align: middle;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
h1 {
	color: #000;
	font-size: 200%;
	margin: 0.1em 0;
	font-weight: bold;
}
h2 {
	color: #929292;
	font-family:'Verdana','lucida grande',helvetica, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0.3em 0;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}
/* Layout */
#container {
	text-align: left;
}
#header{
	width: 100%;
}
#header h1 {
	color: #ffffff;
	padding: 0 10px;
	font-size: 100%;
}
#header h1 a {
	color: #ffffff;
	background: #000;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #ffffff;
	background: #000;
	text-decoration: underline;
}
#content{
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
/* Tables */
table {
	background-color: #fff;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	margin-top: 10px;
}
th {
	background-color: #000;
	color: #fff;
	border-top: 2px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size:105%;
}
th a {
	color: #fff;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-bottom: 1px solid #000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: center;
}
table tr:hover td{
	background: #ddd;
}
table tr.altrow:hover td {
	background: #ddd;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0 4px;
}
td.actions a:hover {
	background-color: #DDD;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
/* MENU */
div.menu {
	color: #fff;
	background-color: #000;
	margin-bottom: 2em;
}
div.menu a {
	color: #fff;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	font-weight: normal;
}
div.menu a:hover {
	color: #000;
	font-weight: bold;
	background-color: #fff;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
/*fin MENU*/
/* Paging */
div.paging {
	color: #000;
	margin-bottom: 2em;
	clear: both;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging a {
	color: #fff;
	background-color: #000;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.paging a:hover {
	color: #000;
	background-color: #fff;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.paging span.current {
	border: 1px solid black;
	color: black;
	font-weight: bold;
	background-color: #fff;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
div.paging span a {
	color: #fff;
	background-color: #000;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.paging span a:hover{
	color: #000;
	background-color: #fff;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
/* Scaffold View */
 dl {
	width: 100%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	color: #000;
	margin-top: 1em;
}
dd {
	width: 100%;
} 
/* Form Sections ========================================== */
.input input[type='text'], .oneField input[type='text'], .input input[type='password'], .oneField input[type='password']{
	width:300px;
}
input.required, textarea.required{ /*div.required input, div.required textarea, */
	background-image: url(../img/required.gif);
	background-position: right; 
	background-repeat: no-repeat;
	padding-right:16px;
}
/* Fieldset  */
button{
	background-color: white;
	margin:2px 5px 2px 0;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: black;
	color: black;
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
	padding-left: 2px;
	padding-right: 2px; 
}
button:hover {
	background-color: black;
	color: white;
	border-color: black;
}
fieldset legend {
	line-height: 100%;
	padding: 4px 15px;
	background-color:#fff;
	border-width:1px 1px 1px 7px;
	border-color:#000;
	border-style:solid;
	color:#000;
	font-weight:bold;
	font-size:92%;
}
fieldset {
	position:relative;
	margin: 2em 0 20px 20px;
	padding: 15px 10px 10px 10px;
	background-color:#fff;
	border-width:1px 1px 1px 7px;
	border-style:solid;
	border-color:#000;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
	border-left: 1px solid #DFDED2;
	border-right: 1px solid #DFDED2;
	line-height: normal;
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#ecefcb;
}
form .alternate-1 td {
	border-left: 1px solid #DFDED2;
	border-right: 1px solid #DFDED2;
}
/* Combo Label + Input Field ===================================== */
form .oneField, form .input {
	margin: 6px 0;
	display: block;
	vertical-align: middle;
}
form .inlineSection .oneField, form .inlineSection .input {
	margin-right: 2px;
	white-space: nowrap;
	display: inline;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap;
}
/* Field Labels ================================================ */
/* Base */
label, form .label {
	margin:0 5px 0 0;
	color:#818181;
	line-height: normal;
}
/* Text inputs / Select label */
label.preField, .input label {
	font-size:90%;
	font-weight:bold;
	display: -moz-inline-box;
	display: inline-block;
	min-width:140px;
	text-align:right;
	white-space: nowrap;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	padding: 0 4px;
	font-size:90%;
	color:#5c71a2;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel, form .inlineSection .input .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;
	font-size:90%;
	font-weight:bold;
	text-align:right;
	min-width:100px;
}
/* Inputs ================================================ */
textarea {
	background-color:#ffffff;
	border-width: 1px 1px 1px 5px;
	border-style: solid solid solid solid;
	border-color: black;
	color: black;
	padding: 0;
	font-family:"Courier New", Courier, mono;
	vertical-align: top;
	margin: 2px 2px 1px 0;
	height: 70px;
	width: 60%;
	font-size:small;
}
input {
	background-color:#fff;
	margin:2px 5px 0 0;
	border-width: 1px 1px 1px 5px;
	border-style: solid solid solid solid;
	border-color: black;
	color: black;
	font-family:"Courier New", Courier, mono;
	padding:1px 2px;
}
input[type='checkbox'] {
	margin-right: 5px;
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
	border-width: 1px 1px 1px 5px;
	border-style: solid solid solid solid;
	border-color: black;
	background-color: white;
	font-family:"Courier New", Courier, mono;
	color: black;
}
.inlineSection .oneField select , .inlineSection .input select{
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}
.gridSection input[type='checkbox'] {
	margin: 0 !important;
}
form .alternate-1 input {
	background-color:#ecefcb;
}
/* Buttons ============================================= */
form .actions {
	padding-top: 15px;
	text-align: right;
	clear: right;
}
/* Submit button */
form .primaryAction {
	background-color:#e9f9ac;
	border:1px solid #809431;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	margin:0 0 0 20px
}
form .primaryAction:hover {
	background-color:#E9FDD7;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
	background-color:#e9f9ac;
	border:1px solid #809431;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	margin:0 0 0 20px
}
form .secondaryAction:hover {
	color: black;
}
/* Form Builder Related Rules =============================== */
/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 1.5em 0;
	line-height: 130%;
}
/* IE6 BUG FIXES ======================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	overflow: expression('visible');
}
form .inlineSection .oneField, form .inlineSection .input {
	display: expression('inline-block');
}
label.preField, form .inlineSection .oneField .inlineLabel, .input label , form .inlineSection .input .inlineLabel{
	width: expression('10em');
	white-space: expression('nowrap');
}
/* FIN IE6 BUG FIXES ============================================================ */
input.errFld, select.errFld, textarea.errFld{
	border-width: 1px 1px 1px 5px;
	border-style: solid solid solid solid;
	border-color: red;
	background-color: #FFFCE2; 
	background-image: url(../img/warning_obj.gif);
	background-position: right; 
	background-repeat: no-repeat;
}
.errMsg {
	margin: 5px 0;
	padding: 3px;
	color : #e32;
	font-weight: bold;
	display: inline;
}
/* Notices and Errors */
div.message {
	padding:10px;
	border:1px solid #DD3C10;
	background: #FFEBE8 none repeat scroll 0 0;
	margin:0 0 10px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}
/*  Actions  */
div.actions ul {
	margin: 10px 0;
	padding: 0;
}
div.actions li {
	clear: both;
	display: inline; 
	list-style-type: none;
	line-height: 2em;
	margin: 0 1em 0 0;
	white-space: nowrap;
}
/* Related */
div.related {
	clear: both;
	display: block;
}
/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}
/*************************
 http://green-beast.com/gbcf-v3/files/themes/default.css
**************************/
input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
	border : 1px solid #666;
}
input:focus, input.focus,
select:focus, select.focus,
textarea:focus, textarea.focus {
	border-width: 2px 2px 2px 5px;
	border-style: solid solid solid solid;
	border-color: black;
}
/*************************
 http://green-beast.com/gbcf-v3/files/themes/default.css
**************************/
/* Field-Hint with focus */
form .field-hint {
	position: absolute;
	width: 180px;
	z-index: 50;
	background-image: url(../img/hint_topborder.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 14px 0 0 0;
	margin:  2px 0 0 10px;
	color: #000;
}
form .field-hint div {
	background-color: #ffe;
	border-left: 1px solid #809431;
	border-right: 1px solid #809431;
	border-bottom: 1px solid #809431;
	padding: 4px
}
/* Field-Hint without focus */
form .field-hint-inactive {
	visibility: hidden;
	position: absolute;
}
/********** ESTILOS PROPIOS ***************/
#map_container {
	display:none;
	position: absolute; 
	top: 150px; 
	left: 300px; 
	padding: 10px;
	border: 1px solid #000; 
	background-color: #FFF;
}
hr {
	background-color: #E8E8E8;
	border: 0;
	height: 1px;
	margin-bottom:10px;
	margin-top: 5px;
}
div.celda_fotos{
	float: left; 
	margin-right: 2em;
	margin-bottom: 1em;
	width: 20em; 
	height: 21em;
}
.recordatorios{
	margin-top: 2em;
	margin-left: 2em;
	font-family:Arial, Helvetica, sans-serif;
}
.usuario_salir{
	color: white;
	text-align:right;
	margin-right: 1em;
	margin-top: 1em;
	float: right;
}
.usuario_salir a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.usuario_salir a:hover {
	color: #fff;
	background: #000;
	text-decoration: underline;
}
div.linea_amarilla{
	width: 100%;
	height: 1px;
	clear: both;
}
hr.linea_amarilla{
	background-color: #ffcc00;
	color: #ffcc00;
}
.logo{
	margin-left: 1em;
	margin-top: 10px;
	float: left;
}
.menu_container{
	float: right;
	width: 300px;
	padding-right: 3em;
}
.hidden{
	display: none;
}
input.cabecera {
	background-color: #131313;
	border: 1px solid #FFF;
	border-left: 5px solid #FFF;
	font-size: 90%;
	color: #FFF;
	width: 9em; /* solo para IE */
}
input[type='submit'].cabecera {
	background-color: #000;
	border: 1px solid #FFF;
	border-left: 5px solid #FFF;
	color: #FFF;
	width: 10em;
}
div.cabecera{
	display:inline;
}
#header_abajo{
	margin-top: expression('.6em');
}
.foto{
	padding: 4px;
	border: 1px solid #000;
}
a img.foto:hover {
	background-color: black;
	color: white;
}
.vista_foto{
	float: left;
	margin-right: 1em;
}
.largos{
	margin-right: 1em;
	font-size: 13px;
	font-weight: bold;
}
.mapa_escuela{
	float: right;
	margin-left: 15px;
	width: 45%;
}
.acciones_largo{
	clear: left;
	margin-left: 2.5em;
	margin-bottom: 1.5em;
}
.centrado{
	text-align: center;
}
.nowrap{
	white-space: nowrap;
}
/********** MENU FOOTER ***************/
.footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
	text-align:center;
	font-family:arial,verdana,serif;
}
#menu-footer {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}
#menu-footer li {
	display:inline;
	padding:0 0.6em;
	margin:0;
}
.footer a:link, .footer a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight: normal;
}
.footer a:hover, .footer a:active {
	color:#FFCC33;
	text-decoration:none;
	font-weight: normal;
}
ul, li {
	margin:0 12px;
}
.enlace {color:#C78410; font-size: 12px; font-weight: normal; }
.enlace:hover {color:#C78410; background-color: white; text-decoration: underline;}
.icon_web {
	background-image: url(/img/html.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	margin-bottom: 5px;
}
.icon_pdf {
	background-image: url(/img/pdf.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	margin-bottom: 5px;
}
.icon_picture {
	background-image: url(/img/picture.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	margin-bottom: 5px;
}
.enlace_icon:hover{background-color: #FFF;}
.miniatura{
	padding: 2px;
	border: 1px solid #686868;
}
.adyacentes{
	background-color: #E8E8E8;
	padding: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 150px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF; /*EF8686*/
	border: 2px solid #000;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(/img/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; /* #BB0000 */ }
#MB_header {
  background-color: #000; /* #BB0000*/
  border-bottom: 1px solid #CCC; /*BB0000*/
}
#MB_caption { color: #fff }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}