/* IE6 css fixer v0.8: Sun, 09 May 2010 10:17:11 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
.float_l,
.float_r,
#elitempresarial_header #site_title,
#elitempresarial_header #elitempresarial_menu,
#elitempresarial_menu ul li a,
#elitempresarial_banner .banner_image,
#content,
#sidebar,
#elitempresarial_content_wrapper .list_01 li,
.gallery li,
#sidebar .news_box .date,
.about,
.link_section,
.contactus_section {display:inline;}

/* add zoom:1 to overflow:hidden */
#elitempresarial_banner {zoom:1;}

/* add zoom:1 to pos:relative elements */
#elitempresarial_banner .banner_image {zoom:1;}

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff url(images/elitempresarial_body_top.jpg) repeat-x;
}

a:link, a:visited {
	color: #900;
	text-decoration: none;
} 
a:active, a:hover {
	color: #F60;
	text-decoration: underline;
}

.button_01 a {
	display: block;
	width: 100px;
	height: 22px;
	padding: 2px 0 0 0;
	background: url(images/elitempresarial_button_01.png) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
		margin-top: 120px;
}

.button_01 a:hover {

	color: #FF0;
	
}
.button_leer a {
	display: block;
	width: 100px;
	height: 22px;
	padding: 2px 0 0 0;
	background: url(images/elitempresarial_button_01.png) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
		
}
.button_leer a:hover {

	color: #FF0;
	
}
p { margin: 0px; padding: 0px; }

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h30 {
	clear: both;
	width:100%;
	height: 15px;
}
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.margin_r10 { margin-right: 10px; }

.float_l { float: left; }
.float_r {
	float:  right;

}

#elitempresarial_wrapper_outer {
	width: 100%;
	background: url(images/elitempresarial_body_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;	
}

#elitempresarial_wrapper {
	width: 970px;
	padding: 0 10px;
	margin: 0 auto;
}

#elitempresarial_header {
	height: 58px;
	background: url(images/elitempresarial_menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* site title */
#elitempresarial_header  #site_title {
	float: left;
	width: 490px;
	padding: 4px 0 0 30px;
}

#site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title a span {
	display: block;
	margin-top: 5px;
	color: #FF0;
	font-size: 26px;
	font-weight: normal;
}

#site_title img {
	margin-left: 349px;

}
/* end of site title */

/* menu */
#elitempresarial_header #elitempresarial_menu {
	float: right;
	height: 34px;
	margin-top: 12px;
}

#elitempresarial_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#elitempresarial_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#elitempresarial_menu ul li a {
	float: left;
	display: block;
	height: 27px;
	width: 67px;
	margin-left: 10px;
	padding: 7px 5px 0 5px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #fff;	
	font-weight: normal;
	outline: none;
}

#elitempresarial_menu li a:hover, #elitempresarial_menu li .current {
	background: url(images/elitempresarial_menu_hover.png) no-repeat;
}
/* end of menu */

/* banner */
#elitempresarial_banner {
	clear: both;
	width: 970px;
	height: 222px;
	padding: 20px 0 0 0;
	overflow: hidden;
	background: url(images/elitempresarial_banner.jpg) no-repeat;
}

#elitempresarial_banner h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 20px;
	color: #FFF;
}

#elitempresarial_banner p {
	text-align: justify;
	margin-bottom: 15px;
	color: #000;
}

#elitempresarial_banner .banner_image {
	float: left;
	position: relative;
	width: 330px;
	height: 146px;	
	padding: 29px;
	margin-left: 10px;
	margin-right: 40px;
}

#elitempresarial_banner .banner_image span {
	position: absolute;
	width: 388px;
	height: 204px;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url(images/elitempresarial_banner_image_frame.png);
	background-repeat: no-repeat;
}
/* end of banner */

/* content */
#elitempresarial_content_wrapper {
	clear: both;
	width: 970px;
	padding: 20px 0;
}

#content {
	float: left;
	margin-left: 30px;
	width: 610px;
}

#sidebar {
	float: right;
	width: 300px;
}

.divider {
	border-bottom: 1px solid #d6d6d6;
}

.section_w610 {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
.section_w610_contacto {
	clear: both;
	padding-bottom: 2px;
}

.img_producto {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

#elitempresarial_content_wrapper h2 {
	color: #252525;
	font-weight: normal;
	font-size: 25px;
	margin: 0 0 25px 0;
}

#elitempresarial_content_wrapper p {
	margin-bottom: 6px;
	text-align: justify;
}

#elitempresarial_content_wrapper strong {
	color: #900;
	font-weight: bold;
}

#elitempresarial_content_wrapper .list_01 {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#elitempresarial_content_wrapper .list_01_contacto {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#elitempresarial_content_wrapper .list_01_contacto li {
	display: block;
	float: left;
	width: 250px;
	margin: 0 30px 5px 0;
	padding: 5px 0 5px 40px;
	background: url(images/elitempresarial_list_icon.png) no-repeat top left;
}

#elitempresarial_content_wrapper .list_01 li {
	display: block;
	float: left;
	width: 250px;
	margin: 0 10px 5px 0;
	padding: 5px 0 5px 40px;
	background: url(images/elitempresarial_list_icon.png) no-repeat top left;
}

.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery h3{
	text-align:center;
	color:#900;
}
.gallery li {
	margin: 0;
	padding: 8px;
	display: block;
	float: left;
	width: 175px;
	height: 135px;
	margin-right: 10px;
	background: url(images/elitempresarial_project_image_frame_1.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.gallery li a {
	display: block;
	margin: 8px;
	text-decoration: none;
}

.gallery li a img {
	margin-bottom: 15px;
}

.gallery li a span {
	margin-top: 5px;
	color: #000;
	font-weight: normal;
}

.news_section {
	padding: 20px 20px 0 20px;
	background: url(images/elitempresarial_news_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 15px;
}
.news_section_cert {
	padding: 20px 0px 0 0px;
	background: url(images/elitempresarial_news_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#sidebar h2 {
	margin: 0 0 5px 0;
	padding: 15px 0 0 60px;
	height: 35px;
}

#sidebar h3 {
	color: #3b3b3b;
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
}

#sidebar .news {
	background: url(images/news_icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar .testimonial {
	background: url(images/testimonial_icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar .news_box {
	clear: both;
	margin-bottom: 20px;
}

#sidebar .news_box .date {
	float: right;
	color: #1b9cd5;
	font-size: 11px;
}

.news_box a {
	color: #900;
	text-decoration: none;
}

.news_box a:hover {
	color: #960;
}

#testimonial_section {
	padding: 20px 0 0 0;
	background: url(images/elitempresarial_testimonial.png);
	background-repeat: repeat-x;
	background-position: top;
}

.testimonial_box {
	background:url(images/bg_cert.png) no-repeat;
	margin: 5px 10px;
	padding:10px;
	height: 430px;
}
/* end of content */

/* footer */
#elitempresarial_footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 30px;
	color: #000;
	background: url(images/bg_footer.png) no-repeat;
}

#elitempresarial_footer p {
	margin-bottom: 10px;
	text-align: justify;
}

#elitempresarial_footer span {
	color: #900;
}

#elitempresarial_footer a {
	color: #000;
	text-decoration: underline;
}

#elitempresarial_footer h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

.footer_menu_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_menu_list li {
	margin: 0px;
	padding: 0px;
}

#elitempresarial_footer .footer_menu_list li a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

#elitempresarial_footer .footer_menu_list li a:hover {
	color: #060;
	text-decoration: none;
}

.about {
	float: left;
	width: 250px;
	margin-right: 50px;
}

.link_section {
	float: left;
	width: 140px;
	margin-right: 56px;
}

.contactus_section {
	float: right;
	width: 225px;
}

#copyright {
	padding: 20px;
	text-align: center;
	color: #000;
}

#copyright a {
	color: #900;
	
	font-weight: normal;
}
#copyright a:hover {
	color: #900;
}
/* end of footer */

