@charset "utf-8";
/* CSS Document */
/*MODIFICACION  07/05/13 */
    /*estilo  tipo cliente*/
    .tipocliente {
		color: #96C359;
		font-size: x-large;
	}
    /*estilo para tabulacion de estadisticas*/
    .estlvl-1
    {
        margin-left:30px;
    }
    .estlvl-2
    {
        margin-left:60px;
    }
    .estlvl-3
    {
        margin-left:90px;
    }

    #menubar
    {
        font-size: 14px;
    }
    .imgTitulo
    {
        margin-left:10px;
        margin-top:5px;
        margin-right:5px;
        margin-bottom:5px;
    }
    /**/
    .textTitulo
    {
    	color:#96c359; 
    	position:absolute; 
    	margin-top:10px; 
    	margin-left:15px;
    }
    .titulo
    {
        font-family: "Verdana";
	    font-size: 14px;
	    color: #000;
	    -webkit-font-smoothing: antialiased; 
	    -webkit-text-size-adjust: 100%;
                    
        border:4px;
        border-top-style:solid;
        border-top-color:#4abbed;
        
        height:100%; 
        font-size:large;
        
        margin-top: 30px;
        margin-bottom: 15px;
    }
    /**/
    /*LEGEND*/
    legend 
    {
        margin-left:30px;
    }
    /*LEGEND*/
	/*DATOS*/
	.resultado {
		color: #1B6EC8;
	}
	/*DATOS*/


    /*BOTON*/
        .testbutton {
        font-family: arial;
        font-weight: bold;
        color: #FFFFFF !important;
        font-size: 14px;
        text-shadow: 1px 1px 1px #384D63;
        padding: 5px 14px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #3866A3;
        background: #0791BF;
    }
    .testbutton:hover {
        color: #14396A;
        background: #2BBBEB;
    }
        
    .testbutton-red {
        font-family: arial;
        font-weight: bold;
        color: #FFFFFF !important;
        font-size: 14px;
        text-shadow: 1px 1px 1px #384D63;
        padding: 5px 14px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #5C1B1A;
        background: #D33F3C;
    }
    .testbutton-red:hover {
        color: #1D416A;
        background: #F65351;
    }
    
    .buttonNormal-orange{
        font-family: arial;
        font-weight: bold;
        color: #FFFFFF !important;
        font-size: 14px;
        text-shadow: 1px 1px 1px #384D63;
        padding: 5px 14px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #C06312;
        background: #f89406;
    }
    .buttonNormal-orange:hover {
        color: #BDBDBD;
        background: #F9D10C;
    }
/*MODIFICACION  07/05/13 */



/*<Estilo para el ValidatorCalloutExtender>*/
.fondoControl
{
    background-color: #FDC6C6;
}
    
.CustomValidatorCalloutStyle div, 
.CustomValidatorCalloutStyle td { 
    border:solid 1px Black; 
    background-color: #FFFFFF; 
    font: normal 12px auto "Trebuchet MS", Verdana;
    color: #D94600;   
    width:250px;
}
/*</Estilo para el ValidatorCalloutExtender>*/


/*Estilo para calendarExtender*/
.cal_theme .ajax__calendar_active
{
    color: Red;       
    font-weight: bold;       
    background-color: #FFFFFF;
}

.cal_theme .ajax__calendar_container {
    border:3px solid #2A72CB;
    /*font-weight: bold;*/
    background-color:#FFFFFF;
    color: #2A72CB;
}
.cal_theme .ajax__calendar_header 
{
    background-color:#BBCEE6;
    color:#002154; 
}
.cal_theme .ajax__calendar_today
{
    background-color:#2A72CB;
    color:#FFFFFF;
    border:1px solid #002154;
    font-weight: bold;
}
/*Estilo para calendarExtender*/

/*Estilos para PopUp Generico*/
.popUpStyle
{
	font-family: "Iskoola Pota";
	font-size: 16px;
	color: #5D5D5D;
	background-color: #FFFFFF;

	/*font-family: Verdana;
    font-size: 8pt;
    font-style:normal;
    color: #1E395B;
    */
    padding:6px;      
    filter: alpha(opacity=90);
    opacity: 0.9;
    border: 1px solid #909AA6;
}
    
.drag
{
	font-family: "Iskoola Pota";
	font-size: 18px;
	/*color: white;
    background-color: #f89406;*/
    cursor: move;
}
/*Estilos para PopUp Generico*/


/*estilo para marca de agua de ajax control toolkit*/
.watermarked
{
    color: #C0C0C0;
    font-style: italic;
}
/*estilo para marca de agua de ajax control toolkit*/


body {
	/*background:#fcfdf9 url(../Images/MasterPage/fondo.gif);*/
	font-family: "Verdana";
	font-size: 12px;
	color: #5D5D5D;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	}


#cabecera-linea {
	background-color: #ff7e00;
	border-bottom:1px solid #FC6;
	height:4px;
	}

	border-bottom:1px solid #FC6;
/*	padding:8px 0;
	text-shadow:0 1px 1px #fff;*/
	height:4px;
	}

#cabecera-logo 
{
	height:60px;
	margin: 5px 0 5px 0;
/*	padding:5px;*/
	}

#logo
{
    background:url(../Images/MasterPage/logo.png);
	height:60px;
	width:316px;
}

#logoLoginErr
{
    background:url(../Images/MasterPage/logo-01.png);
	height:91px;
	width:480px;
}
		
#menu{
	background:#f7f7f7 url(../Images/MasterPage/cabecera-menu.jpg) 0 100% repeat-x;
	border-bottom:1px solid #fff;
	color: #F7F8E0;
/*	padding:8px 0;
	text-shadow:0 1px 1px #fff;*/
	height:20px;
	padding: 10px 0 40px 0;
	}
#menu a 
{
	margin-left:16px;
	color:#F7F8E0;
	}
#menu a:hover {
	/*color:#115b87;*/
	margin-left:16px;
	color:#848484;
	text-decoration:none;
	}
	
#menubar a.dynamic {
    background:#f7f7f7 url(../Images/MasterPage/cabecera-menu.jpg) 0 100% repeat-x;
    border-style:solid;
    border-width:2px;
	border-color: #5D5D5D;
	color: #F7F8E0;
	padding: 7px 10px 7px 15px;
}
	
#menuLoginErr{
	background:url(../Images/MasterPage/cabecera-menu.jpg) 0 100% repeat-x;
	border-bottom:1px solid #fff;
/*	padding:8px 0;
	text-shadow:0 1px 1px #fff;*/
	height:70px;
/*	padding:10px;*/
	padding: 90px 0 70px 0;
	}
#menuLoginErr a 
{
	margin-left:16px;
	color:#F7F8E0;
	}
#menuLoginErr a:hover {
	/*color:#115b87;*/
	margin-left:16px;
	color:#FFFFFF;
	text-decoration:none;
	}

	

#contenido{
	background-color:#FFF;
/*	padding:5px;*/
}

#piecera-linea {
	background-color: #ff7e00;
/*	background:#f7f7f7 url(../imagenes/top-header-bg.png) 0 100% repeat-x;*/
	border-bottom:1px solid #FC6;
/*	padding:8px 0;
	text-shadow:0 1px 1px #fff;*/
	height:4px;
	margin-top:100px;
	}


#piecera-contacto {
	background:#3a3b3c url(../Images/MasterPage/fondo-piecera.gif);
	color:#8899a1;
	border-top:2px solid #252626;
	border-bottom:1px solid #2b2b2b;
	height:120px;
	padding: 10px 0 10px 0;
	}
#widgets .indent {
	padding:40px 0 30px 0;
	background:url(../Images/MasterPage/widget-top-bg.gif) 0 0 repeat-x;
	}
	#widgets .widget {
		padding:14px 0 0 0;
		}
	
.widget a {
	color:#8899a1;
	}
.widget a:hover {
	color:#66b9e3;
	text-decoration:none;
	}
	