body {
	background-color:#575757;
	background-image:url(_img/fondo.gif);
	background-repeat:repeat-x;
	margin:18px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575757;
	}
#cuerpo {
	position:relative;
	margin:0px auto;
	width:772px;
	text-align:left;
	}
	#cabecera {
		position:relative;
		height:96px;
		background-image:url(_img/cabecera.gif);
		background-repeat:no-repeat;
		background-color:#fff;
		}
		#logo {
	position:absolute;
	height:62px;
	width:145px;
	bottom:12px;
	left:12px;
	text-align:center;
			}
		#tienda {
			position:absolute;
			height:30px;;
			width:150px;;
			top:0px;
			right:0px;
			text-align:right;
			color:#FFFFFF;
			font-style:italic;
			font-size:12px;
			}
			#tienda a {
				color:#fff;
				text-decoration:none;
				}
	#menu {
		position:relative;
		height:25px;
		color:#ad4154;
		font-size:14px;
		font-weight:bold;	
		background-color:#fff;	
		}
		#menu ul {
			list-style-type:none; 
			margin:0px;
			}
			#menu ul li {
				float:right;
				}
				#home {width:70px;}
				#tecnologia {width:160px;}
				#materiales {width:110px;}
				#catalogo {width:150px;}
				#contacto {width:110px;}
				a.menu:link, a.menu:active, a.menu:visited{
					text-decoration:none;
					color: #FF9900;
					font-size:14px;
					font-weight:bold;
					}
				a.menu:hover{
					text-decoration:none;
					color:#ad4154;
					font-size:14px;
					font-weight:bold;
					}
	#detalleSup {
		position:relative;
		height:41px;
		background-image:url(_img/detalleSup.gif);
		background-repeat:no-repeat;
		background-color:#fff;		
		}
	#contenidos {
		position:relative;
		background-color:#fff;		
		}
	#detalleInf {
		position:relative;
		height:41px;
		background-image:url(_img/detalleInf.gif);
		background-repeat:no-repeat;
		color:#fff;
		font-size:11px;	
	}
	
	.swf {
	float:left;
	}
	
/*********/
h1 {
	text-align:center;
	color:#4f687e;
	font-size:16px;
	font-style:italic;
	}
p, h1 {
	margin:0px;
	/*padding:0px;*/
	padding-bottom:20px;
	}
