body
{
    	margin:0;
    	padding:0;
   	text-align:center;
	background-image:url('images/fondo.png');
}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

#content
{
	margin:auto;
	width:800px;
    	background-color: #FFFFFF;
    	background-repeat:repeat-x;
    	background-repeat:repeat-y;

}

#cabecera 

{
	width: 800px;
    	height:110px;
	background-color: #FFFFFF;
	text-align:center;
}

#menu 

{
	float: left;
	width:200px;
    	background-color: transparent;
	text-align: left;
}

#contenido 
{
	float:right;
	width:600px;
    	background-color: #FFFFFF;
    	background-repeat: repeat;
    	font-family: verdana;
	text-align: left;
}

#pie 
{
	clear:both;
    	width:800px;
	color:#444444;	
	font-family: "arial", sans;
	font-size: 12pt;
	text-align:center;
}

#navi
{
list-style: none;
margin:0;
padding:5;
font-family: "arial",serif;
}

#navi li {
	margin:2px;
	padding:2px;
	border:1px;
	border-style: solid;
	border-color: #CCCCCC;
	}

#navi li a {
	text-decoration:none;
	color:#444444;	
	font-family: "arial", sans;
	font-size: 12pt;
	}

#navi li a:hover {
	text-decoration:underline;
	color: #A4A4A4 ;
	font-family: "arial", Sans;
	font-size: 12pt;

	}
 
p.normal {
	padding: 15px;
	margin:15px;
	text-align: justify;
	color:#444444;	
	font-family: "arial", sans;
	font-size: 12pt;
}
hr.linea {
border-width: 1px;
border-style: dotted;
border-bottom: 1px dotted #CCCCCC;
width: 90%;
}

.news {
  background-color: transparent;
  color: inherit;
	width: 150px;
  font-size: 12pt;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
}
.newsTxt1 {
  font-size: 12pt;
  font-family: verdana, helvetica, arial, sans-serif;
	width: 150px;
}
.newsTxt2 {
  font-size: 12pt;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
	width: 150px;
}
p.contacto {
	padding: 15px;
	margin:15px;
	text-align: justify;
	color:#444444;	
	font-family: "arial", sans;
	font-size: 12pt;
}
p.normal {
text-align: left;
}
p.centrado {
text-align: center;
font: 1em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #000000;
padding: 5px;

}
.contactenos {
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	width: 350px;
}
#tabla_productos a {

color: #444444;
}
a.volver_productos {
color: #444444;
text-decoration: none;
}
fieldset.contacto {
border: 1px dotted #ccc;
width: 400px;
margin: 20px auto;
}

legend.contacto {
border: 1px dotted #ccc;
width: 150px;
margin: 20px auto;
background: #FFFFFF;
}
label.contacto {
font: 1em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #000000;
text-align: left;
padding: 5px;
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}
input.contacto {
font: 1em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #000000;
text-align: left;
padding: 5px;
border: 1px dotted #eee;
width: 200px;
display: block;
}

textarea.contacto {
font: 1em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #000000;
text-align: left;
padding: 5px;
border: 1px dotted #eee;
width: 200px;
height: 200px;
display: block;
}

input.enviar {
font: 1em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #000000;
text-align: right;
float: right;
padding: 5px;
border: 1px dotted #eee;
width: 70px;
display: block;
}


