h3
{
    font-family:Arial;
    font-size:18px;
    font-weight:normal;
    color:#333333;
    text-decoration:none;
    float:left;
    margin: 0 0 15px 5px;
}

body 
{ 
	background-color:#ffffff;
	margin:0 0 0 0;
}

/*Cuerpos principales*/
.body
{
  width: 700px;
	margin:0 auto;
}

.center
{
	width:700px;
	height:200px;
	margin:0;
	clear:both;	
}

.center_txt
{
	width:375px;
	height:135px;
	/*text-align:justify;*/
	margin-right:5px;
	float:left;
}

.center_txt p
{
	clear:both;
}

.center_txt img
{
	margin-left:350px;
	width:320px;
	height:135px;
	float:left;
}

.center_links
{
	width:698px;
	height:50px;
	clear:both;
	border:solid 1px #333333;
	margin-top:10px;
	margin-bottom:15px;
}

.lectura
{
	width:auto;
	margin-top:15px;
	margin-left:125px;
	float:left;
}

.tarifas
{
	width:auto;
	margin-top:15px;
	/*margin-left:175px;*/
	margin-left:250px;
	float:left;
}

.fila_productos
{
	height:131px;
	width:700px;
}

.categoria_producto
{
	
	width:225px;
	height:131px;
	float:left;
	text-align:center;
}

.categoria_producto2
{
	
	width:100%;
	height:131px;
	float:left;
	text-align:center;
}

.volver{
	position:relative; 
	float:right;
	margin-top:30px; 
}

.titol_categoria
{
	position: relative;
	float:left;
	left:0px;
	top: 0px;
	margin-top:6px;
	margin-bottom:5px;
	width:200px;
	height:131px;
	overflow:hidden;
}

.categoria_producto img
{
	/*background-color:red;*/
	/*width:90px;
	height:90px;*/
	margin: 0 auto 0 auto;
}

.subcategoria_producto
{
	width:96px;
	height:131px;
	border:solid 2px #e2e2e2;
	margin-left:10px;
	margin-top:10px;
	float:left;
	
	text-align:center;
}
.subcategoria_producto:HOVER
{
	width:96px;
	height:131px;
	border:solid 2px #848484;
	margin-left:10px;
	float:left;
	text-align:center;
}

.subcategoria_producto img
{
	/*background-color:green;*/
	/*width:90px;*/
	/*height:90px;*/
	margin: 3px auto 0 auto;
}

.titol_subcategoria
{
	height:auto;
	width:96px;
}

.pie
{
	clear:both;
	width:700px;
	height:40px;
	text-align:right;
	margin:20px 0 0 0;
	border-top:solid 1px #333333;
}
