/* CSS Document */

@font-face {
	font-family: OpenSansTuetego;
	src: url(/fonts/OpenSans-Regular.eot);
	src: url(/fonts/OpenSans-Regular.ttf) format('truetype');
	font-weight: 400;
}
html {
	position: relative;
	min-height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
* {
	font-family: OpenSansTuetego;
	word-wrap: break-word;
	margin: 0;
	padding: 0;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}
body {
	font-family: OpenSansTuetego;

	font-size: 16px;
	font-weight: 400;

	color: #444444;
	background: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 0 !important;
	padding: 0 !important;
	margin-bottom: 120px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 700;
	padding: 5px 5px 5px 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 24px;
	color:#ef0054;
}
h3 {
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #ef0054;
	outline: 0;
}

ul {
	margin-left:20px;
}
#outer {
	width: 100%;
	margin: 0;
}
#content {
	position: relative;
	z-index: 50;
	margin: 0 20px;
	padding-top: 70px;
}

#footer {
	padding: 10px 0;
	color: #CCC;
	text-align: center;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}

	.hzuser {
		width: 100%;
		height: auto;
		position: fixed;
		top: 48px;
		z-index: 100;
		left: 0;
		background:#aa003c;
		color: #fff;
		transition: 0.5s;
	}
	.hzuser ul {
		list-style-type: none;
		padding: 0px;
		margin: 10px 20px;
	}
	.hzuser li {
		padding: 2px 25px 2px 0;
	}
	.hzuser li a {
		transition: 0.3s;

		color: #e987a4;
	}
	.hzuser li a:hover {
		color: #fff;
	}
	
.posts input, .posts textarea {
	padding:10px;
	background-color:#f9f9f9;
	border:0;
	margin:5px 0;
}

.posts .enviar {
    height: 40px;
    padding: 0 30px;
    margin: 5px 10px 5px 5px;
    border-radius: 5px;
    background: #ef0054;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    font-size: small;
}
	
.alertinfo_inside {
		padding: 10px;
		margin-bottom:10px;
		display: block;
		border-radius: 5px;
		background: #FF9 url(/img/ui/icn_alert_info.png) no-repeat;
		background-position: 10px 10px;
		border: 1px #ccc solid;
		text-indent: 40px;
}

.alertsuccess_inside {
		padding: 10px;
		margin-bottom:10px;
		display: block;
		border-radius: 5px;
		background: #C8FFC5 url(/img/ui/icn_alert_info.png) no-repeat;
		background-position: 10px 10px;
		border: 1px #ccc solid;
		text-indent: 40px;
}	

.alerterror_inside {
		padding: 10px;
		margin-bottom:10px;
		display: block;
		border-radius: 5px;
		background: #FFC8C9 url(/img/ui/icn_alert_info.png) no-repeat;
		background-position: 10px 10px;
		border: 1px #ccc solid;
		text-indent: 40px;
}	

.alertreminder_inside {
		padding: 10px;
		margin-bottom:10px;
		display: block;
		border-radius: 5px;
		background: #ccc url(/img/ui/icn_alert_info.png) no-repeat;
		background-position: 10px 10px;
		border: 1px #ccc solid;
		text-indent: 40px;
}	

	

@media (max-width:767px) {
body {
	font-family: OpenSansTuetego;
	font-size: 12px !important;
}
.main_logo {
	margin-left: 10px;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(/img/ui/tuetego_logo_mob.png);
}
.menu {
	background: #aa003c;
	background: -webkit-linear-gradient(left top, #ef0054, #aa003c);
	background: -o-linear-gradient(bottom right, #ef0054, #aa003c);
	background: -moz-linear-gradient(bottom right, #ef0054, #aa003c);
	background: linear-gradient(to bottom right, #ef0054, #aa003c);
	width: 100%;
	position: fixed;
	height: 50px;
	top: 0;
	z-index: 101;
	overflow: hidden;
}
.menuopen {
	background-color: #000;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 101;
	overflow: hidden;
}
.menucontainer {
	height: 50px;
	margin: 0 auto;
}
.menu1 {
	height: 50px;
	color: #FFF;
	z-index: 100;
	display: none;
}
.menu1 ul {
	margin-top: 16px;
	float: right;
}
.menu1 li {
	display: inline;
}
.menu2 ul {
	float: left;
	z-index: 150;
	margin-top: 4px;
	padding: 0;
}
.menu2 li {
	display: inline;
}
.menu3 ul {
	float: right;
	z-index: 150;
	margin-top: 8px;
}
.menu3 li {
	display: inline;
	margin-right: 5px;
}
.menu a,  #footer a {
	color: #FFF;
}
#primaryContent {
	width: 100%;
	margin: 0 5px;
}


}

@media (min-width:768px) {
body {
	background-color:#eee;
}
.main_logo {
	width: 200px;
	height: 44px;
	display: block;
	background: url(/img/ui/tuetego_logo_50.png) no-repeat;
	background-size: contain;
}
.menu {
	background: #aa003c;
	background: -webkit-linear-gradient(left top, #ef0054, #aa003c);
	background: -o-linear-gradient(bottom right, #ef0054, #aa003c);
	background: -moz-linear-gradient(bottom right, #ef0054, #aa003c);
	background: linear-gradient(to bottom right, #ef0054, #aa003c);
	width: 100%;
	height: 48px;
	position: fixed;
	top: 0;
	z-index: 101;
	overflow: hidden;

}
.menucontainer {
	height: 48px;
	margin: 0 20px;
	position: relative;
	z-index: 103;
}
.menu1 {
	height: 60px;
	color: #FFF;
	z-index: 100;
	float: right;
}
.menu1 ul {
	margin-top: 8px;
	float: right;
}
.menu1 li {
	display: inline-block;
	margin-left: 20px;
}
.menu2 ul {
	z-index: 150;
	margin-top: 4px;
	float: left;
	padding: 0;
}
.menu2 li {
	display: inline;
}
.menu3 {
	display: none;
}
.menu3 ul {
	float: right;
	z-index: 150;
	margin-top: 8px;
}
.menu3 li {
	display: inline;
	margin-right: 5px;
}
.menu a,  #footer a,  .footer_side a {
	color: #FFF;
}
.menu1_box a {
	color: #444;
}
.menu a:hover,  #footer a:hover,  .menu1_box a:hover,  .footer_side a:hover {
	color: #FFF;
	text-decoration: underline;
}

.menu1_box {
	top: 48px;
	right: 0;
	position: absolute;
	margin: 0;
	padding: 20px 10px;
	/*background: url(/img/ui/bg_white90.png) repeat;*/
	background-color: #fff;
	z-index: 102;
	color: #444;
	display: none;
	max-width: 400px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.menu1_box ul {
	list-style: none;
	max-height: 400px;
	overflow-y: auto;
}
.menu1_box .updates_list li {
	padding: 5px;
	font-size: 9pt;
	margin-left: 50px;
}
.menu1_box .updates_list li:hover {
	padding: 5px;
	font-size: 9pt;
	margin-left: 50px;
	background-color: #EEE;
	cursor: pointer;
}
.menu1_box .menuuser li {
	padding: 5px;
}
.menu1_box .menuuser li:hover {
	padding: 5px;
	background-color: #EEE;
	cursor: pointer;
}
.menu1_box .updates_list .update_new div {
	float: left;
	margin-right: 10px;
	border-left: 5px #FF0004 solid;
	margin-left: -50px;
	width: 35px;
	height: 35px;
}
.menu1_box .updates_list .update_old div {
	float: left;
	margin-right: 10px;
	margin-left: -45px;
	width: 35px;
	height: 35px;
}
#primaryContent {
	width: 80%;
	margin: 0 auto;
}

.posts {
	padding:20px;
	background-color:#fff;
	margin-bottom:20px;
}
}
