body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #ffffff;
}

a:link, a:visited {
	color: #03F;
	text-decoration: underline;
	font-weight: normal;
} 
a:active, a:hover {
	color: #06F;
	text-decoration: none;
}


p {
	margin: 0px;
	padding: 0px;
	text-align:justify;
}

form {
	margin-left:20px;
}

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_20 {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 10px;
}
.margin_bottom_30 {
	clear: both;
	width: 100%;
	height: 15px;
	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_10 { margin-right: 10px; }
.margin_right_60 { margin-right: 60px; }

.border_bottom {
	border-bottom: 1px solid #999;
}

.text_rl {
	text-align: right;
}

.fl { float: left; }
.fr { float: right }

.rc_btn_01 a {
	clear: both;
	float: right;
	display: block;
	width: 152px;
	height: 37px;
	padding: 23px 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: url(images/medmach_button_01.png) no-repeat;
}

.rc_btn_02 a {
	clear: both;
	float: right;
	display: block;
	width: 154px;
	height: 42px;
	padding: 23px 0 0 0;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: url(images/medmach_button_02.png) no-repeat;
}

.rc_btn_02 a:hover {
	clear: both;
	float: right;
	display: block;
	width: 154px;
	height: 42px;
	padding: 23px 0 0 0;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: url(images/medmach_button_02_hover.png) no-repeat;
}

.rc_btn_02_back a {
	clear: both;
	float: right;
	display: block;
	width: 154px;
	height: 42px;
	padding: 23px 0 0 0;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: url(images/medmach_button_02_back.png) no-repeat;
}

.header_01 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 26px;
	color: #3FF;
}

.header_01_footer {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 26px;
	color: #0FF;
}

.header_02 {
	padding: 10px 0 10px 32px;
	margin: 0 0 15px 0;
	font-size: 22px;
	color: #666;
	background:url(images/h3.jpg) left no-repeat;
}
.header_02 img{
	
	
}

.header_03 {
	padding: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #fd4800;
}

#medmach_header_wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(images/medmach_header_bg.jpg) repeat-x;
}

#medmach_header {
	width: 940px;
	height: 64px;
	padding: 15px 20px 0 20px;
	margin: 0 auto;
}

#medmach_header #logo {
	float: left;
	width: 300px;
	height: 48px;
	background: url(images/medmach_logo.jpg) left top no-repeat;
}

/* menu */

#medmach_header #medmach_menu {
	float: right;
    width: 600px;
	height: 48px;
}

#medmach_menu ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#medmach_menu ul li {
	display: inline;
}

#medmach_menu ul li a {
	float: left;
	display: block;
	height: 38px;
	margin-left: 10px;
	padding: 10px 30px 0 22px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
}


#medmach_menu li a:hover, #medmach_menu li .current {
	position: relative;
	color: #000;
	background: url(images/medmach_menu_hover_right.jpg) bottom right no-repeat;
}

#medmach_menu li a:hover span, #medmach_menu li .current span	{
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 48px;
	bottom: 0px;
	left: -7px;
	background: url(images/medmach_menu_hover_left.jpg) left bottom no-repeat;
}

/* end of menu */

/* banner */
#medmach_banner_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

#medmach_banner {
	width: 980px;
	height: 265px;
	margin: 0 auto;
	background: #ffffff url(images/medmach_banner_bg.jpg) no-repeat;
}

#medmach_banner #banner_content {
	float: right;
	width: 435px;
	padding: 40px 0 0 0;
	margin-right: 80px;
}

#banner_content #banner_title {
	font-size: 24px;
	padding: 10px 0 35px 0;
}

#banner_content #banner_text {
	text-align: justify;
	font-size: 11px;
}
/* end of banner */

/* content top */
#medmach_content_top_wrapper {
	clear: both;
	width: 100%;
	height: 220px;
	margin: 0 auto;
	background: url(images/medmach_content_top_bg.jpg) repeat-x;
}



#medmach_content_top {
	width: 940px;
	margin: 0 auto;
	padding: 40px 20px 0 20px;
}

#medmach_content_top p {
	color: #FFF;
	font-size:12px;
}

/* end of content top */

/* content */

#medmach_content_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

#medmach_content {
	width: 940px;
	margin: 0 auto;
	padding: 60px 20px 0 20px;
}

.content_col_w420 {
	width: 440px;
}
.content_col_w420_representaciones {
	width: 100%;
	background:url(images/bg_representaciones.jpg) right no-repeat;
}
.content_col_w420_catalogo {
	width: 100%;
	
}

.service_box {
	width: 135px;
	height: 140px;
}

.testimonial_box_wrapper {
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.testimonial_box {
	padding: 10px 20px;
	background:url(images/bg_testimonial.jpg) top no-repeat;
	margin-bottom: 2px;
}

.testimonial_box a {
	font-size: 13px;
	font-weight: bold;
	color: #03F;
	text-decoration: none;
}
			  
.image_wrapper_01 {
	position: relative;
	width: 441px;
	height: 170px;
	background: url(images/medmach_frame_01.png) no-repeat;
}

.image_wrapper_01 img {
	position: absolute;
	width: 412px;
	height: 117px;
	top: 10px;
	left: 10px;
}
.image_wrapper_01_catalogo {
	position: relative;
	width: 930px;
	height: 250px;
	background: url(images/medmach_frame_cat.png) no-repeat;
}
.image_wrapper_01_catalogo img {
	position: absolute;
	width: 412px;
	height: 200px;
	top: 10px;
	left: 10px;
}
.image_wrapper_01_catalogo_detalles {
	margin-right:50px;
	width: 360px;
	
}
.image_wrapper_01_catalogo_detalles h1{
	text-align:left;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	color:#09F;
}
.image_wrapper_01_catalogo_detalles h2{
	text-align:left;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	padding: 0px 0px 0px 0px;
}
.about {
	padding: 15px 15px 0px 7px;
	background:url(images/bg_about.jpg) top no-repeat;
	margin-bottom: 0px;
}
.about_footer {
	height:15px;
	background:url(images/bg_about_footer.jpg) no-repeat;
	
}

.section_w140 {
	width: 140px;
}

.section_w140 .project_icon {
	width: 135px;
	height: 140px;
	background: url(images/medmach_project_icon.jpg) no-repeat;
}

.section_w220 {
	width: 220px;
}

.section_w280 {
	width: 300px;
}

.section_w280_h {
	width: 300px;
	height:140px;
}

.section_w280_newsletter {
	width: 420px;
	border: 2px solid #CCC;
	padding: 7px 7px 7px 7px;
	margin-bottom: 20px;
}

.section_w280 .future_project {
	margin: 0;
	padding: 0;
	list-style: none;
}

.future_project li {
	margin: 0 0 5px 0;
	padding: 0px;
}

.other_project_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.back {
	padding-right:0px;
	height:0px;
}
.other_project_list li { 
	margin: 0 0 0 0;
	padding: 0px 0 3px 25px;
	background: url(images/medmach_list_icon.jpg) left top no-repeat;
}

.other_project_list li a {
	color: #333;
	text-decoration: none;
}

.other_project_list li a:hover {
	color: #990000;
}

/* end of content */

/* footer */

#medmach_footer_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #656565;
	border-top: 10px solid #0963AE;
}

#medmach_footer {
	width: 940px;
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
	background: #656565;
	color: #CCC;
}

#medmach_footer a {
	color: #9F0;
}

.normal_list {
	margin: 0 0 0 30px;
	padding: 0px;
	list-style: disc;
}

.normal_list li {
	padding: 3px 0;
	margin: 0;
}

#medmach_footer .normal_list li a {
	color: #ffffff;
	text-decoration: none;
}

.contact {
	text-align: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.contact li {
	padding: 3px 0;
}
/* end of footer */

