﻿@charset "UTF-8";

/**:focus { outline:none;  }*/

html {
	/*overflow: auto;
	overflow-x: hidden; */
}

body {
	background-color: #f5f5f5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/degrade.png);
	background-repeat: repeat-x;
	/*overflow: auto;
	overflow-x: hidden;*/ 
}

#logo h1{
	background: url('../images/marca.png') no-repeat;	
	width:295px;
	height:63px;
	text-indent:-99999px;
	margin: 120px auto 0px auto;
}

#aspas {
	z-index: 1;
	padding: 0px;
	width: 47px;
	height: 76px;
	position: absolute;
	left: 0px;
	top: 5px;
	float: none;
	background-image: url(../images/aspas.png);
	background-repeat: no-repeat;
}

#halftoneTOP {
	z-index: 0;
	padding: 0px;
	width: 567px;
	height: 480px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../images/halftone_top.png);
	background-repeat: no-repeat;
}

#stripes {
	z-index: 1;
	padding: 0px;
	width:auto !important;
	height:auto !important;
	min-width:1190px;
	min-height:450px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/stripes.png);
	background-repeat: no-repeat;
}

.clear { clear:both; }