


.metaf-main {
	background-color: #003b1a;
	width: 100%;
	min-height: 300px;
	padding-bottom: 20px;
}

.metaf-config-main {
	width: 90%;
	min-height: 300px;
	margin-left: 5%;
	margin-right: 5%;
}

.metaf-config-main input[type=text] { 
	float: left;
	width: 250px;
	border-radius: 5px;
	border-color: rgb(51, 93, 138);
}

.metaf-config-main input[type=radio] { 
	margin: 0 0 0 0;
	
}

.metaf-config-main label { 
	float: left;
	height: 37px;
	padding-top: 8px;
	padding-right: 5px;
}

.metaf-grid {
	width: 50%;
	float:left;
}

.metaf-scenario {
	margin-left: auto;
	margin-right: auto;
	width: 626px;
}

.metaf-header {
	height: 160px;
	width: 100%;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}


.metaf-avatar {
/*	display: inline-block;*/
	float: left;
	background: url(../images/fondo_cara.png) 0 0/100%;
	/*
	width: 120px;
	height: 160px;
	margin-right: 28px;
	*/
	width: 10%;
	margin-right: 2%;
	vertical-align: top;
}

.metaf-welcome {
/*	display: inline-block;*/
	float: left;
	background-color: rgb(128, 174, 50);
	color: #003b1a;
	width: 30%;
	height: 60%;
	margin-right: 2%;
	/*
	width: 290px;
	height: 100px;
	margin-right: 28px;
	*/
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

.metaf-welcome a {
	color: rgb(46, 76, 42);
	font-weight: none;
}

.metaf-welcome strong {
	font-size: 120%;
}


.metaf-messages {
/*	display: inline-block;*/
	float: left;
	background-color: rgb(128, 174, 50);
	width: 56%;
	height: 60%;
	/*
	width: 400px;
	height: 100px;
	*/
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	text-align: center;
}

.metaf-messages img {
	width: 9%;
	height: 100%;
	margin-left: 10px;
	margin-right: 10px;
}

.metaf-messages strong {
	font-weight: normal;
	font-size: 120%;
}

.metaf-info {
/*	display: inline-block;*/
	float: left;
	color: #ffffff;
	width: 60%;
	height: 30%;
	vertical-align: top;
	margin-top: 3px;
}

.metaf-courses {
	width: 100%;
	height: 500px;
	padding-left: 5%;
	padding-right: 5%;	
}

.metaf-course {
	float: left;
	width: 30%;
	height: 220px;
	padding: 15px 15px 15px 15px;
	background: url(../images/fondo_pantalla.png) 0 0/100% 100%;
	cursor: pointer;
}

.metaf-course:hover {
	background: url(../images/fondo_pantalla_hoverr.png) 0 0/100% 100%;

}

.metaf-middle {
	/*
	margin-left: 8%;
	margin-right: 8%;
	*/
}

.metaf-right-prices {
	float: left;
	width: 12%;
	height: 100%;
	padding-top: 10px;
}

.metaf-name > img{
	height: 70%;
	width: 100%;
	margin-top: 5px;
}

.metaf-left-prices {
	float: right;
	width: 11%;
	height: 100%;
	padding-top: 10px;
	vertical-align: top;
}

.metaf-name {
	float: left;
	width: 75%;
	height: 100%;
	color: #ffffff;
	text-align: center;
}

.metaf-right-prices img, .metaf-left-prices img {
	width: 100%;
	padding-bottom: 10px;
}

#female_avatars img, #male_avatars img 
{
	cursor: pointer;
}

img.selected {
	border: 2px solid #AABBFF;
}

.met-login {
	padding-left: 20px;
	padding-right: 20px;
	width: 400px;
	height: 400px;
	position: absolute;
	left: 50px;
	top: 50px;
	background-color: #ffffff;
	z-index:100000;
}

#close_login {
	text-align: right;
	font-size: 24px;
	position: relative;
	top: -50px;
}

#system-messages {
	text-align: center;
	font-size: 20px;
	padding-bottom: 2px;
}

.alert-danger {
	color: #FF2222;
	background-color: #FFEEEE;
}

.alert-success {
	color: #77FF77;
	background-color: #EEFFEE;
}

img.disabled {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	display: none;
}

.back_avatar {
	display: inline-block;
	/*
	position: relative;
	top: -400px;
	left: 191px;
	*/
	position: absolute;
	top: 75px;
	left: 191px;
	height: 400px;
}

.cleanse {
	clear: both;
}

.register-submit {
    padding: 1% 2%;
    border: 1px solid #004A21;
    background: #95C022;
    color: #FFFFFF;
}

.honeypot
{
	display: none;
}

.ui-widget-header {
    border: 1px solid #95C022 !important;
    background: #95C022 !important;
}