table {
    border-collapse: separate;
}

/* CALENDARIO TABLAS DE PRECIOS */
.inf-school {
    font-size: 0.8em;
    padding: 0 17px;
    text-align: left;
    width: 100%;
}
#tablas_pre {
  display: block;
  float: left;
  left: -17px;
  margin-left: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#calendario {
  /*
    margin-bottom: 15px;
    margin-top: 5px;
  */ 
}
#new-price-info #calendario-dcha {
    display:none;
}
#new-price-info #calendar-preset-dates ul.ui-widget-content li.preset_0 {
    display: none;
}
#new-price-info .grupo-calendar {    
    float: left;
    left: -21px;
    position: relative;
    top: -140px;    
    margin-bottom: -100px;
}
#new-price-info .title-date-select {
    background: url("img_becas/escuela-banner-date.png") no-repeat scroll 0 0 transparent;
    bottom: 10px;
    height: 57px;
    position: relative;
    width: 231px;
    /*   
    background: url("img/title-date-select.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 58px;
    margin: 15px 10px 11px 4px;
    width: 233px;
    */
}
#new-price-info .title-date-select p {
    color: #FFFFFF;
    font-family: "PT Sans",Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px 40px;
    text-align: center;
    background: none;
}

#new-price-info #calendario #fecha {
    color: #E17009;
    display: block;
    font-size: 1.1em;
    height: 19px;
    margin: 0.3em 0.5em;
    outline: medium none;
    text-decoration: none;
    width: 225px;
}



#new-price-info .price-txt-s {
    background: url("img/bg-price-txt.png") no-repeat scroll 0 0 transparent;
    color: #525252;
    padding: 5px 0 5px 12px;
}
#new-price-info .price-txt-s p {
    font-size: 0.85em;
    line-height: 130%;
    margin: 4px 0;
    padding-right: 50px;
    text-align: left;
    width: 170px;
}


#new-price-info #calendar-preset-dates ul {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin-bottom: 10px;
    margin-left: 5px;
    /*width: 17.6em;*/
}
#new-price-info #calendar-preset-dates li {
    cursor: pointer;
    list-style: none outside none;
    margin: 1px 0;
    padding: 1px;
}
#new-price-info #calendar-preset-dates li a {
    /*color: #5C9CCC;
    display: list-item;
    font-size: 13px;
    font-weight: bold;
    list-style-type: square;
    margin-left: 14px;
    text-decoration: underline;
    */
    color: #0A5B89;
    font-family: "PT Sans",Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}
#new-price-info #calendar-preset-dates li a span {
    font-size: 11px;
}
#new-price-info .ui-daterangepickercontain {
    top: 10px !important;
}
#new-price-info #calendar-preset-dates li.ui-state-hover, #new-price-info #calendar-preset-dates ul.ui-widget-content li.ui-state-hover, #new-price-info #calendar-preset-dates li.ui-state-focus, #new-price-info #calendar-preset-dates ul.ui-widget-content li.ui-state-focus {
    background: none repeat scroll 0 0 transparent;
    color: #222222;
    font-weight: bold;
    outline: medium none;
}
#new-price-info #calendar-preset-dates li.ui-state-hover a, #new-price-info #calendar-preset-dates li.ui-state-hover a:hover {
    border: medium none;
    /*color: #F76800;*/
    color:#E6511E;
    outline: medium none;
    text-decoration: none;
}
#new-price-info #calendar-preset-dates li.ui-corner-all {
    border: medium none;
}
#new-price-info #calendar-preset-dates li.ui-state-active, #new-price-info #calendar-preset-dates ul.ui-widget-content li.ui-state-active {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #222222;
    font-weight: bold;
    outline: medium none;
}
#new-price-info #calendar-preset-dates li.ui-state-active, #new-price-info #calendar-preset-dates ul.ui-widget-content li.ui-state-active {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #E17009;
}
#new-price-info #calendar-preset-dates li.ui-state-active a, #new-price-info #calendar-preset-dates li.ui-state-active a:link, #new-price-info #calendar-preset-dates li.ui-state-active a:visited {
    outline: medium none;
    text-decoration: none;
}
#new-price-info #calendario-dcha .ui-widget-content {
    border: medium none;
}
#new-price-info #calendario-dcha .ui-daterangepickercontain .ui-daterangepicker {
}
/* FIN CALENDARIO TABLAS DE PRECIOS */

/* TABLAS DE PRECIOS*/
#elForm {
	float:left;
	margin-bottom:10px;
	padding:5px;
}

#dura,.desplegable_precios {
		background-color: #E5F1F4;
    border: 1px solid #567C80;
    border-radius: 5px 5px 5px 5px;
    font-size: 11px;
    margin: 5px 0;
    padding: 2px 2px 2px 6px;
    /*width: 160px;*/
}
/* FIN TABLAS DE PRECIOS*/

.warning-becas {
	cursor: pointer; 
	background-color: #83BB50; 
	color: white; 
	font-weight: bold; 
	font-size: 12px; 
	height: 25px; 
	width: 100%; 
	padding-top: 7px; 
	position: fixed; 
	z-index: 100; 
	border-bottom: 1px solid rgb(255, 255, 255);
	text-align:center;
	opacity :0.9;
}