/* -------------------------------------Comienza Tabla Sencilla--------------------------------*/
.bordered {
    border :none #ccc 1px;
    background-color:#FDFFF8;
    border-radius: 15px 15px 15px 15px;
   -moz-border-radius:15px 15px 15px 15px;
   -webkit-border-radius:15px 15px 15px 15px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 2px 2px #ccc;    
    behavior: url(ie-css3.htc);
    margin: 0 auto 10px auto;
}

.bordered tr:hover {
    background: #d7eef4;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;   
    behavior: url(ie-css3.htc);
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    /*border-top: 1px solid #ccc;*/
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #2a7fff;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);*/
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    behavior: url(ie-css3.htc);
}
.bordered caption {
    font-size: 24px;
    color:#00547e;
}
.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
    behavior: url(ie-css3.htc);
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    behavior: url(ie-css3.htc);
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
    behavior: url(ie-css3.htc);
}
.bordered tfoot tr {
    border-top: #00547e thin 1px;
}
.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
    behavior: url(ie-css3.htc);
}

/* -------------------------------------Termina Tabla Sencilla--------------------------------*/
/*--------------------------------------Tarea con y sin retraso ------------------------------*/

.con_tiempo{
    padding-left: 10px;
    margin-top: 10px;
    border :none #ccc 1px;
    background-color:  #93db96 ;
/*    border-radius: 15px 15px 15px 15px;
   -moz-border-radius:15px 15px 15px 15px;
   -webkit-border-radius:15px 15px 15px 15px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 2px 2px #ccc;    
    behavior: url(ie-css3.htc);*/
}
.sin_tiempo{
    border :none #ccc 1px;
    background-color: #fca7ab;
/*    border-radius: 15px 15px 15px 15px;
   -moz-border-radius:15px 15px 15px 15px;
   -webkit-border-radius:15px 15px 15px 15px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 2px 2px #ccc;    
    behavior: url(ie-css3.htc);*/
}

/*--------------------------------------Termina Tarea con y sin retraso ------------------------------*/
/*----------------------------------Notificaciones----------------------------------*/
#titulonotificacion{
    background-color: #F4F7E2;
    margin: 0;
    horizontal-align:left;
}

#titulonotificacion span{
    text-align:left;
    width: 120px;
}

/*--------------------------------------LIGHT BOX---------------------------------*/
.lefondo {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1011;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.leprinci {
    color:black;
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    z-index:1012;
    overflow-x: auto;
    overflow-y: hidden;
    /**/
}
/*----------------------------------------MENU MODULO SOLICITUDES------------------------*/
.solicitudmenu {
	display: block;
	width: auto;
	overflow: hidden;
        margin-left: 20%;
}

.solicitudmenu ul {
	margin: 10px 0 10px 0;
	padding: .7em;
	float: left;
	list-style: none;
	background: #444;
	background: rgba(0,0,0,.2);
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;    
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset; 
        height: 40px;
}

.solicitudmenu li {
    
	float:left;
        
}

.solicitudmenu a {
	float:left;
	padding: .8em 1.5em;
	text-decoration: none;
	color: #555;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font: bold 1.1em/1 'trebuchet MS', Arial, Helvetica;
        font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #ccc #999 #eee;
	background: #c1c1c1;
	background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
	background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
	background: -o-linear-gradient(#f5f5f5, #c1c1c1);
	background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
	background: linear-gradient(#f5f5f5, #c1c1c1);            
 }
 
.solicitudmenu a:hover, nav a:focus {
	outline: 0;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	background: #fac754;
	background: -moz-linear-gradient(#fac754, #f8ac00);
	background: -webkit-gradient(linear, left top, left bottom, from(#fac754), to(#f8ac00));
	background: -webkit-linear-gradient(#fac754, #f8ac00);
	background: -o-linear-gradient(#fac754, #f8ac00);
	background: -ms-linear-gradient(#fac754, #f8ac00);
	background: linear-gradient(#fac754, #f8ac00);
}

.solicitudmenu a:active {
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
}
 
.solicitudmenu li:first-child a {
	border-left: 0;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;            
}

.solicitudmenu li:last-child a {
	border-right: 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;            
}
/*--------------------------------Boton------------------*/
.botonx strong { background: url(tablas/price.sprite.png) no-repeat 0 -9999px; height: 12px; padding-left: 20px; font-style: normal; color: gray; }
.botonx strong.no { background-position: 0 0;}
.botonx strong.yes { background-position: 0 -15px;}
.botonx strong.single { background-position: 0 -30px; }
.botonx strong.unlim { background-position: 0 -45px; }

.botonx p.ddbutton { height: 40px; background: url(tablas/price.readmore.png) no-repeat left 0; float: none; }
.botonx p.ddbutton a {font-family: arial; font-size: 16px; font-weight:bold; line-height: 40px; background: url(tablas/price.readmore.png) no-repeat right -40px; padding:0 40px; }
.botonx p.ddbutton:hover {background-position:left -80px;}
.botonx p.ddbutton a:hover{background-position:right -120px;}

.botonx p.ddbutton { height: 40px; background: url(tablas/price.readmore.png) no-repeat left 0; float: none; }
.botonx p.ddbutton a {font-family: arial; font-size: 16px; font-weight:bold; line-height: 40px; background: url(tablas/price.readmore.png) no-repeat right -40px; padding:0 40px; }
.botonx p.ddbutton:hover {background-position:left -80px;}
.botonx p.ddbutton a:hover{background-position:right -120px;}


/*----------------------------------TABLA DE OPCIONES-----------------------------------*/
.r1 {
    background-color: #d7eef4;
}
.r1:hover {
    background-color: #359BED;
}
#opciones {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    
     border-spacing: 30px 40px;
}
#opciones tr td{
    padding: 10px;
/*    background-color: #d7eef4;
     border: 1px #0063e3 solid;*/
}
/*----------------------------------TABLA DE OPCIONES FIN-----------------------------------*/