/*
CSS Credit: http://www.mg.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #dbdada;
	background: #333333;
}

a:link, a:visited { color: #5b93ef; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #5b93ef; text-decoration: none; }

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_70 { margin-right: 70px; }

.fl { float: left; }
.fr { float: right }

.em_text {
	color: #ffffff;
}

.button_01 a {
	display: block;
	width: 95px;
	height: 21px;
	padding: 5px 25px 0 0;
	background: url(/images/mg_button_01.jpg) no-repeat;
	
	
	color: #dcdada;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.header_01 {
	clear: both;
	height: 27px;
	padding: 8px 0 0 10px;
	margin-bottom: 20px;
	background: #161616 url(/images/mg_header_icon.jpg) center right no-repeat;	
	font-size: 20px;
	color: #ffffff;
}

.header_03 {
	clear: both;
	height: 27px;
	padding: 8px 0 0 10px;
	margin-bottom: 20px;
	background: #161616;	
	font-size: 20px;
	color: #ffffff;
}

.header_03 img.ico {
	float:right;
	clear:right;
	margin:5px;
	border:none
}

.header_02 {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 22px;
	color: #fff;
}

#mg_container {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

/* top panel */

#mg_top_panel {
	clear: both;
	width: 960px;
	height: 110px;
	padding: 10px 0;
}

#site_logo {
	float: left;
	width: 450px;
	height: 110px;
}

#site_logo a {
	outline: none;
}

#site_title {
	float: left;
	width: 450px;
	margin-top: 30px;
	font-size: 40px;
	padding: 10px 0;
	color: #e8e8e8;
}

#site_title a {
	color: #e8e8e8;
	text-decoration: none;
}

#site_title span {
	display: block;
	margin-left: 70px;
	margin-top: 20px;
	font-size: 16px;
	color: #767676;
}

#header_menu_section {
	float: right;
	width: 210px;
}

.header_menu a {
	float: left;
	display: block;
	width: 90px;
	height: 110px;
	outline: none;
}

.home_menu a { background: url(/images/home_icon.jpg) no-repeat; margin-right: 30px; }
.home_menu a:hover { background: url(/images/home_icon_hover.jpg) no-repeat; }

.contact_menu a { background: url(/images/contact_icon.jpg) no-repeat; }
.contact_menu a:hover { background: url(/images/contact_icon_hover.jpg) no-repeat; }

/* end of top panel */

/* menu & banner panel */

#mg_menu_banner_panel {
	clear: both;
	height: 280px;
	padding: 10px;
	background: #3c3b3b;
	overflow: hidden;
}

/* menu */

#mg_menu_wrapper {
	float: left;
	width: 278px;
	height: 278px;
	background: #000000;
	padding: 1px;
	overflow: hidden;
}

#mg_menu {
	padding: 14px 28px;
	border: 1px solid #313131;
	background: #262626;
	overflow: hidden;	
}

#mg_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mg_menu ul li {
	width: 200px;
	height: 38px;
	padding: 0 0 0 20px;
	margin: 0px;	
	background: #161616;	
	margin-bottom: 4px;
}

#mg_menu ul li:hover {
	background: #0d0d0d;
}

#mg_menu ul li a {
	display: block;
	width: 170px;
	height: 28px;
	padding: 10px 0 0 30px;
	color: #9fa2a4;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	background: url(/images/mg_menu_list_icon.jpg) left center no-repeat;
	outline: none;
}

#mg_menu li a:hover, #mg_menu li .current {
	color: #ffffff;
	
}

#mg_menu .last {
	margin-bottom: 0px;
}

/* end of menu*/

.mg_slide {
	float: right;
	width: 550px;
	height: 180px;
	padding: 50px;
	overflow: hidden;
	background-repeat:none;
	background-position:center center;
	display:none
}

.mg_slide p {
	font-size: 14px;
	color: #fff;
}

.mg_slide a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#mg_banner {
	float: right;
	width: 550px;
	height: 180px;
	padding: 50px;
	overflow: hidden;
	background-repeat:none;
	background-position:center center;
}

#mg_banner p {
	font-size: 14px;
	color: #fff;
}

#mg_banner a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#mg_top {
	float: right;
	width: 650px;
	height: 280px;
	overflow: hidden;
	background-color:#262626;
}

#mg_top form { padding:0 30px }
#mg_top form input.text {
	width:90%;
	height:26px;
	line-height:26px;
	font-size:13px;
	background-color:#000;
	color:#dedede;
	border:none;
	padding:0 5px;
	margin:0;
	margin-top:3px;
	outline:none;
	font-family:Georgia, "Times New Roman", Times, serif
}
#mg_top form textarea {
	width:90%;
	height:auto;
	line-height:26px;
	font-size:13px;
	background-color:#000;
	color:#dedede;
	border:none;
	padding:0 5px 5px;
	margin:0;
	margin-top:3px;
	outline:none;
	font-family:Georgia, "Times New Roman", Times, serif
}
#mg_top form input.boton {
	height:26px;
	line-height:26px;
	font-size:13px;
	background-color:#dedede;
	color:#000;
	padding:0 15px;
	margin:0;
	outline:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	border:none
}

#mg_top p {
	font-size: 14px;
	line-height:18px;
	color: #fff;
	padding-bottom:10px
}

#mg_top p.small {
	font-size: 10px;
	line-height:26px;
	color: #fff;
	padding-bottom:10px
}

#mg_top a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* end of menu & banner panel */

#mg_content_wrapper {
	clear: both;
	width: 940px;
	background: #3c3b3b;
	padding: 10px;
	margin-top: 10px;	
}

#mg_content {
	padding: 30px;
	background: #262626;
}

#mg_side_column {
	float: left;
	width: 220px;
}

.side_column_content {
	clear: both;
	padding: 0 10px;
}

.news_section {
	clear: both;
	margin-bottom: 20px;
}

.news_date {
	color: #ffffff;
	font-weight: bold;
}

.news_title {
	font-size: 12px;
	color: #5b93ef;
	font-weight: bold;
	margin-bottom: 5px;
}

#mg_main_content_column {
	float: right;
	width: 600px;
}

.section_w600 {
	padding: 0 10px;
}

#mg_main_content_column p {
	margin-bottom: 15px;
}

#mg_main_content_column img {
	border: 10px solid #000000;
	margin-bottom: 5px;
}

#mg_main_content_column_extend {
	float: right;
	width: 880px;
}

#mg_main_content_column_extend p {
	margin-bottom: 15px;
}

#mg_main_content_column_extend img {
	float:right;
	clear:right;
	border: 10px solid #000000;
	margin:0 0 5px 5px;
}

#mg_main_content_column_extend ul.lv2 {
	list-style:outside none;
	margin:0 0 15px;
	padding:0
}

#mg_main_content_column_extend ul.lv2 li {
	padding-left:10px
}

.fl_image {
	float: left;
	margin: 3px 15px 5px 0;
}

.of_image {
	float: left;
	margin: 3px 15px 5px 0;
	width:540px
}

iframe.fl_image {
	float: left;
	margin: 3px 15px 5px 0;
	border: 10px solid #000000;
}

.section_w280 {
	width: 280px;
}

.section_w280_content {
	padding: 0 10px;
}

.content_list_01 {
	margin: 0 0 0 40px;
	padding: 0px;
}

.content_list_01 li {
	margin: 0px;
	padding: 0 0 5px 0;
	list-style: decimal-leading-zero;
}

.ico_ser_front {
	height:32px;
	float:left;
	clear:left;
	margin-right:10px;
}

/* end of content */

/* footer */
#mg_footer {
	clear: both;
	width: 940px;
	height:25px;
	line-height:25px;
	padding: 20px 10px;
	text-align: center;
}

#mg_footer a {
	color: #ffffff;
	text-decoration: none;
	height:23px;
	margin-top:2px;
}

/* end of footer */

/* extra */
.w50p {
	width:50%;
	height:auto;
	float:left;
	text-align:left;
}

.w50r {
	width:50%;
	height:auto;
	float:right;
	text-align:right;
}

.clear {
	float:left;
	height:1px;
	width:100%;
	clear:both
}


.avisolegal p{
	margin: 10px 0;
}

.avisolegal h1{
	font-size: 15px;
	margin-top: 30px;
}

.avisolegal .nombreempresa{
	font-size: 15px;
	padding:0 5px;
}