input[type="submit"] {
    color: #ffffff;
    background-color: #03a9f4;
    border-color: #03a9f4;
    font-size: 1em;
    padding: 10px 15px;
    cursor:pointer;
}
input[type="submit"]:hover {
    outline: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #2ebcfc;
    border-color: #2ebcfc;
}
.swpm-login-form-submit {
    margin-top:20px;
}
.swpm-login-form-pw-reset-link {
    font-size:14px;
}
.swpm-join-us-link {
    display:none !important;
}
.swpm-login-widget-form label,
.swpm-registration-widget-form label {
    color: #313439;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    width: 150px;
    display: block;
}
input, textarea, select {
    border: 1px solid #ccc !important;
}
.titulo-tabla {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: left;
    font-weight:700;
}
.datos-tabla {
    padding:10px 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}
.datos-tipo-miembro {
    text-align:right;
    padding-top:25px;
}
.titulo-miembro {}
.mis-datos-link {
    padding-top: 0px;
    display: block;
    text-align:left;
}
.header-buttons-wrapper a.button:nth-child(3),
.header-buttons-wrapper a.button:nth-child(4) {
    background: none;
    color: #ffffff;
    border-color: #ffffff;
    border-radius: 56px;
}
/* menu */
.menu-2 {
    list-style: none;
    margin: 0;
}
.menu-2 li {
    display: inline-block;
    float: left;
    border-right: 1px solid #e1e1e1;
    padding:0 10px;
}
.menu-2 li:first-child {
    padding-left:0;
}
.menu-2 li:last-child {
    border-right:0;
}
.items-header {
    border-bottom: 1px solid #e1e1e1;
}
.items-datos,
.items-header {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.items-header li {
    font-weight: 700;
}
.items-header li,
.items-datos li {
    float: left;
    padding:10px 5px;
    width: 33.33%;
}
.items-datos li {
    font-size:13px;
}
.img-miembro {
	width: 90px;
	vertical-align: middle;
	padding-left: 20px;
	height: auto;
}
.img-descargar {
	width: 16px;
	margin-left: 10px;
	vertical-align: middle;
}
.descarga-item {
	text-decoration:none;
	color:#03a9f4;
}
.descarga-item:hover {
	text-decoration:none;
	color:#000;
}