@import url("reset.css");
html { height:100%; }
body {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:62.5%;
	width:100%;
	min-width:992;
	text-align:center;
	
}
#container {
	width:100%;
	overflow:hidden;
}
#container > a { display:none;}

/* ESTRUCTURA **************************************************/

.column1 
{
	width:auto;
}
.column2 
{
	width:auto;
}

/* HEADER ******************************************************/

div#header {
	background:#04007c url(../Imagenes/headerBack.png) repeat-x;
	height:71px;
	width:100%;
	position:relative;
}
#header img {
	position:absolute!important;
	top:0;
	left:0;
}
#hora {
	height:24px;
	padding:0 12px 0 20px;
	position:absolute!important;
	right:50px;
	bottom:20px;
	background:transparent url(../Imagenes/usuBack2.gif) no-repeat right;
}
#hora span {
	background:url(../Imagenes/usuBack.gif);
	color:#04007c;
	float:left;
	font-size:11px;
	font-weight:700;
	white-space:nowrap;
	padding:7px 3px 6px 10px;
}
#hora a {
	background:url(../Imagenes/usuButton.gif);
	height:24px;
	width:32px;
	float:left;
}

/* LINK ***********************************************/

.FilAriadna:link {text-decoration: none; color:#04007c;}
.FilAriadna:visited {text-decoration: none; color:#04007c;}
.FilAriadna:active {text-decoration: none; color:#04007c;}

.link:link {text-decoration: none; color:#04007c;}
.link:visited {text-decoration: none; color:#04007c;}
.link:active {text-decoration: none; color:#04007c;}

/* MENU ************************************************/

.Menu1 {
	background:#676767 url(../Imagenes/menuBack.png) repeat-x;
	border-bottom:1px solid #ccc;
	clear:left;
	float:left;
	width:100%;
}
.Menu1 > a { display:none; }

.Menu1 > tbody > tr > td { float:left; }

.Menu1 > tbody > tr > td > table {
	float:left;
	width:auto;
}
table.staticMenuItem {
	border-left:1px solid #5f5c5d;
	border-right:1px solid #424242;
	float:left;
	height:24px;
	position:relative;
	width:auto;
}
td#ctl00_Menu1n1:hover, td#ctl00_Menu1n2:hover, td#ctl00_Menu1n3:hover, td#ctl00_Menu1n3:hover, td#ctl00_Menu1n4:hover, td#ctl00_Menu1n5:hover, td#ctl00_Menu1n6:hover, .staticHover { 
	background:#676767;
}

td#ctl00_ctl00_Menu1n1:hover, td#ctl00_ctl00_Menu1n2:hover, td#ctl00_ctl00_Menu1n3:hover, td#ctl00_ctl00_Menu1n3:hover, td#ctl00_ctl00_Menu1n4:hover, td#ctl00_ctl00_Menu1n5:hover, td#ctl00_ctl00_Menu1n6:hover, .staticHover { 
	background:#676767;
}
 
.Menu1  a:hover, .staticHover  { color:white!important; }
.Menu1  a, .Menu1 a:visited {
	color:#bbb;
	cursor:pointer!important;
	float:left;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px!important;
	font-weight:700;
	margin-left:0!important;
	padding:6px 1.2em 0 1.2em;
	text-decoration:none;
	text-transform:uppercase;
}

#ctl00_Menu1n0, 
#ctl00_Menu1n0:hover, 
#ctl00_ctl00_Menu1n0, 
#ctl00_ctl00_Menu1n0:hover,
.menuLogo
{
	background:#565656 url(../Imagenes/menuLogo.png) no-repeat!important;
	border-left:0!important;
	width:32px!important;
}

#ctl00_Menu1n0 table, #ctl00_ctl00_Menu1n0 table { width:100%; }

.ctl00_Menu1_0, .dynamicMenu, .ctl00_ctl00_Menu1_0, .dynamicMenu {
	background:#676767!important;
	display:none;
	position:absolute!important;
	top:95px!important;
	z-index:50;
	/*top:24px!important;*/
}

.ctl00_Menu1_0 td, .ctl00_ctl00_Menu1_0 td  { text-align:left; }

.ctl00_Menu1_0 > table > tbody > tr > td, 
.ctl00_ctl00_Menu1_0 > table > tbody > tr > td
 { padding:0 .2em!important;  }


.ctl00_Menu1_0 a, .ctl00_Menu1_0 a:visited, 
.ctl00_ctl00_Menu1_0 a, .ctl00_ctl00_Menu1_0 a:visited {
	font-size:11px!important;
	padding:.6em 1em!important;
	text-align:left!important;
	width:100%!important;
}
.menuLogo a 
{
	display:block;
	float:none;
	height:24px;
	margin:0!important;
	padding:0!important;
	width:100%;
}

/* CONTENIDO **********************************************/

#pageBody {
	clear:left;
	margin:0 auto;
	padding:20px 10px;
	width:980px;
}
h2 {
	clear:left;
	color:#aaa;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-align:left;
}
#ctl00_lblTitle, #ctl00_ctl00_lblTitle {
	color:#484848;
}
#pageBody
{
	position:relative;
}


/* FORMS ************************/

fieldset {
	background:#f0f0f0;
	clear:left;
	padding:0 2em 0 1em;
	border:1px solid #DDDDDD;
	border-width:1px 0;
	position:relative;
	top:0;
	left:0;
}
fieldset li {
	list-style:none;
	border-top:1px solid #fefefe;
	margin:0;
	padding:1.2em 2em;
	text-align:left;
	vertical-align:top;
}
fieldset li:first-child { border-top:0; }

fieldset li img {
	vertical-align:top;
	margin:2px 4px;
	cursor:pointer;
}
fieldset li span[style] 
{
	display:none;
}
fieldset li label {
	color:#484848;
	font-size:11px;
	font-weight:700;
	margin: 0 0.6em -5px 4em;
	vertical-align:top;
	line-height:1.5em;
	height:1.5em;
}
fieldset li label:first-child { margin-left:0; }

li.required label { color:#c70040; }

li.liTitulo label { font-size:large; }

input, textarea, select {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
}

/* BOTONES *************************/

.button, .button:visited, .buttonFieldset {
	background:#04007c url('../Imagenes/buttonBack.png') repeat-x 50% bottom;
	border:1px solid #87022e;
	color:white;
	cursor:pointer;
	font-weight:700;
	overflow:visible;
	padding:0.3em 1em;
	text-transform:uppercase;
	margin-top:1.5em;
	width:auto;
	left: 0px;
	margin-right:1em;
}
.button:hover, .buttonModal:hover, .buttonFieldset:hover {
	background-image:none;
	border:1px solid #04007c;
	
}

/* SFP BOTONES raros*************************
    solamente he cambiado el position:relative, porque se comportaban mal*/
/*.buttonModal, .buttonModal:visited {
	background:#c70040 url('../Imagenes/buttonBack.png') repeat-x 50% bottom;
	border:1px solid #87022e;
	color:white;
	cursor:pointer;
	font-weight:700;
	overflow:visible;
	padding:0.3em 1em;
	text-transform:uppercase;
	top:-13px;
	width:auto;
	left: 0px;
	margin-right:1em;
	
}
.buttonModal:hover {
	background-image:none;
	border:1px solid #c70040;
}*/

/* BOTONES A LA DERECHA ---------------------------------*/
.buttonFieldset
{
	top: 0px;
	right: 0px;
}

.nuevo 
{
	
}

fieldset ul table td
{
	padding:0.3em;
}
.gt 
{
	margin-bottom:0.6em;
}
/*fieldset ul table,  fieldset ul table input:visited
{
	padding:0 0.2em;
	font-weight:400;
	background-color:#666;
	border:1px solid #666!important;
	background-image:none;
	margin:0;
	position:inherit;
	color:white;
}*/


/* GRIDVIEW **************************/

caption 
{
	clear:left;
	color:#c70040;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
	text-align:left;
}

.gridView {
	color:#666;
	font-size:11px!important;
	text-align:left;
	margin-top:3em;
	border-collapse:collapse;
}
.gridView td.firstTd, .gridView th.firstTd
{
	border-left:2px solid #c70040;
}

.gridView td.lastTd, .gridView th.lastTd
{
	border-right:2px solid #c70040;
}
.gridView td.lastTr 
{
	border-bottom:2px solid #c70040!important;
}
.gridView td, .gridView th 
{
	background-color:white;
	border-left:1px solid white;
	padding:0.4em 0.7em;
	line-height:1.3em;
	background:white;
}
.gridView th {
	background:#c70040;
	color:white;
	text-transform:uppercase;
}
.gridViewItemImPar  { background:#fadcdf!important; }

.gridView a, .gridView a:visited {
	color:#c70040;
	text-decoration:none;
}
.gridView a:hover {	text-decoration:underline;}

/* LISTADO DATOS **********************/

.listadoDatos {
	text-align:left;
	font-size:12px;
	list-style-position:outside;
	list-style-type:disc;
}
.listadoDatos * { line-height:1.7em; }
.listadoDatos > span {
	color:#c70040;
	font-weight:700;
	font-size:12px;
	display:list-item;
	padding:1.7em 0.3em 0;
	list-style:none;
}
.listadoDatos li {
	margin-left:2em;
	color:#666;
}


/* CALENDARIO ***********************/
#CalendarImgAlign img {
	margin-right:1em;
	vertical-align:top;
}

/* PAGINACION ************************/

.paginacion td {
	border-top:2px solid #c70040!important;
}
.paginacion table 
{
	margin-top:.7em;
}
.paginacion table td {
	border:0!important;
	padding:0.3em;
}
.paginacion span {
	color:#c70040;
	font-weight:700;
	font-size:14px!important;
	
}

.paginacion a, .paginacion a:visited 
{
	border:1px solid #CCCCCC;
	color:#333333;
	padding:0 0.5em 0.2em 0.5em;
	text-decoration:none;
	margin-top:-1px;
}
.paginacion a:hover 
{
	color:#c70040;
	border:1px solid #c70040;
	text-decoration:none;
} 

/* COLUMN 1 *****************************/

.column1 > table 
{
	color:#676767;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.column1 a 
{
	padding:1.5em 18px 0 0;
	display:block;
}
.column1 a:hover 
{
	text-decoration:none!important;
}
.column1  a[href], .column1  a[href]:visited 
{
	color:#04007c;
	text-decoration:underline;
	font-size:10px;
	padding-top:0!important;
}

.column1 table td table td table td 
{
	text-align:left;
	padding:2px 0;
}

.column1 .selected 
{
	background-color:#F0F0F0;
	border:1px solid #ddd;
	border-right:0;
}
.column1 .selected td 
{
	padding:0.5em 0;
}

column1 .selected a 
{
	color:#676767!important;
	text-decoration:none!important;
	font-weight:400;
}


/* SELECTED_TRUE */
.column1 .selectedTrue 
{
	background-color:#F0F0F0;
	border:1px solid #ddd;
	border-right:0;
	background-image:url(../Imagenes/CirculoVerde.gif);
	background-repeat:no-repeat;
	background-position: left;
}
.column1 .selectedTrue td 
{
	padding:0.5em 0;
}

column1 .selectedTrue a 
{
	color:#676767!important;
	text-decoration:none!important;
	font-weight:400;
}
/* SELECTED_FALSE */
.column1 .selectedFalse
{
	background-color:#F0F0F0;
	border:1px solid #ddd;
	border-right:0;
	background-image:url(../Imagenes/CirculoRojo.gif);
	background-repeat:no-repeat;
	background-position: left;
}
.column1 .selectedFalse td 
{
	padding:0.5em 0;
}

column1 .selectedFalse a 
{
	color:#676767!important;
	text-decoration:none!important;
	font-weight:400;
}


/* NONSELECTED_TRUE */
.column1 .noselectedTrue 
{

	background-image:url(../Imagenes/CirculoVerde.gif);
	background-repeat:no-repeat;
	background-position: left;
}
.column1 .noselectedTrue td 
{
	padding:0.5em 0;
}

column1 .noselectedTrue a 
{
	color:#676767!important;
	text-decoration:none!important;
	font-weight:400;
}
/* NONSELECTED_FALSE */
.column1 .noselectedFalse
{
	background-image:url(../Imagenes/CirculoRojo.gif);
	background-repeat:no-repeat;
	background-position: left;
}
.column1 .noselectedFalse td 
{
	padding:0.5em 0;
}

column1 .noselectedFalse a 
{
	color:#676767!important;
	text-decoration:none!important;
	font-weight:400;
}


/************ MaskedEdit Related Styles ***********************/

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}



/************ Progress ***********************/

#Progreso
{
	float:right;
}
/************             ***********************/
.divBloqueado {
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
	opacity: 0.4;
	background-color:black;
	position: fixed;
	top: 0px; 
	left: 0px;
	width:100%;
	height:100%;
	
}

.DivModalPrograma {
    position: fixed;
    width: 80%;
    top: 5%;
    left:10%;
    right: 10%;
    background-color:white;
    padding:25px;
    text-align:center;
}

/* VALIDADOR ************************************************/


/************ Advertencia ***********************/


.Validador
{
		font-family:Verdana, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color: #c70040;
		margin: 5px 0px;
		padding: 15px;
}


.Advertencia
{
		font-family:Verdana, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color: #c70040;
		margin: 5px 0px;
		padding: 15px;
		/*background: url(../Imagenes/exclamation_shield.png) no-repeat;*/
}


fieldset li table table label {
	color:#484848!important;
	font-size:11px!important;
	font-weight:700!important;
	margin: 0px 0px 0px 0px!important;
	vertical-align:middle;
	text-align:left!important;
	line-height:0em!important;
	height:0em!important;
	padding: 3px!important;
	
}

.labelII
{
	color:#484848!important;
	font-size:11px!important;
	font-weight:700!important;
}
