/*///////////////GENERALES//////////////////*/
.textPath {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #716D91;
	text-decoration: none;
}
.textPath:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.textHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0E005D;
	text-decoration: none;
}


.subtitulo_gral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0E005D;
	text-decoration: none;
}
.textListGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.textListGris:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
.textListAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0E005D;
	text-decoration: none;
}
.textListAzul:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
.textListVerde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008513;
	text-decoration: none;
}
.textListVerde:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
.textListRojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	}
.textListRojo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	}
.textHelp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E005D;
	text-decoration: none;
}
.textHelp:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
.textAlert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FE1818;
	text-decoration: none;
}
.textAlertAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E005D;
	text-decoration: none;
}
.textBlanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.textBlanco:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #FF6600;
	text-decoration: none;
}
.textNegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.textNegro:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
.textNaranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
.backListado  {
background-color: #F1F0F5;
}
.rowAbm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2BAE4;
}

.alerta {
	display:none;
	position:absolute;
	top:100px;
	left:200px;	
}
.alertainscripcion {	
	position:absolute;
	top:200px;
	left:200px;	
}
.pontegris {	
	height:100%;
	opacity:.6;
  filter:alpha(opacity=60);
  -moz-opacity:.6;
}

/*/////////////////FORMS////////////////////*/

.Form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E005D;
	text-decoration: none;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #473996;
	border-right-color: #7A6FB7;
	border-bottom-color: #7A6FB7;
	border-left-color: #473996;
}
.Boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0E005D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACA6D2;
	border-right-color: #7A6FB7;
	border-bottom-color: #7A6FB7;
	border-left-color: #ACA6D2;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	white-space: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}
.BotonAlert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EC8929;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F6BD85;
	border-right-color: #BF5E00;
	border-bottom-color: #BF5E00;
	border-left-color: #F6BD85;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	white-space: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}
/*//////AGREGADOS///////////////*/
/*////////AGREGADOS////////////////*/
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E005D;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #473996;
	border-right-color: #7A6FB7;
	border-bottom-color: #7A6FB7;
	border-left-color: #473996;
}

input.radio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E005D;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #00A8E6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #473996;
	border-right-color: #7A6FB7;
	border-bottom-color: #7A6FB7;
	border-left-color: #473996;
}

input.required, textarea.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E005D;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #00A8E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #473996;
	border-right-color: #7A6FB7;
	border-bottom-color: #7A6FB7;
	border-left-color: #473996;
}
input.validation-failed, textarea.validation-failed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E005D;
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border: 1px solid #00CC00;	
}
.validation-advice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E005D;
	margin: 5px 0;
	padding: 5px;
	background-color: #FF6666;
	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;
}
.altabotonera {
	background-color:#F1F0F5;	
	width: 100%;
	height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
}
.Boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0E005D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACA6D2;
	border-right-color: #7A6FB7;
	border-bottom-color: #7A6FB7;
	border-left-color: #ACA6D2;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	white-space: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}
.form-row {
	padding: 0.2em;	
}

.form-left {
	width: 48%;	
	float:left;	
	padding: 0.2em;
}

.form-right{
	width: 48%;		
	float:right;
	padding: 0.2em;
}

.divscroll {
width:100%;
height:200px;
overflow:auto;
SCROLLBAR-FACE-COLOR: #F1F0F5;
SCROLLBAR-HIGHLIGHT-COLOR: #DBDBDF;
SCROLLBAR-SHADOW-COLOR: #DBDBDF;
SCROLLBAR-3DLIGHT-COLOR: #F1F0F5;
SCROLLBAR-ARROW-COLOR: #DBDBDF;
SCROLLBAR-DARKSHADOW-COLOR: #DBDBDF;
}

.image_content {
	margin: 10px;	
	border-style: solid;
	border-width: 5px;
	border-color: #DEDFDE;
	float: left;
	overflow: hidden;
	background-color: #DEDFDE;
	text-align: center;
	font-family: verdana;
	font-size: 70%;
}