/*
 Theme Name:     MKT Panel
 Description:    Marketing Panel 
 Template:       Divi
*/

 
/*------------------------------------------------------- 
A partir de aquí puedes poner tus estilos de CSS personalizados 
------------------------------------------------------- */
/*header, footer{display:none}
#main-header{display:none}*/

/*ESTILOS LISTA ETIQUETAS PROYECTOS CASOS DE ËXITO*/
.listaEtiquetas ul{
	list-style-type:none;
	
}
.listaEtiquetas ul li{
	margin-right: 1.5em;
    background: #eeeeee;
    border-radius: 5px;
    padding: 0px 10px;
	display:inline;
	white-space: nowrap
}
/*ESTILOS FORMULARIO ACCESO PRIVADO*/
.et_password_protected_form h1{
	display:none
}

.et_password_protected_form form{
	   width: 25%;
    margin: auto;
    text-align: center;	
}
.et_password_protected_form form p input{
	text-align: center;
	border-radius: 10px;
}
.et_password_protected_form .et_submit_button{
	float: none !important;
}
