@charset "UTF-8";
/* CSS Document */


body .wrapper_main_content {
	color:#FFF;
	background:none;
	border-top: 1px solid #fca311;
	border-bottom: 1px solid #fca311;
	
	-webkit-box-shadow:none;    
    box-shadow:none;
	}
	
body .main_content {
	height:160px;
	overflow:hidden;
	position:relative;
	}
	
#definicion_home {
	float:left;
	width:330px;
	margin-right:5px;
	height:inherit;
	padding-top:20px;
	padding-bottom:30px;
	}

#definicion_diagonal {
	float:left;
	}
	
#content_top_left {
	/*parte de la regla está al principio de hoja de estilo 'main_template.css'*/
	}
	
	
#img_bottom {
	width:500px;
	height:inherit;
	position:absolute;
	right:103px;
	top:0;
	z-index:85;
	overflow:hidden;
	}

#mask_img_bottom {
	background: url(../img/mask_img_bottom.png) no-repeat center;
	overflow:hidden;
	width:500px;
	height:inherit;
	position:absolute;
	top:0;
	right:0;
	z-index:90;
	}
	
#img_bottom ul, #img_bottom ul li, #fondo_home_todo ul, #fondo_home_todo ul li {
	margin:0;
	padding:0;
	list-style:none;
	}


#wrapper_fondo_home_todo {
	width:100%;
	position:absolute;
	height:340px;
	}

#fondo_home_todo {
	width:100%;
	min-width:900px;
	height:340px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	}
	
#fondo_home_todo ul li {
	width:100%;
	height:340px;
	position:relative;
	}

#fondo_home_todo ul li img {
	width:100%;
	height:auto;
	position:absolute;
	bottom:50%;
	margin-bottom:-170px;
	}
	



#header #header_main h2 {
	font-size:30px;
	line-height:36px;
	position:absolute;
	bottom:-8px;
	width:700px;
	}

