﻿body 
{
	margin-left:0px;margin-top:0px;
	font-size:10.2pt;font-family: Tahoma, Arial, Times New Roman;
	background-color:#C95C23;
	 background-image:url('../images/fondo.jpg');
	 background-attachment: fixed;
}

.Tabla{width:807px;background-color:#FFFFFF;}
	
.Tab1{width:807px; height:18px;background:url('../images/web_r2_c3.jpg') no-repeat;}
		
.TabLeft{width:10px;}
			
.TabRight{width:10px;}
				
.Banner{ width:787px;height:218px;}

.Menu{width:195px;}

.TablaMenu{width:195px;background-color:#FFFFFF;}

.TabMenuIcono{width:26px;height:24px; background-color:#000000;}					

.TabMenuTxt{width:169px;height:24px; color:#FFFFFF; font-size:10pt; background-color:#000000;}					
					
.Contenido{width:592px;}
	
.Foot{width:807px;height:25px;background:url('../images/foot.jpg') no-repeat;}

a{text-decoration:none; color:#FFFFFF;}
a:hover{text-decoration:underline; color:#C75522;}

.Mail
{
	color:#000000;
	}

   .MsjBackground {
            background-color:Gray;
            filter:alpha(opacity=70);
            opacity:0.7;
        }
        
        .confirm{
           background-color:White;
           padding:10px;
           width:370px;
           color:Red;
    border-width:3px;
	border-style:solid;
	border-color:Gray;
	       
        }    

 
        
/* 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/gree/sprite.gif) repeat-x 0px -1100px;	*/
    background-color:#B5DB12;
    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:50px;
    background-color:#F2F9FF;
} 

/* dialog body message */
.modal-dialog .body2 h2
{
    padding-top:10px;
    background-color: #F2F9FF;
    font-size:10pt;
    text-align:center;
    font-weight:normal;
}  

/* 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;
}  



	DIV#cntBody{
		text-align:left;
		width:870px;
		min-height:100%;
		height:auto;
		margin:0px auto;
		border:0px;
		padding:0px 0px 0px 10px;
		background-color:#eee;
	}	
	span.tooltip{border-bottom:1px dotted green;}
