
.oculto{
    display:none;
}
.fechasIzq{
    position:relative;
    left:15px;
}
BODY
{
	background-color:#FFFFFF;
	font-family: cambria, Arial, Helvetica, sans-serif;
	font-size:small;
}


H1, H2, H3, P
{
	font-family:   cambria, Arial, Helvetica, sans-serif;
	margin:0px;
}
#imageButton
{
    width:80px;
    height:22px;
}
.shadowBox
{
    box-shadow: 2px 3px 5px 0px #666;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5)";
}
.shadowBox2
{
    position:relative;
    box-shadow: 4px 4px 5px -2px #999;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999');
    
}
.shadowBoxHor
{
    box-shadow: 0px 5px 5px -2px #666;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=90, Strength=5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=90, Strength=5)";
}
.logoutButton
{

}
.logoutButton a
{
    display:none;
}
.logButtonInput
{
    background-color:#fda000; 
    border-left-style:groove; 
    border-color:#FFF; 
    color:#FFF; 
    height:22px;
    
    vertical-align:middle;
    box-shadow: 3px 3px 5px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999');
}
.loginFields
{
    height:14px; 
    width:104px;
    border-style:double; 
    border-color:#fda000; 
    font-size:10px;
}
.NavBarTop
{
	height:23px;
	position:relative;
    z-index:9999;
	top:1px;
}

.NavBarTop  P
{
	text-align:right;
	padding: 4px;	
}

.NavBarTitle
{
	padding: 4px;
	vertical-align:top;
}

.Title1
{
	color:#B5CDE9;
	font-size:Large;
}
.Title2
{
	color:#585880;
}

.NavBarBreadCrumb
{
}
.NavBarBreadCrumb P 
{
	padding: 4px;	
}

.MenuBar 
{
	width:150px;
	vertical-align:top;
}

.ContentArea
{
	vertical-align:top;
}
/* fix voor positie locator template t.o.v. browse grid */
.ContentArea div
{
	margin-top:8px;
	position:relative;
}


.RightBar
{
	width:100px;
	vertical-align:top;
	background-color:#FFFFFF;
}

.theme_header
{

}

.signup_header
{
	padding-bottom:16px;
}



//* menu styles */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is 

enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past 

several years. */ 
/* See WhitePaper.aspx for details. */

ul.AspNet-Menu 
{
    position: relative;
}


ul.AspNet-Menu, 
ul.AspNet-Menu ul
{
    margin: 24px 0px 0px 0px;
    padding: 0;
    display: block;

}

ul.AspNet-Menu li
{
    position: relative;
    list-style:none;
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    display: block;
    text-decoration: none;
}

ul.AspNet-Menu ul
{
	
    display: none;    
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li:hover ul ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul ul
{
    display: none;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    display: block;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. This allows us to force the top tier of the menu to layout */
/* horizontally, whereas all subsequent tiers of the menu lay out vertically. */

.AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    float: left;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu li a
{
    position:relative;
	top:5px;
}




.AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
    float: none;
}


/* */


/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is 

enabled. */

/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
/* Note that the example menu in this web site uses relative positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position 

your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style 

sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They 

happen to */
/* work well for the sample page used to demonstrate an adapted menu. */
 .AspNet-Menu-Vertical
{
    position:relative;
    left: 0;
    z-index: 999999999;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
 ul.AspNet-Menu, 
 ul.AspNet-Menu ul
{
    min-width: 80px;
    width: 80px;
    font-family:  "Century Gothic"
    font-weight: bold;
    font-size: 12px;
    
}



/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
 ul.AspNet-Menu li
{
    /*background: url(../../images/btn_menu_noselect.png)  no-repeat; */
    background-size: 100%;
}


/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
ul.AspNet-Menu li:hover
{
    background-image: url(../../images/btn_menu_select.png);
	font-weight:bold;
	position: relative;
    z-index:100;
}
ul.AspNet-Menu li span
{
	position:relative;
	top:10px;
	color:White;
}

ul.AspNet-Menu li:hover span
{
    color:White;
}
/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without 

impacting */
/* the topmost tier's appearance. */
 ul.AspNet-Menu ul li
{
	background-image:none;
	background-color: #ffffff;
	box-shadow: 2px 3px 5px 0px #666;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=112, Strength=4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=112, Strength=4)";
}
 ul.AspNet-Menu ul li a:hover
{
	color:#FFF;
	font-weight:800;
	vertical-align:middle;
	position: relative;
    z-index:100;
}
 ul.AspNet-Menu ul li span:hover
{
	color:#FFF;
	font-weight:800;
}

 ul.AspNet-Menu ul li:hover
{
	color:#FFF;
	font-weight:800;
	background-image:none;
 	background-color: #999999;
 	position: relative;
    z-index:100;
    box-shadow: 2px 0px 5px 0px #666;
}


/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's 

*/
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two 

images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item 

has. */
/* The second image comes from this rule (below). */
 ul.AspNet-Menu li a,
 ul.AspNet-Menu li span
{
	color:#White;
	font-family:"Century Gothic";
	font-size:13px;
    /*border-top: solid 1px #d9e7f2;*/
    /*border-bottom: solid 1px #c2ddf2;
    border-left: solid 1px #d9e7f2;
    background: transparent url(arrow.png) right center no-repeat;*/
}


/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by 

this rule. */
 ul.AspNet-Menu li.AspNet-Menu-Leaf a,
 ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    	position:relative;
	top:10px;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
 ul.AspNet-Menu li a img
{
}


/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
 ul.AspNet-Menu li a:hover,
 ul.AspNet-Menu li span.Asp-Menu-Hover
{
    
    	color:#FFF;
	font-weight:800;
	vertical-align:middle;
	position: relative;
    z-index:100;
    
}

 ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
z-index:999999;
}




/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.AspNet-Menu-Horizontal
{
    width: 100%;
    z-index: 9999999;
}
/* era 500*/
/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accomodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 100%;
	display:inline;
	list-style:none;
}
/* era 500*/

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 119px;
    height: 39px;
	position:relative;
	top:-1px;
	left:2px;
}


@-moz-document url-prefix() {
   .AspNet-Menu-Horizontal ul.AspNet-Menu ul
    {
        width: 119px;
        height: 39px;
	    position:relative;
	    top:-2px;
	    left:2px;
    }
}
/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width:119px;
    text-align:center;
    height: 41px;
}

/* This rule can be used to set styles for the menu items in the second tier (and lower) in the menu. */
.AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
    text-align:left;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    min-width:119px;
    width: 250px;
	height:30px;
	text-align:left;
	position:relative;
	padding-left:10px;
	border-left:#bbb;
	border-left-style:solid;
	border-left-width:1px;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu ul li.last
{
	background-image:url(../../images/liLast.png);
	background-repeat:no-repeat;
	background-position:bottom left;
    min-width:119px;
    width: 254px;
	height:30px;
	text-align:left;
	position:relative;
	padding-left:10px;
	border-left:#bbb;
	border-left-style:solid;
	border-left-width:1px;

	background-color:transparent;
	box-shadow: none;
    filter: none;
    -ms-filter: "none";

}

.AspNet-Menu-Horizontal ul.AspNet-Menu ul li.last:hover
{
	background-image:url(../../images/liLastHover.png);
	background-repeat:no-repeat;
	background-position:bottom left;
    min-width:119px;
    width: 254px;
	height:30px;
	text-align:left;
	position:relative;
	padding-left:10px;
	border-left:#bbb;
	border-left-style:solid;
	border-left-width:1px;

	background-color:transparent;
	box-shadow: none;
    filter: none;
    -ms-filter: "none";
	
}


/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{

}

ul.AspNet-Menu li.AspNet-Menu-Leaf span.AspNet-Menu-NonLink
{
    color:#000000;
    font-size:14px;
    text-decoration:underline;
}


/*nuebvo*/



.modalpopup
{
    font-family: cambria,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}

.container
{
    width: 300px;
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.header
{
    background: url(img/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 

.header .msg
{
    font-weight: bold;
}         

.body
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
} 

.body .msg
{
    background: url(img/sprite.png) no-repeat 0px -1150px;	
    float: left;
    padding-left: 22px;
}  

.footer
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
} 

.close
{
    right: 7px;	
    background: url(img/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}
/** CUSTOM CLASSES **/

td.linegray{background-image:url(../../images/bk_line_gray.png) ; background-repeat:repeat-x; background-position: 50% 50%; z-index:0;}
td.lineblue
{
    background-image: url(../../images/bk_line_blue.png);
    background-repeat: repeat-x;
    background-position: 50% 50%;
    z-index: 0;
}
td.circleblue{background-image:url(../../images/ic_circle_blue.png) ; background-repeat:repeat-x; background-position: 50% 50%;width:13px; z-index:0;}
td.circlegray{background-image:url(../../images/ic_circle_gray.png) ; background-repeat:repeat-x; background-position: 50% 50%;width:13px; z-index:0;}
span.contentBlue{
    color: #318192;
    vertical-align: bottom;
    text-align: left;
    font-size: 11px;
     font-family:  Arial, Helvetica, sans-serif;
}
span.contentGray{
                color: #666;
                font-size: 11px;
                font-weight: bold;
                font-family:  Arial, Helvetica, sans-serif;           
}

.glowingtabscurrent
{
    background-position: 0% -82px;
    background-image: url(../../images/glowtab-left.gif);
    background-repeat: no-repeat;
		vertical-align:middle;
    padding: 0px 0px 0px 14px;
    font-weight: bold;
    color: #318192;
    border-bottom-style: none;
	height:30px;

}

.glowingtabscurrent a
{
    background-image: url(../../images/glowtab.gif);
    background-position: 100% -82px;
    background-repeat: no-repeat;
    padding: 0px 14px 0px 0px;
		vertical-align:middle;
    text-decoration: none;
    color: #318192;
    border-bottom-style: none;
    font-size: 12px;
	height:30px;
}

.glowingtabs
{
    
    background-position: left top;
    background-image: url(../../images/glowtab-left.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 14px;
		vertical-align:middle;
    font-weight: bold;
    color: #318192;
	height:30px;
}

.glowingtabs:hover
{
    background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
    font-weight: bolder;
	height:30px;
}

.glowingtabs a
{
    background-position: right top;
    background-image: url(../../images/glowtab.gif);
    background-repeat: no-repeat;
    padding: 0px 14px 0px 14px;
    text-decoration: none;
    	vertical-align:middle;
    font-size: 11px;
    color: #318192;
	height:30px;
}

.glowingtabs a:hover
{
    background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
    font-weight: bolder;
	height:30px;
}





.glowingtabs2current
{
    border-bottom: 1px solid #318192;
    background-position: left top;
    background-image: url(../../images/btn_menu2.jpg);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 14px;
    font-weight: bold;
    color: #FFFFFF;
		vertical-align:middle;
	height:30px;
}

.glowingtabs2current a
{
   border-bottom: 1px solid #318192;
    background-position: left top;
	text-decoration:none;
    padding: 0px 14px 0px 14px;
    font-weight: bold;
    color: #FFFFFF;
		vertical-align:middle;
	height:30px;
	font-size:12px;
}

.glowingtabs2
{
    
    background-position: left top;
    background-image: url(../../images/btn_menu.jpg);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 14px;
    font-weight: bold;
		vertical-align:middle;
    color: #FFFFFF;
	height:30px;
}

.glowingtabs2:hover
{
    border-bottom: 1px solid #318192;
    background-position: left top;
    background-image: url(../../images/btn_menu2.jpg);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 14px;
    font-weight: bold;
    color: #FFFFFF;
		vertical-align:middle;
	height:30px;
}

.glowingtabs2 a
{
    background-position: right top;
    background-image: url(../../images/btn_menu.jpg);
    background-repeat: no-repeat;
    padding: 0px 14px 0px 14px;
    text-decoration: none;
    	vertical-align:middle;
    font-size: 11px;
    color: #FFFFFF;
	height:30px;
}

.glowingtabs2 a:hover
{
    background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
    font-weight: bolder;
	height:30px;
}
/*NUEVAS CLASES*/
.olvidaste
{
    display:block;
    white-space:nowrap;
    font-size:10px;
    color:White;
    text-decoration:none;
    padding-right:10px;
}
.olvidaste:hover
{
    color:Black;
    text-decoration:underline;
    
}

.opcion
{
    display:block;
    white-space:nowrap;
    font-size:12px;
    color:Black;
    text-decoration:none;
    padding-left:12px;
}
.opcion:hover
{
    color:Blue;
    text-decoration:underline;
    
}

.popuptabla
{
    padding:20px 0px 0px 0px;
}

.carpeta
{
    margin-left:20px;
}