﻿body
{
    font-family: Verdana, Arial, Century , Times New Roman;
     font-size:12pt; 
     text-align:justify;
     color:#0580BB;
}


.TxtTexto
{
    font-family: Tahoma, Arial, Century , Times New Roman;
     font-size:8pt;
     text-align:justify;
}


.Titulo
{
    font-family: Tahoma, Arial, Century , Times New Roman;
     font-size:10pt;
     text-align:justify;
     font-weight:bold;
     color:#A1C7EC;
}


.TxtContenido
{
    font-family: Tahoma, Arial, Century , Times New Roman;
     font-size:11pt;
     text-align:justify;
     color:#ffffff;
}





A:link {text-decoration: none;}A:visited {text-decoration: none;}

.TxtFooter
{
    font-family: Tahoma, Arial, Century;
    color:#0580BB;
    font-size:7pt;
    font-weight:bold;
}

.TxtPesos
{
    font-family: Tahoma, Arial, Century;
    color:#342826;
    font-size:10pt;
    font-weight:bold;
    text-align:right;    
}


.fondo
{
	background-color:#BB97C7;
	font-family: Tahoma, Arial, Century;
    color:#ffffff;
    font-size:10pt;
   font-weight:bold; 
}

.TxtLila
{
	font-family: Tahoma, Arial, Century;
    color:#BB97C7;
    font-size:10pt;
   font-weight:bold; 
}

.TxtRed
{
    font-family: Tahoma, Arial, Century;
    color:Red;
    font-size:9pt;
    font-weight:bold;
}


.TxtWhiteTitle
{
    font-family: Tahoma, Arial, Century;
    color:White;
    font-size:12pt;
    font-weight:bold;    
}

.TxtBlue
{
    font-family: Tahoma, Arial, Century , Times New Roman;
     color: #0580BB;
     font-size: 7pt;
     font-weight:bold;
     width:150px;

     
    }
    
    
    
    .TxtSubMnu
{
    font-family: Tahoma, Arial, Century , Times New Roman;
     color: #666666;
     font-size: 8pt;
     text-align:justify;
    }
    
    
    .TxtTitleR
{
    font-family:  Tahoma, Arial, Century , Times New Roman;
     color: #666666;
     font-size: 10pt;
     text-align:justify;
     font-weight:bold;
    }
    
    
    .Title
    {
	font-family: Tahoma, Arial, Century , Times New Roman;
     color: #192A4F;
     font-size: 12pt;
     font-weight:bold;
		}
    
    
    .TxtMorado
{
    font-family: Kristen ITC, Tahoma, Arial, Century , Times New Roman;
     color: #7021A8;
     font-size: 10pt;
     font-weight:bold;
    } 
    
    
    .TxtTitle
{
    font-family: Tahoma, Arial, Century , Times New Roman;
    color: #0580BB;
    font-size: 12pt;
    font-weight:bold;
    text-align:justify;       
    } 
    
      
  
  .TxtBlack
{
    font-family: Tahoma, Arial, Century , Times New Roman;
     color: #000000;
     font-size: 9pt;
     text-align:justify;
    }
    
 .TxtMenu
{
    font-family: Tahoma, Arial, Century , Times New Roman;
     color: #666666;
     font-size: 9pt;
    }
    
    
    .TxtTable
{
    font-family: Tahoma, Arial, Century , Times New Roman;
     color: #666666;
     font-size: 8pt;
     font-weight:bold;
    }
    

.TextBox1
{
	font-size: 10px;
	color: navy;
	font-family: Verdana;
	background-color:Transparent;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	text-align:justify;
	}
	
						/* dialog frame */
.modal-dialog
{
    position:absolute;          
    border-width:1px;
	border-style:solid;
	border-color:Gray;
}

/* dialog contents container */
.modal-dialog .container
{
    font-family:tahoma,helvetica,arial,sans-serif;
    font-size:11px;
    width:340px;
    border:solid 1px #99aabd;
    background-color:#F2F9FF;
} 

/* dialog header */
.modal-dialog .header
{
    /*background:url(../images/sprite.gif) repeat-x 0px -1100px;	*/
    background-color:Black;
    height:25px;
    padding-top:5px;
}

/* dialog header message */
.modal-dialog .header .msg
{ 
	text-align:left;
    vertical-align:middle;
    padding-left:6px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}         

/* dialog body */
.modal-dialog .body2
{
    height:40px;
    background-color:#F2F9FF;
    color:#000000;
} 

/* dialog body message */
.modal-dialog .body2 h2
{
    padding-top:10px;
    background-color: #F2F9FF;
    font-size:10pt;
    text-align:center;
    font-weight:normal;
        color:#000000;
}  

/* dialog footer */
.modal-dialog .footer
{
    height:30px;
    background-color: #F2F9FF;
} 

/* dialog footer buttons */
.modal-dialog .footer .right
{
    background-color: #F2F9FF;
    float:right;
    text-align:right;
    padding-bottom:6px;
    padding-right:6px;
    font-size:8pt;
} 

/* dialog footer checkbox */
.modal-dialog .footer .left
{
    background-color: #F2F9FF;
    float:left;
    text-align:left;
    padding-bottom:6px;
    padding-left:6px;
} 

/* dialog close */
.modal-dialog .close
{
    right:4px;	
    background: url(../images/icons.gif) no-repeat -732px 0px;	
    width:16px;	
    cursor:hand;	
    position:absolute;	
    top:5px;	
    height:16px;
}

/* dialog close hover */
.modal-dialog .close:hover { background: url(../images/icons.gif) no-repeat -749px 0px;	}

/* modal overlay */
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}  

/* Style Griview */

.FootStyle{background-color:#5D7B9D;font-weight:bold;color:White;}
.RowStyle{background-color:#F7F6F3; color:#333333}
.SelectedRowsStyle{background-color:#E2DED6; color:#333333; font-weight:bold;}
.PagerStyle{ background-color:#284775; color:White; text-align:center;}
.HeaderStyle{ background-color:#808080; font-weight:bold; color:White;}        
.AlternatingRowsStyle{ background-color:White; color:#284775;}
.EditRowStyle{ background-color:#999999;}
        
        
        .MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}


.sample8 span {
	width: 170px;
	height: 120px;
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	background: url(images/round-corner.png) no-repeat;
}
.sample8 img {
	border: none;
	padding: 5px 6px 6px;
	background: url(images/round-bg.gif) no-repeat;
}





.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;

top:0;
left: 600px; /*position where enlarged image should offset horizontally */
z-index: 50;
}