#main {
	background-color: #F90;
	height: 435px;
	width: 885px;
	margin-top: 135px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 260px;
}

#main_pelu {
	background-color: #F60;
	height: 435px;
	width: 885px;
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 260px;
}

#main_ofertas {
	background-color: #6C0;
	height: 435px;
	width: 885px;
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 260px;
}

#cont {
	background-color: #FFF;
	height: 350px;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 12px;
	background-repeat: repeat-x;
	background-position: bottom;
}

#tel {
	height: 50px;
	width: 860px;
	margin-left: 12px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	background-image: url(../images/tel.gif);
	background-position: right;
}

#foot {
	height: 50px;
	width: 860px;
	margin-left: 12px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: right;
	margin-top: 25px;
}

#cont_flash {
	height: 350px;
	width: 400px;
	float: right;
}

#cont_tarifas {
	height: 400px;
	width: 265px;
	margin-top: -6px;
	float: left;
}
#cont_estetica {
	height: 350px;
	width: 170px;
	margin-top: 10px;
	float: left;
	padding-left: 15px;
}
#cont_index {
	height: 350px;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 12px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#cont_pelu {
	height: 350px;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 12px;
	background-repeat: repeat-x;
	background-position: bottom;
}

#fnd {
	height: 700px;
	background-repeat: no-repeat;
	width: 1200px;
}

#ll {
	background-color: #fff;
	height: 450px;
	width: 300px;
	float: left;
}

#lr {
	background-color: #fff;
	height: 450px;
	width: 300px;
	float: right;
}

.mattblacktabs{
	width: 100%;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	background-color: #F90;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.mattblacktabs_pelu{
	width: 100%;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs_pelu ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs_pelu li{
display: inline;
margin: 0;
}

.mattblacktabs_pelu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	background-color: #F60;
}

.mattblacktabs_pelu li a:visited{
color: white;
}

.mattblacktabs_pelu li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.mattblacktabs_ofertas{
	width: 100%;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs_ofertas ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs_ofertas li{
display: inline;
margin: 0;
}

.mattblacktabs_ofertas li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	background-color: #6C0;
}

.mattblacktabs_ofertas li a:visited{
color: white;
}

.mattblacktabs_ofertas li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F90;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

