@charset "utf-8";
/* CSS Document */

.accordion {
	margin: 10px auto;
}
  
.accordion p {
	line-height:16px;
	font-size:12px;
}

.accordion p.legal{
	font-size:10px;
	margin-top:5px;
}

#mainly-contact .accordion h2{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}	

.accordion h3{
	cursor: pointer;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:12px;
	background-image:url(/img/accordion/flecha-cerrado.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:inline;
	line-height: 30px;
}

.accordion h3:hover{
	color:#00abe3;
	text-decoration:none;
}

.accordion h4 {
	margin:10px 0;
	color:#444;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

/*celdas*/
.accordion .non-header td{
	background-color:#ccc;
	padding: 5px 3px 5px 3px;
	font-weight:bold;
}

.accordion .non td{
	background-color:#f0f0f0;
	padding: 2px 5px;
}

.accordion .liso{
	padding: 2px 5px;
			
}   
.accordion td{
	border-right:1px #ccc solid;
	border-left:1px #ccc solid;
	border-bottom:1px #ccc solid;
}   
/*termina celdas*/

/* contenido del acordeon*/
.tabCalendDeportes{
	border-width:5px;
	border: solid #c1ebfa;
	padding:5px;
}

.tabCalendDeportes tr{ 
	height:18px; 
	color:#666;
}

.table {
	margin-top:5px;
}

.table .table td {text-align:center}

.tabTarifasPromo{
	border-width:5px;
	border: solid #c1ebfa;
	padding: 0 5px 5px 5px;
}

.tabTarifasPromo h2{
	padding:5px 0 5px 0; 
	font-size:13px; 
	font-weight:bold; 
	text-align:center;
}

.tabTarifasPromo tr{ 
	height:18px; 
	color:#666;
}

.tabTarifasPromo ul{
	padding-left:10px;
}

.tabTarifasPromo li{
	list-style:disc inside !important;
}

.tabTarifasConexion {
	margin-left:205px; 
	padding-bottom:10px;
	text-align:center;
}

.tabSeparadorPromos {
	border-bottom:1px dotted #0A5EA1;
	height:10px;
	margin-bottom:10px;
}

/*termina contenido del acordeon*/

