* {
	font-family: Arial;
	font-size: 12px;
}

.pop-title {
	color: #0087CB;
	font-size: 28px;	
}

.pop-mensaje {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	width: 550px;
}

.pop-datos {
	margin-top: 10px;	
}

#information_pop_up, #confirmation_pop_up { 
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 25px 5px #999999;
	color: #9C9C9C;
	display: none;
	min-width: 450px;
	min-height: 50px;
	padding: 20px 80px 20px 80px;
}
	
.button.b-close {
	border-radius: 7px;
	box-shadow: none;
	font: bold 131% sans-serif;
	padding: 0 6px 2px;
	position: absolute;
	right: -20px;
	top: -17px;
}

.b-noticias {
	border-radius: 7px;
	box-shadow: none;
	font: bold 131% sans-serif;
	padding: 0 6px 2px;
	position: absolute;
	left: -80px;
	top: 17px;
}

.button.b-close img {
	width: 40px;
	height: 40px;
	cursor: pointer;
}
	
#cargando_pop_up {
	font-family: Arial;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 25px 5px #BCBCBC;
	color: #111111;
	display: none;
	min-height: 60px;
	padding: 25px;		
}

input[type="text"], select {
	width:232px;
	font-size: 12px;
	padding: 6px;
  	border: solid 1px #dcdcdc;
 	transition: box-shadow 0.3s, border 0.3s;
}

input[type="text"]:focus {
	border: solid 1px #2E64E2;
  	box-shadow: 0 0 5px 1px #316CF7;
}

.ui-datepicker-trigger {
	margin: -7px -29px;
	cursor: pointer;
}

button {
	margin-top: 10px;	
}

.contenedor {
	display: table;		
}

.contenedor-usuario {
	float: left;
}

.contenedor-facebook {
	color: black;
	margin: 10px 0 10px 40px;
	float: right;
}

#btnFacebook {
    background:#6da952;
    border:1px solid #29447e;
    border-bottom-color:#1a356e;
    box-shadow:0 1px 0 rgba(0, 0, 0, .1);
    cursor:pointer;
    display:-moz-inline-box;
    display:inline-block;
    font-size: 14px;
    font-weight:bold;
    line-height:normal !important;
    padding:5px 6px;
    text-align:center;
    text-decoration:none;
    vertical-align:top;
    white-space:nowrap;
    color:#fff; 
}
#btnFacebook:active{
    background:#4f6aa3;
    border-bottom-color:#999;
}

