.clearfix{ clear: both; }

.space10{ height: 10px; }
.space15{ height: 15px; }
.space20{ height: 20px; }
.space25{ height: 25px; }
.space30{ height: 30px; }
.space35{ height: 35px; }
.space40{ height: 40px; }
.space45{ height: 45px; }
.space50{ height: 50px; }

.font-size-10{ font-size: 10px !important; }
.font-size-11{ font-size: 11px !important; }
.font-size-12{ font-size: 12px !important; }
.font-size-13{ font-size: 13px !important; }
.font-size-14{ font-size: 14px !important; }
.font-size-15{ font-size: 15px !important; }
.font-size-16{ font-size: 16px !important; }
.font-size-17{ font-size: 17px !important; }
.font-size-18{ font-size: 18px !important; }
.font-size-19{ font-size: 19px !important; }
.font-size-20{ font-size: 20px !important; }
.font-size-25{ font-size: 25px !important; }
.font-size-30{ font-size: 30px !important; }
.font-size-35{ font-size: 35px !important; }
.font-size-40{ font-size: 40px !important; }
.font-size-45{ font-size: 45px !important; }
.font-size-50{ font-size: 50px !important; }

.bg-oscure{ font-weight: bold; }

/********************************
 *								*
 *		 NOTIFICACIONES			*
 *								*
 ********************************/
[data-notify="progressbar"] { margin-bottom: 0px; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 5px; }
.customized_notify.alert-info{ text-align:center; background-color: #fceadd; width: 310px; line-height: 1.4; border:0; color: #333; padding:20px; -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1); overflow: hidden; }
.customized_notify span[data-notify='title']{ display: block; }
.customized_notify.alert-info h4{ font-size: 16px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1.25; letter-spacing: normal; text-align: center; color: #333; margin-bottom:5px; text-transform:uppercase; font-weight:700; }
.customized_notify i span{ font-size:55px; margin-bottom:10px; color:#2a8fbd; display: block; }
.customized_notify span p{ font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.43; letter-spacing: 0.9px; text-align: center; color: #333; }
.customized_notify i span img{ border:5px solid #ededed; width:80px; height:auto; margin-bottom: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
a.custom_notify_login{ background: #2a8fbd; padding: 3px 5px; border-radius: 4px; font-size: 13px; color: #fff !important; text-decoration: none !important; }
a.custom_notify_login i{ font-size: 14px; }
	a.custom_notify_login:hover{ background: transparent; border: 1px solid #2a8fbd; color: #2a8fbd !important; text-decoration: none !important; }