/***
FILE:   guia2008.css
DATE:   Enero 2008
AUTHOR: Ezio Gatto
DESC:   Guia de Rivera.com
Element Order Guide: (not complete)
   reset, elementos basicos, texto, estructura divs, encabezado, estructura, navegacion, DIVs secundarios, pie, misc.
   
   background:#000403; verde oscuro
   background:#041d18; verde
***/

/* reset */
* {
	margin: 0;
	padding: 0;
}
/* elementos basicos */
a {
	color: #682;
	text-decoration: none;
}
a:hover {
	color: #9A6;
}
body {
	/*background: #333 url(../images2008/bg.gif);*/
	background:#000203 url("../images2008/bg-fade.gif") repeat-x center top;
	font: normal 62.5% "Lucida Sans Unicode", sans-serif;
	margin: 3% 0;
}
img {
	border: none;
}
img.centered {
	display:block;
	margin: 5px auto;
	padding:2px;
}
/* texto */
.red {
	color: #ff6600;
	font-weight: bold;
}
p, ul {
	padding-bottom: 1em;
}
ul {
	margin-left: 1.2em;
}
li {
	list-style: none;
}
.main li {
	list-style-image: url(../images2008/li.gif);
}
p {
	margin-bottom: 15px;
	margin-top: 15px;
}
#right p {
	margin-right: 30px;
}
.main h1 {
	text-align: left;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #808D33;
	font-size: 2em;/*border-bottom: 1px solid #CCCCCC;*/
}
h2 {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #9BA46D;
	font-size: 1.2em;
}
h3 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #98A549;
	font-size: 1.5em;
}
h4 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #808D33;
	font-size: 1.5em;
	margin-left: 40px;
	margin-bottom: 30px;
}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {
	padding: 3px;
}
h1, h2, h3 {
	color: #994;
}
.header span {
	display: none
}
/* estructura DIVs */
.container {
	font-size: 1.2em;
	background:#041d18;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #041d18;
}
/* encabezado */
.header {
	float: left;
	width: 640px;
	height: 150px;
	background:#041d18;
	background: url(../images2008/header.jpg) no-repeat;
	font: normal 2.4em Verdana, sans-serif;
	line-height: 150px;
	text-align: center;
}
/* estructura */
.top {
	background: #041d18;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	background: #f7f7f7;
	float: left;
	width: 478px;
	border-left: 1px solid #33342e;
	border-right: 1px solid #33342e;
}
.main_right {
	background: #041d18;
	float: right;
	width: 200px;
	color: #CCC;
}
/* sub-navigation */
.subnav h1 {
	background: #041d18;
	color: #FFE;
	font: bold 1.1em Verdana, sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {
	margin: 0;
	padding: 0;
}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav li a {
	background: #89866F;
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #9C997C;
	color: #000;
}
/*DIVs secundarios*/
.float_left {
	float: left;
	margin-right: 10px;
}
.float_right {
	float: right;
	margin-left: 10px;
}
div.caja {
	background-color: #FFFFFF;
	margin: 15px 10px 10px 10px;
	padding: 15px;
	border: 1px dotted #EBE2B7;
}
html>body div.caja {
	width: 385px;
}
.caja img {
	float: left;
	margin-right: 10px;
}
.precio {
	margin-left: 130px;
	font-size: 1.2em;
	text-align: right;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}
div.caja2 {
	background-color: #FFFFFF;
	margin: 15px 10px 10px 10px;
	padding: 15px;
	border: 1px dotted #EBE2B7;
}
.caja2 img {
	float: right;
	margin-right: 10px;
}
div.caja3 {
	background-color: #FFFFFF;
	margin: 15px 10px 10px 10px;
	padding: 15px;
	border: 1px dotted #EBE2B7;
}
.caja3 img {
	float: left;
	margin-right: 10px;
}
/* footer */
.footer {
	background: url(../images2008/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left, .footer .right {
	padding: 0 16px;
}
.footer a {
	color: #EEE;
}
.footer a:hover {
	color: #FAFCB0;
}
/* misc */
.clearer {
	clear: both;
}
.main_right .padded {
	padding: 6px 2px 6px 16px;
}
.main .padded {
	padding: 18px 20px 20px 20px;
}
.meta {
	font-size: 0.8em;
	color: #666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pdf {
	padding: 5px 0px 5px 22px;
	list-style-type: none;
	background:url(../images/neumaticos/ico_pdf.gif) no-repeat left;
}
/* TABELLA LARRATEA*/
.catalogo_tab02 {
	background:url(../images/neumaticos/bg_ptV.gif) top repeat-x;
	font-size:10px;
}
.catalogo_tab02 a {
	color:#DC012A;
	text-decoration:none
}
.catalogo_tab02 a:hover {
	color:#000000;
	text-decoration:none
}
.catalogo_tab02 .Int {
	padding:3px 8px 3px 8px;
	background:url(../images/neumaticos/bg_pt.gif) bottom repeat-x #F8F8F8;
	color:#000000;
	font-weight:bold;
}
.catalogo_tab02 .Int02 {
	padding:3px 8px 3px 8px;
	background:url(../images/neumaticos/bg_pt_cornerSx.gif) left bottom no-repeat #F8F8F8;
	color:#000000;
	font-weight:bold;
}
.catalogo_tab02 td {
	padding:3px 8px 3px 8px;
	background:url(../images/neumaticos/bg_pt.gif) bottom repeat-x #FFFFFF;
	color:#646369;
}
.catalogo_tab02 .td02 {
	padding: 3px 8px 3px 8px;
	background: url(../images/neumaticos/bg_pt_cornerSx.gif) left bottom no-repeat #FFFFFF;
	color: #ff6600;
	font-weight: bold;
}
.catalogo_tab02 .td_b {
	padding:3px 8px 3px 8px;
	background:url(../images/neumaticos/bg_pt.gif) bottom repeat-x #FBFAFA;
	color:#646369;
}
.catalogo_tab02 .td02_b {
	padding:3px 8px 3px 8px;
	background:url(../images/neumaticos/bg_pt_cornerSx.gif) left bottom no-repeat #FBFAFA;
	color:#646369;
}
.catalogo_tab02 .Int .linkTop {
	font-weight:normal;
	color:#626469;
	text-decoration:none;
	font-size:10px;
}
.catalogo_tab02 .Int .linkTop:hover {
	font-weight:normal;
	color:#DC012A;
	text-decoration:none;
	font-size:10px;
}
.catalogo_tab02 .link02 {
	text-decoration:none;
	color:#626469;
	background: url(../images/neumaticos/arrow_linkgrey_dx.gif) no-repeat right;
	padding-right:8px;
}
.catalogo_tab02 .linkInt {
	text-decoration:none;
	color:#000000;
	padding-right:8px;
}
.catalogo_tab02 .linkInt:hover {
	text-decoration:none;
	color:#DC012A;
	padding-right:8px;
}
#dx_catalogo_dett02 {
	float:right;
	width:368px;
	padding-top:1px;
	margin-top:20px;
	background:url(../images/neumaticos/bg_pt.gif) top repeat-x;
}
