/*----------------------------------------------------------------------------- 

RAMA BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet 

version:   	1.0 
date:      	07/27/11 
author:		freshline
email:     	support@version-four.com 
website:   	http://www.version-four.com
-----------------------------------------------------------------------------*/


ol, ul { 
    list-style: none; 
}

a{
	text-decoration:none;
}


.example-wrapper{
	position:relative;
	height:400px;
	margin:auto;
}

/****************************
	-	BASIC DIVIDERS 	-
*****************************/
#small_divider {
	margin-top:8px;
}

#big_divider {
	margin-top:150px;
}



.tabla_producto_destacado {
	position: relative;
	width:150px;
	border:0px;
	/*background: #F00;*/	
}

.foto_producto_destacado {
	width:150px;
	height:150px;
}

.nombre_producto_destacado {
	width:150px;
	height:30px;
	font: bold 12px "Arial", Arial, Helvetica, sans-serif;
	text-align:center;
	/*background:#0CF;*/	
}

.marca_producto_destacado {
	width:150px;
	height:10px;	
	font: bold 12px "Arial", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#F90;
	/*background:#FF0;*/		
}


