@charset "utf-8";

	html 
	{
		font: normal 16px 'Open Sans Condensed','Arial Narrow', serif;
		background-color: #FFFFFF;
	}
	body 
	{
		width: auto;
		margin: 0 auto;
	}

	.menuBar a
	{
		font: normal 17px 'Open Sans Condensed','Arial Narrow', serif;
		color: #3EB1DD;
		text-decoration: none;
	}

	.menuBar a:hover
	{
		color: #868686;
		text-decoration: none;
	}

	#menu-footer a
	{
		font: normal 17px 'Open Sans Condensed','Arial Narrow', serif;
		color: #999999;
		text-decoration: none;
	}

	#menu-footer a:hover
	{
		color: #CCCCCC;
		text-decoration: none;
	}

	.section-subtitle
	{
		font: normal 22px 'Open Sans Condensed','Arial Narrow', serif;
		color: #555555;
	}

	.section-text
	{
		font: normal 18px 'Open Sans Condensed','Arial Narrow', serif;
		color: #888888;
	}

	.content-header
	{
		background-image: url('../imgs/banners/banner_black.jpg'); 
		background-repeat: no-repeat;  
		min-height:550px; 
		width:100%; 
		position:relative;
	}

	.content1
	{
		font: normal 22px 'Open Sans Condensed','Arial Narrow', serif;
		color: #EEEEEE;
		line-height:25px;
	}

	.section-one
	{
		font: normal 18px 'Open Sans Condensed','Arial Narrow', serif;
		color: #EEEEEE;
		background-color: #F8F8F8;
		line-height:25px;
		min-height: 500px;
	}

	.section-two
	{
		font: normal 18px 'Open Sans Condensed','Arial Narrow', serif;
		color: #EEEEEE;
		background-color: #FFFFFF;
		line-height:25px;
		min-height: 500px;
	}

	.section-header
	{
		padding: 8px 40px 8px 40px;
		border: none;
		color: #3EB1DD;
	    border: 1px solid #3EB1DD;
	    -webkit-box-shadow: inset 1px 1px 1px rgba(200,200,200,0.2);
	    box-shadow: inset 1px 1px 1px rgba(200,200,200,0.2);
		font: normal 19px 'Open Sans Condensed','Arial Narrow', serif;
	}

	.section-header-white
	{
		padding: 8px 40px 8px 40px;
		border: none;
		color: #FFFFFF;
	    border: 1px solid #FFFFFF;
	    -webkit-box-shadow: inset 1px 1px 1px rgba(200,200,200,0.2);
	    box-shadow: inset 1px 1px 1px rgba(200,200,200,0.2);
		font: normal 19px 'Open Sans Condensed','Arial Narrow', serif;
	}

	#comments
	{
		background-image: url('../imgs/banners/banner_taganga.jpg'); 
		background-repeat: no-repeat;  
		min-height:500px; 
		width:100%; 
		position:relative;

	}

	.comments-quad
	{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: rgba(0,0,0,0.4);
		width:700px; 
		max-width:700px;
		font: normal 18px 'Open Sans Condensed','Arial Narrow', serif;
		border: 1px solid rgba(255,255,255,0.4);
		border-radius: 5px;

	}

	#benefits
	{
		background-image: url('../imgs/banners/banner_beneficios.jpg'); 
		background-repeat: no-repeat;  
		min-height:500px; 
		width:100%; 
		position:relative;
	}

	.section-footer
	{
		font-family: 'Open Sans Condensed','Arial Narrow', serif;
		color: #BBBBBB;
		background-color: #333333;
		font-size: 26px;
		text-indent:20px;
		line-height:25px;
		min-height: 300px;
	}

	.button
	{
	padding: 8px 40px 8px 40px;
	background: #3EB1DD;
	border: none;
	color: #EEEEEE;
	box-shadow: 1px 1px 1px rgba(70,110,145,0.6);
	-webkit-box-shadow: 1px 1px 1px rgba(70,110,145,0.6);
	-moz-box-shadow: 1px 1px 1px rgba(70,110,145,0.6);
	font: normal 17px 'Open Sans Condensed','Arial Narrow', serif;
	border-radius: 3px;
	}

	.button:hover
	{
	    background: #43C2F2;
	    cursor: pointer;
	}


	a
	{
		color: #000;
		text-decoration: none;
	}

	label.left
	{
		position:absolute;
		top:0;
		left:0;
	}
	label.right
	{
		position:absolute;
		top:10;
		right:0;
		color:#FFFFFF;
		horizontal-align:center;

	}

	.itemimage
	{
		max-width: 240px;
		max-height: 240px;
		margin-top: auto;
		margin-bottom: auto;
		vertical-align: center;
	}

	.itemgrid
	{
		margin-left: auto;
		margin-right: auto;
	    color: #555;
	    width: 240px;
	    height: 300px;
	    background-color: #FFFFFF;
	    border: 1px solid #DDDDDD;
	    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);	    	
	}

	.itemgridinterno
	{

		min-width: 240px;
	    min-height: 240px;

	}

	.textbox 
	{ 
	    color: #555;
	    width: 500px;
	    padding: 3px 0px 3px 5px;
	    margin-top: 2px;
	    margin-right: 6px;
	    margin-bottom: 16px;
	    border: 1px solid #e5e5e5;
	    background: #fbfbfb url(../imgs/icons/lupa.png) no-repeat 3px 3px;
	    height: 30px;
	    line-height:15px;
	    outline: 0;
	    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
		padding-left: 38px;
		font-size: 18px;
	  } 

	.select-style 
	{
	    padding: 0;
		margin-top: 2px;
	    margin-right: 6px;
	    margin-bottom: 16px;
	    border: 1px solid #e5e5e5;
	    width: 120px;
	    border-radius: 3px;
	    overflow: hidden;
	    background-color: #fbfbfb;
	    background: #fff url("../imgs/parts/arrow_right.png") no-repeat 90% 50%;
	    outline: 0;
	    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	}

	.select-style select {
	    padding: 5px 8px;
	    width: 130%;
	    border: none;
	    color: #555;
	    box-shadow: none;
	    background-color: #fbfbfb;
	    background-image: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	}

	.select-style select:focus {
	    outline: none;
	}

	.itemimage
	{
		filter:alpha(opacity=70);
		-moz-opacity: 0.6;
		opacity: 0.6;
		-khtml-opacity: 0.6;
	}

	.itemimage:hover
	{
		filter:alpha(opacity=100);  
		-moz-opacity: 1.0;  
		opacity: 1.0;
		-khtml-opacity: 1.0; 
		cursor: pointer;
	}
