/*#tabServicios{
height: 500px; /*ALTO DEL ESPACIO EN BLANCO DE SUBMENU
width: 1200px;
padding-left: 60px;
padding-right: 60px;

}*/
#tabs{
	/*background: #E9ECD7;*/
	text-align: center;
	padding-bottom: 10px; /*ALTO DE LA BARRA CELESTE DE AREAS DE PRACTICA*/ 
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 10px;
}
#tabs a{
	color: #F9F9F9;  /*FORMATO A LAS PALABRAS DE CADA SUBMENU EN AREAS DE PRACTICA */
	font-size: 11px;
	background: #6B6C6C;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all .5s;
	padding-bottom: 11px; /*ANCHO DE CADA BOTON*/
	padding-left: 11px;
	padding-right: 11px;
	padding-top:11px;
}
#tabs a:hover{
background: #1B46AA;
}
.tabsContent{
	margin-top:50px;     /* BAJA PARRAFOS DEL TEXTO DE CADA SUBMENU */
	padding-left: 30px; /*MUEVE HACIA LA IZQUIERDA  EL TEXTO DE CADA SUBMENU */
	color: #0A1088;
	display: none;
	text-align: justify;
	font-family: Vivaldi;
	
}
/*.tabsContent img{
margin-top: 110px;
}*/
.tabActual{
background: #429BDB !important;	
}
