﻿body 
{
	font-family:Verdana, Tahoma, Arial;
	font-size:10pt;
	color:#3D1806;
	text-align:justify;
	 scrollbar-face-color: #dbdbd9;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #98afc7;
scrollbar-darkshadow-color: #98afc7;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #98afc7;
filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#ee9a4d', gradientType='0');
}


 A:link {text-decoration: none;}A:visited {text-decoration: none;}
 
 .Punteado1{ 
  border-bottom:dotted;
  border-bottom-color:#ffffff;
  border-bottom-width:1px;   
} 
.TxtLang
{
    font-family: Trebuchet MS , Lucida Calligraphy, Verdana, Arial, Tahoma;
    color:#3D1909;
    font-size: 9pt;    
}
 
.TxtLang:hover
{
	color:#F5C599;
	}
	
	.boton
{
   background: url(../img/boton.png); 
   cursor:hand;	
    height:16px;   
}
	.boton:hover
{
   background: url(../img/boton2.png);  
   cursor:hand;	
    height:16px; 
	}
	
	
.TxtLang:link
{
	color:#3D1806;
	}
 
.TxtWhite
{
    font-family: Verdana, Tahoma, Arial; 
    color:#FFFFFF;
    font-size: 10pt;    
    font-weight:bold;
}
.TxtBox
{
    font-family: Verdana, Tahoma, Arial; 
    color:#3D1806;
    font-size: 10pt; 
    width:180px;   

}

.TxtWhitex
{
    font-family: Arial, Tahoma, Verdana;
    color:#FFFFFF;
    font-size: 8pt;    
}

.TxtRed
{
    font-family: Arial, Tahoma, Verdana;
    color:Red;
    font-size: 8pt;
    
}
    
    .TxtBlack
{
    font-family: Arial, Tahoma, Verdana;
    color:#000000;
    font-size: 8pt;   
    
    }
    
   
.TxtTitle
{
	font-family:Algerian;
	font-size:23pt;
	color:#342826;
}

.TxtTitle2
{
	font-family:Verdana, Tahoma, Arial;
	font-size:20pt;
	color:#342826;
}


.TxtTtMenu
{	
	font-family:Arial CYR;
	font-size:12pt;
	color:#342826;
}

.TxtTtMen
{	
	font-family:Arial CYR;
	font-size:8pt;
	color:#ffffff;
	font-weight:bold;
}



.TxtTexto
{
	font-family:Verdana, Tahoma, Arial;
	font-size:10pt;
	color:#342826;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	


.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;
}

/* 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:#ffffff;
    font-size:12px;
    font-weight:bold;
}         

/* dialog body */
.modal-dialog .body2
{
    height:40px;
    background-color:#F2F9FF;
    color:#3C3C3C;
} 

.modal-dialog .body3
{
    height:220px;
    background-color:#F2F9FF;
    color:#3C3C3C;
} 

/* dialog body message */
.modal-dialog .body2 h2
{
    padding-top:10px;
    background-color: #F2F9FF;
    font-size:10pt;
    text-align:center;
    font-weight:normal;
        color:#3C3C3C;
}  

.modal-dialog .body3 h2
{
    padding-top:0px;
    background-color: #F2F9FF;
    font-size:10pt;
    text-align:justify;
    font-weight:normal;
 padding-left:10px;
 padding-right:10px;
        color:#3C3C3C;
}

/* 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;
}
.modal-dialog .close2
{
    right:4px;	
    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;
}  
