/* CSS Document */

*
{
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	color: #333;
	
}

p
{
	margin-top: 5px;
	margin-bottom: 3px;
}

a:link, a:visited, a:hover
{
	text-decoration: none;
	color: #333;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

#level0
{
	width: 768px;
	margin: auto;
}

body
{
	background-image: url(../../img/fondo-1.gif);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	background-color:#fff;
}

#menu
{
	height: 26px;
	background-image: url(../../img/fondo_menu.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	text-align: center;
	padding-top: 10px;

}

.menu:link, .menu:visited, .menu:hover
{
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	color: #919191;
}

.menu:hover
{
	color: #000;
}

#cuerpo_1, #cuerpo_2
{
	float: left;
	background-image: url(../../img/fondo_cara.jpg);
	width: 748px;
	padding: 10px;
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: hidden;
}

#cuerpo_2
{
	background-image: url(../../img/fondo_sentada.jpg);
}


.titulo1
{
	font-size: 14px;
	border-bottom: 2px solid #FF840D;
	padding-bottom: 2px;
	font-weight: bolder;
	margin-top: 5px;
}

.titulo2
{
	font-size: 14px;
	padding-bottom: 2px;
	font-weight: bolder;
	margin-top: 5px;
}

.destacados, .ficha_producto
{
	float: left;
	width: 227px;
	height: 171px;
	padding: 5px;
	background-color: #FFF;
	background-image: url(../../img/fondo_destacados.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	cursor: pointer;
}

.ficha_producto
{
	width: 725px;
	float: left;
	height: auto;
	cursor: default;
}

.destacado_titulo
{
	font-size: 12px;
	font-weight: bolder;
	color: #4c4c4c;
	margin-top: 5px;
	margin-bottom: 3px;
}

#footer
{
	float: left;
	height: 20px;
	width: 768px;
	text-align: center;
	border-top: 1px solid #999999;
	padding-top: 5px;
	background-color: #FFFFFF;
}

.seleccion
{
	border: 1px solid #ccc;
}

#paginacion
{
	float: left;
	width: 748px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#paginacion_comentarios
{
	width: 530px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}


.mas_productos
{
	float: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bolder;
	width: 750px;
}

.input_chico
{
	background-color:Transparent;
	width: 180px;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #979797;
}

.input_mediano
{
	background-color:Transparent;
	width: 250px;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #979797;
}

.input_grande
{
	background-color:Transparent;
	width: 450px;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #979797;
}

.input_areatext
{
	background-color:Transparent;
	width: 180px;
	height: 100px;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #979797;
}