@charset "utf-8";
/*----------------------------------------------------------------
Tejas y Arena Paraguay - web design.
Mayo 2010.
Author: Cesar Valentin Zaracho / valentin_zaracho@hotmail.com
----------------------------------------------------------------*/

/* GENERAL LAYOUT
----------------------------------------------------------------*/

body{ background:url(../img/bg_sitio.jpg) repeat-x; 
	margin:0; 
	padding:0;
	color:#333;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;}
	
img{ 
	border:none;}

a{ 
	color:#666; 
	text-decoration:none; 
	outline-style:none; 
	outline-width:medium;}
	
.centrar{ 
	width:801px; 
	margin:0 auto;}
		  
.pagina{ 
	width:801px; 
	float:left; 
	overflow:hidden;}
	
.top{ 
	background:url(../img/bg_top.png) no-repeat center; 
	width:801px; 
	height:181px; 
	margin-top:45px; 
	float:left;}
	
	
/*MENUUUUUUUUUUUUUUUU*/
	
.top ul{
	width:585px; 
	height:29px; 
	margin:0; 
	padding:0; 
	margin-top:152px; 
	float:right;}
	
.top li{
	list-style:none; 
	display:block;}
	
.top a{
	background:url(../img/bg_boton2.png) center bottom; 
	width:145px; 
	height:22px;
	padding-top:7px;
	float:left; 
	text-align:center; 
	margin-left:1px;
	color:#393904;}
	
.top a:hover{
	background:url(../img/bg_boton2.png) center top;
	color:#7f7522;}


/*FINNNNNNNNNNNNNNN MENUUUUUUUUUUUUUUUU*/

/*CONTENIDO MEDIOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO*/

.contprincipal_top{
	width:801px;
	height:34px;
	float:left;
	margin-top:10px;}

.contprincipal_medio{
	background:url(../img/contprincipal_medio.png) repeat-y;
	width:777px;
	padding:0 0 30px 24px;
	min-height:500px;
	float:left;}
	
.productos{
	width:750px;
	float:left;}
	
.descripcion{
	width:500px;
	float:left;
	margin-left:15px;}
	
.descripcion h3{
	margin:0;
	padding:0;
	margin-bottom:5px;}
	
.descripcion a{
	margin-top:5px; 
	color:#FF5600;
	float:left;
	width:499px;}
	
.foto_producto{
	width:179px;
	float:left;
	float:left;	
	border:1px solid #BBBBBB;
	margin:7px 14px 7px 0;
	height:119px;}
	
.contprincipal_abajo{
	width:801px;
	height:31px;
	float:left;}
	
.prod_ini{
	width:234px;
	float:left;
	margin:35px 0 0 10px;
	text-align:center;}
	
.prod_ini h2{
	font-size:17px;}
	
.prod_ini img{
	margin-top:18px;}
	
.cont_prod{
	background:url(../img/bg_cont.jpg) no-repeat center;
	width:233px;
	height:234px;
	margin-top:5px;}
	
.prod_ini a{
	color:#ff5600;
	margin-top:5px;}
	
.p_parrafo{
	float:left;
	width:486px;
	margin-left:15px;}
	
.fotos{
	float:left;
	width:250px;}
	
/*FIN CONTENIDO MEDIOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO*/
	
.footer{
	background:url(../img/bg_footer.png) center center;
	width:801px;
	height:35px;
	margin-top:15px;
	padding-top:15px;
	float:left;}
	
.footer_izq{
	float:left;
	margin-left:15px;}
	
.footer_der{
	width:87px;
	height:33px;
	float:right;
	margin-right:25px;}
	
/*/////////////////////////////////slideshow///////////////////////////////////////////*/

.slideshow{
	width:700px;
	height:250px;
	margin-left:30px;
	position:relative;}
	
.slideshow img{
	position:absolute;
	top: 0px; 
	left: 0px; 
	display:none; 
	z-index: 5; 
	opacity: 0;}
	
.contactenos_mail{
	margin-top:25px;
	width:435px;
	float:left;}
	
.img_contactenos{
	width:255px;
	margin-right:15px;
	float:left;}
	
#scrollcito{
	width:31px;
	height:200px;
	margin-left:-60px;
	position:absolute;
	z-index:999;}
