@charset "utf-8";
/* CSS Document */


.prototools-table tr.on{ background-color:#FFFFFF; cursor :pointer;}
.prototools-table tr.selected{ background-color:#FDE3FD; cursor :pointer;}

#contenido {
	padding: 0;
	font: normal 11px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	height: 400px;
	max-height:1500px;
	width:800px;
	text-align: inherit;
	/*overflow:auto;*/

}


#contenido td{
background-image: url(../images/fondotd.png);
}

#contenido th{
background-color:#C5D8EB;
}

#contenido a:link {
	color: black;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	border:none;
}

#contenido a:hover {
	/*background-color: #FFFFFF;*/
}


.contenido {
	padding: 0;
	font: normal 11px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	height: 400px;
	text-align: inherit;
	overflow:auto;

}





/*#mensaje {
	padding: 0;
	position:relative;
	top:-500px;
	left:445px;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	width: 520px;
	height: 58px;
}*/

.applemenu{
	z-index:99;
	padding: 3px; /*width of menu*/
	border: 0px solid #9A9A9A;
	margin-left: 3px;
	margin-top: 4px;
	position: relative;
	height: 400px;
}



.applemenu div.silverheader a{
	/*background: url(../images/silverglass.png) repeat-x center left;*/
background-color:#C5D8EB;
	color:#000000;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0;
	padding-left: 8px;
	text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: #000000;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	/*background-image: url(../images/redglass.png);*/
background-color:#C5D8EB;
	color:#FFFFFF;
}


.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background-image: url(../images/fondomenu.png);
	/*background: white;*/
padding: 3px;
	background-color: #FFFFFF;/*height: 140px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.applemenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.applemenu ul li a{
	background: url(../images/flecha.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	/*border-bottom: 1px solid #dadada;*/
font-size: 90%;
	color: #000000;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}

.applemenu ul li a:visited{
}



.applemenu ul li a:hover{ /*hover state CSS*/
	background-color: #EEEEEE;
}


.applemenu td{
background-color:#C5D8EB;
background-image: url(../images/fondotd.png);
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}

/*Calendario*/
	.calendarBox {
		position: relative;
		top: 0px;
		margin: 0 auto;
		padding: 5px;
		width: 160px;
		/*border: 1px solid #000;*/
	}

	.calendarFloat {
		float: left;
		width: 16px;
		height: 15px;
		margin: 1px 0px 0px 1px;
		padding: 1px;
		border: 1px solid #000;
		overflow:auto;
		
	}
	
#menu_st{
	padding:1px;
	position:absolute;
	width: 73px;
	height: auto;
	/*top: 0px;
	margin-left:0px;*/
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border:solid;
	border-color:#E7ECEE;
}

/*Valida*/

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
/*Fin Valida*/

fieldset {margin:0; padding:4px; border:1px solid #919B9C; font-family:Verdana, Arial; font-size:12px;}
legend {color:#2B6FB6; font-weight:bold;}
label.msg {display:none;}
label.invalid {color:#EE0000; display:inline;}
input.invalid {border:1px solid #EE0000;}
input {background:#FFFFEC; border:1px solid #CCC;}
input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;background:#FFFFEC;}
input, select, textarea {border:1px solid #808080;background:#FFFFEC;}
input.radio {border:1px none #000000; background:transparent; vertical-align:middle;}
input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;background:#FFFFEC;}
.input_noborder {border:0;}
input.button { background-color:#CCCCCC;}

