html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	background: #F4F4F5;
}
img {
	border: 0;
}
textarea {
	resize: none;
}
div.maxwidth {
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
}
#main_header {
	width: 100%;
	height: 126px;
	background: #F4F4F5;
	/*position: fixed;*/
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.75);
}
#main_menu {
	width: 100%;
	height: 32px;
	background: #0278BC;
}
#main_header div.borde1 {
	width: 100%;
	height: 4px;
	background: #034D82;
}
#main_header #flag_cont {
	position: relative;
	width: 200px;
	height: 90px;
}
#main_header #flag {
	position: absolute;
	width: 97px;
	height: 100px;
	left: 50px;
	top: -2px;
	background: red;
	color: white;
	z-index: 101;
}
#main_header #flagb {
	position: absolute;
	width: 97px;
	height: 20px;
	left: 50px;
	top: 98px;
	z-index: 102;
}
#main_header #flag div {
	text-align: center;
}
#main_header #flag div.numero {
	font-size: 40px;
}
#main_header #flag div.anios {
	font-size: 16px;
}
#main_header #flag div.experiencia {
	font-size: 10px;
}
#main_content {
	width: 100%;
	height: 100%;
	background: white;
	/*padding-top: 160px; /* 129 */
	background: white;
	margin-top: -16px;
}
#main_footer {
	width: 100%;
	height: 45px;
	background: #0278BC;
	color: white;
	font-size: 12px;
	-webkit-box-shadow: 0px -20px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -20px 50px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -20px 50px 0px rgba(0,0,0,0.75);
}
#main_footer a {
	color: white;
	text-decoration: none;
}
#main_footer div.borde1 {
	width: 100%;
	height: 4px;
	background: #034D82;
}
/******************************************************************/

div.form_validation_error {
	font-size: 12px;
	color: red;
}
#smp_screenMessage, #smp_screenError {
	min-width: 50%;
	width: 50%;
	margin: 0 auto;
	padding: 4px;
}
/******************************************************************/

.sf-menu {
	margin-bottom: auto !important;
}
.sf-menu li ul {
	border-bottom: 1px solid white !important;
}
.sf-menu li {
	background: #0278BC !important;
}
.sf-menu li a {
	color: white !important;
	border-left-width: 0 !important;
	border-top-width: 0 !important;
	padding-bottom: 7px !important;
	padding-top: 7px !important;
}
.sf-menu li li {
	background: #008ECB !important;
}
.sf-menu li li a {
	color: white !important;
	border-top: 1px solid white !important;
	padding-bottom: 7px !important;
	padding-top: 7px !important;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background: red !important;
}
