.divServicios {
	background-color: #eeeeee;
	padding: 15px;
	border-radius: 0px;
    border: none;
}

.divServiciosContentTable table th{
	text-align: center;
}
.divServiciosContentTable table td {
	text-align: center;
}

.divServiciosContentButton{
	text-align: right;
}

.divServiciosContentButton button:focus,
.divServiciosContentButton button:visited{    /*04-05-16, Aura: Se cambio el color */
	color: #7b9cf0; /*antes #ffffff*/
}

.tabs-webservices{
	border: none;
}

.tabs-webservices>li {
	border-bottom: 1px solid #ddd;
}

.tabs-webservices>li>a {
	/*13-04-16, Aura: Se cambio el color y font-weight */
	color: #777777; /*antes: #207146*/
	font-weight: 300; /*antes: bold*/
}

.tabs-webservices>li>a:hover {
	/*13-04-16, Aura: Se cambio el color */
	background-color: #f5f5f5;
	color: #777777; /*antes #000000*/
}

.tabs-webservices>li.active>a, .tabs-webservices>li.active>a:focus, .tabs-webservices>li.active>a:hover,
.tabs-webservices>li.active>a, .tabs-webservices>li.active>a:focus, .tabs-webservices>li.active>a:hover {
    background-color: none;
    border: transparent;
}

.tabs-webservices>li.active>a, .tabs-webservices>li.active>a:focus, .tabs-webservices>li.active>a:hover{
	/*13-04-16, Aura: Se cambio el color */
	border: none;
	background-color: #dddddd; /*antes: rgba(51,153,102,0.8)*/
	color: #545454; /*antes: #fff*/
	border-radius: 0px;
}

.well{
	background-color: #eeeeee;
	border-radius: 0px;
	border: none;
}

code{
	color: #000000;
	background-color: transparent;
}

.divServiciosContentTable{
	background-color: #ffffff;
	padding: 15px;
	margin-top: 15px;
}

.resource{
	/*background-color: #f9cd4f;*/
	background-image: url('../../../media/com_visforms/img/patterns/paper-pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
	padding: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.32);
}

.bg-green{
	/*08-04-16, Aura: Se cambio el color de background y color, se comento la variable background-image.
				Se agregaron las variables: border, border-color, border-radius, box-shadow  */
	margin: 1px;
	background: white; /* antes: #1b603c*/
	border: 1px solid transparent;
	border-color: #dddddd; 
    border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,endColorstr='#175233',startColorstr='#207146');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,endColorstr='#175233',startColorstr='#207146')";
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#207146), to(#175233));
    background-image: -moz-linear-gradient(center top, #207146, #175233); */
    color: #1122cc; /*antes: #fff*/
}
  
/* .bg-green:hover{
	background: #23804f;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,endColorstr='#1b5b39',startColorstr='#23804f');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,endColorstr='#1b5b39',startColorstr='#23804f')";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b5b39), to(#23804f));
    background-image: -moz-linear-gradient(center top, #1b5b39, #23804f);
    color: #fff
} */

.table-hover>tbody>tr:hover{
	background-color: #eeeeee;
}

.divServiciosContent p{
	text-align: justify;
}