/* CSS */
/*html, body{height:100%;}*/

body{margin:0 auto;
text-align:center;
background-color:#FFFFFF;
background-image:url(fondo.jpg);
background-position:top;
background-repeat:repeat-x;
margin:0;}

.princ{
background-image:url(bajo.jpg);
background-position:bottom;
background-repeat:repeat-x;}

.degra{
background-image:url(degra.jpg);
background-position:top;
background-repeat:repeat-x;
padding-top:10px;
}

.pie{
background-image:url(bajo.jpg);
background-position:top;
background-repeat:repeat-x;
}


p{
margin:0;}

.centro{
padding:10px;
background-image:url(contenido.jpg);
background-position:top;
background-repeat:repeat-x;}

.centro2{
padding:10px;}

.texto{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
text-align:justify;}

.producto{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
font-weight:bold;
text-align:right;}

.noticias{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
font-weight:bold;
text-align:left;}

.noticiatit{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#333333;
font-weight:bold;
letter-spacing:-1px;
text-align:left;}

.noticiatit2{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#333333;
font-weight:bold;
letter-spacing:-1px;
}

.textopie{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#666666;
text-align:left;}

a{
text-decoration:none;}

a:hover{
color:#83AF13;}

.destaca{
color:#83AF13;
font-weight:bold;}

.borde{
border:#83AF13 1px solid;}

.tdprod{
padding:10px;
border-bottom:1px #CCCCCC solid;
}

.noticiastab{
border-bottom:1px #CCCCCC solid;
}

.tdprod2{
padding:10px;
}

.tdprod3{
padding:10px;
padding-top:0;
}

.mapa{
border:2px #BDD700 solid;}

.pedido{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
text-align:right;
text-align:right;}

.tablapie{
margin-top:10px;}

input,textarea{
border:#9AB000 1px solid;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
margin:0;}

/*SLIDER*/

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 560px; 
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:560px;
		overflow:hidden;
		float:left;		
		}
	div.scroller div.content {
		width: 900000px;
		}