

/* !Tables */

table{
    width: 100%;
}

table,
table tr,
table tr td{
    text-align: center;
    background-color: #fff;
}

table p {
    font-size: 16px;
    font-family: "Open Sans";
    margin-top: 3px;
    margin-bottom: 3px;
    color: #7e8890;
}

.redux{
    width: 25%;
}

table .redux h5 {
    color: #333;
	font-weight: bold;
	font-size: 1.5rem;
}

.header-table{
    margin: 50px 0px;
}

.header-table h4 {
    color: #2e5580;
    font-weight: bolder;
    font-size: 25px;
    margin-bottom: 1px;
    padding: 32px 0px 28px 0px;
    margin-left: 6px;
}

#caracteristicas h2,
#especialidad h2,
#precios h2,
#contacto h2,
#tiempo h2 {
    font-weight: bold;
    color: #054d88;
    text-transform: uppercase;
    margin: 0;
}

#caracteristicas h3.subtitulo_de_seccion,
#especialidad h3,
#precios h3,
#tiempo h3 {
    color: #028bd0;
    font-weight: bolder;
    font-size: 25px;
    margin-bottom: 1px;
    padding: 2px 0px 20px 0px;
    margin-left: 6px;
}

#tiempo h3 {
	font-size: 22px;
}

#rss .colaborator h3 a {
    color: #028bd0;
    font-weight: bolder;
    font-size: 25px;
    margin-bottom: 1px;
    padding: 2px 0px 20px 0px;
    margin-left: 6px;
	opacity: 1;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

#rss .colaborator h3 a:hover {
	opacity: 0.5;
}

#rss .colaborator a {
	color: #f77b00;
	font-weight: bold;
	opacity: 1;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

#rss .colaborator a:hover {
	opacity: 0.5;
}

	

#caracteristicas table h3.subtitulo_de_seccion,
#especialidad table h3,
#precios table h3 {
	color: #999;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
	padding: 2px 0px 13px 0px;
	margin-left: 0;
}

#caracteristicas table h3.subtitulo_de_seccion.low_cost,
#especialidad table h3.low_cost,
#precios table h3.low_cost {
    color: #777;
}

#caracteristicas table h3.subtitulo_de_seccion.comercial,
#especialidad table h3.comercial,
#precios table h3.comercial {
    color: #f77b00;
}

#caracteristicas table h3.subtitulo_de_seccion.premium,
#especialidad table h3.premium,
#precios table h3.premium {
    color: #028bd0;
}


#caracteristicas .header-table,
#especialidad .header-table,
#precios .header-table {
    margin: 30px 0px;
}

#empieza h3.subtitulo_de_seccion {
    color: #f77b00;
    margin-bottom: 20px;
    font-size: 2.4rem;
}

.header-table p{
    color: #8e8e8e;
}

.header-table img{
    width: 54px;
    position: relative;
    left: 182px;
    float: left;
}

.header-table b{
    color: rgba(0, 0, 0, 0.77);
}

.footer-table{
    margin-top: 20px;
    line-height: 12px;
}

.footer-table .desplegable {
    padding: 0px 0px;
}

.footer-table .desplegable li.accordion {
	padding: 5px 40px;
}

.footer-table small{
    font-size: 12px;
    color: grey;
    line-height: 30px;
    font-family: Roboto;
}


table .fa-check
{
    color: #54c711;
    margin: 0px 10px;
}

table .fa-times{
    color: #c30000;
    margin: 0px 10px;
}

table td{
    border: 1px solid #ddd;
	width: 25%;
}

#especialidad table td {
	width: 20%;
}

table tr:first-child td:nth-child(2){
}

table tr:first-child td:nth-child(3){

}

table tr:first-child td:nth-child(4){

}


table tr:first-child td:first-child{
    background-color: white !important;
	border-top: none;
	border-left: none;
}

table tr:nth-child(even) td:first-child{
    background-color: #fff;
	color: #7e8890;
}

table tr:nth-child(odd) td:first-child{
    background-color: #fff;
    color: #7e8890;
}


table tr:nth-child(n+2) td:nth-child(even){
    background-color: #fff;
}


/* !Last_row */

table tr:last-child td:first-child{
/*    background-color: #eaeaea;
    color:black; */
}

table tr:last-child td:nth-child(2){

}

table tr:last-child td:nth-child(3){

}

table tr:last-child td:nth-child(4){

}

table tr:last-child td:nth-child(2) h3,
table tr:last-child td:nth-child(3) h3,
table tr:last-child td:nth-child(4) h3
{
    font-weight: bold;
}




/* !Table_panel */


.footer-table .fa-check{
    color: #54c711;
    margin: 0px 5px;
}

.footer-table .panel{
    background-color: #056696;
    color: white;
    padding: 15px 20px;
    border-radius: 18px;
    box-shadow: 0px 2px 3px 1px #000000;
    margin: 28px;
}

.footer-table p{
    margin: 2px 0px;
}

.footer-table h3{
    color: white;
}

.footer-table img{
    width: 124px;
    float: right;
}



/* !Another tables */

#tiempo{
    position: relative;
}

table.with-logo{
    width: 85%;
}

section .logo{
}
section .logo img{
    width: 167px;
}
