/*
Cuarteto Ricacosa Cimarron
Author: Camilo Rivero
*/

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body { font: .8em/.9em Georgia, Times, Times New Roman, serif; }

/* ---------------------- layout ----------------------------- */

* { margin: 0; padding: 0; }
img { border: 0; }

body {
	text-align: center; /* para centrar ie5.x/Win */ 
	color: #ffffff;
	background-color: #000000;
	margin: 2em 0;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

/* ---------------------- content ----------------------------- */

#header,
#footer { margin: 0 auto; }

#header { background: transparent url('images/top-ricacosa.jpg') no-repeat; height: 396px; width: 567px; }
#footer { background: transparent url('images/bottom-ricacosa.jpg') no-repeat; height: 203px; width: 567px; }

p { margin: 35px 0 10px 0; }

/* ---------------------- misc ----------------------------- */

.clearfix:after, .product:after, .summary:after, .dept:after {content: ".";display:block;height:0;clear: both;visibility:hidden;}
.clearfix, .product, .summary, .dept {display:inline;}
/* Hides from IE-mac \*/
* html .clearfix, * html .product, * html .summary, * html .dept {height:1%;}
.clearfix, .product, .summary, .dept {display:block;}
/* End hide from IE-mac */
.floatclear {clear:both;line-height:0px;font-size:0;width:100%;height:2px;margin:0;padding:0;}
.float-r { float:right; }
.float-l { float:left; }
.hide {position:absolute;left:-99999px;width:9990px;}
.highlight {	color:red;}
object {padding:0;margin:0;}
