BODY{
	text-align: center;
}
#contenedor{
	width: 823px;
	height: 700px;
	background-image: url(../images/fondoMasyre.png);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#logo{
	margin-left: 140px;
	padding-top: 40px;
}
#menu{
	margin-left: 140px;
	padding-top: 30px;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding:0px;
}
#menu li{
	float: left;
	margin-left: 20px;
	font-size: 14px;
	font-family: Verdana;
	text-transform: uppercase;
	font-weight: bold;
}
#menu a{
	text-decoration: none;
	font-weight: bold;
	color: #f00000;
}
#menu a:hover{
	color: #ff8700;
	text-decoration: underline;
}
#menu a:active{
	color: #ff8700;
}
#contenido{
	margin-left: 155px;
	margin-top: 35px;
	color: #333333;
	font-size: 13px;
	font-family: Arial;
	height: 440px;
	width: 620px;
	padding-top: 0px;
	border: solid black 0px;
}
#pie{
	position: absolute;
	z-index: 2;
	text-align: right;
	width: 800px;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	margin-top: 17px;
}
#pie a{
	text-decoration: none;
	color: #333333;
}
#menuFabricantes{
	width: 99%;
/*	height: 20px;*/
	border: solid red 0px;
	/*padding-left: 10px;*/
}
#menuFabricantes li{
	float: left;
	margin-left: 10px;
	font-size: 12px;
	font-family: Verdana;
/*	text-transform: uppercase;*/
}
#menuFabricantes a{
	margin-right: 10px;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	color: #868686;
}
#menuFabricantes a:hover{
	color: #ff8700;
	text-decoration: underline;
}
#menuFabricantes a:active{
	color: #ff8700;
}
#menuFamilia{
	float: left;
	width: 100px;
	height: 380px;
	border: solid green 0px;
	padding: 0px;
	margin: 0px;
	padding-top: 22px;
}
#menuFamilia ul{
	padding: 0px;
	margin: 0px;
}
#menuFamilia li{
	font-size: 10px;
	font-family: Verdana;
	margin-top: 5px;
}
#menuFamilia a{
	text-decoration:none;
	font-size: 10px;
	color: #868686;
}
#menuFamilia a:hover{
	color: #ff8700;
	text-decoration: underline;
}
#menuFamilia a:active{
	color:#ff8700;
}
#listadoProductos{
	float: right;
	width: 490px;
	border: solid blue 0px;
	height: 380px;
	padding-top: 20px;
	text-align:center;
}
#listadoProductos li{
	width: 150px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 5px;
	float: left;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	border: solid black 0px;
	background-color: #f5f5f5;
	height: 150px;
}
#listadoProductos img{
	border-style: solid;
	border-width: 1px;
	border-color:#e6e6e6;
}
#listadoProductos a{
	text-decoration: none;
	color: #868686;
}
#listadoProductos a:hover{
	color: #ff8700;
	text-decoration: underline;
}
#listadoProductos a:active{
	color: #ff8700;
}
.paginador{
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	padding-right: 20px;
	padding-top: 20px;
	height: 15px;
	color: #868686;
}
.seleccionado{
	color: #ff8700;
}
#fichaProducto{
	padding-top: 23px;
	margin-left: 125px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.nombreFamilia{
	color: #F00000;
	font-size: 14px;
}
.negrita{
	font-weight: bold;
}
#volver{
	padding-top: 10px;
}
#volver a{
	color: #868686;
	text-decoration: none;
}
#volver a:hover{
	color: #FF8700;
	text-decoration: underline;
}
#empresa{
	margin-top: 15px;
}
#empresa .izquierda{
	border: solid black 0px;
	width: 400px;
	vertical-align: middle;
	height: 400px;
	text-align: justify;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
#empresa .derecha{
	vertical-align: middle;
	padding-left: 20px;
	border: solid blue 0px;
	width: 200px;
	height: 400px;
	text-align: right;
}
#contacto{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	margin-left: 80px;
	padding-top: 5px;
}
#contacto li{
	line-height: 25px;
}
#contacto input, textarea{
	font-family: Verdana;
	font-size: 13px;
	padding: 2px;
	border: solid #ffad50 1px;
}
#carrusel{
	border: solid black 1px;
	padding: 0px;
	margin-top: 0px;
	width: 486px;
	height: 150px;
	padding-top: 10px;
}
#carrusel ul{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	list-style: none;
}
#carrusel li{
	float: left;
	margin-right: 3px;
	height: 140px;
}
#caracteristicas{
	margin-top: 3px;
}
#caracteristicas li{
	font-size: 10px;
	line-height: 12px;
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 486px; /*Width of Carousel Viewer itself*/
height: 160px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 150px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#servicios{
	margin-top: 15px;
}
#servicios td{
	border: solid black 0px;
	width: 90%;
	vertical-align: top;
	text-align: justify;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

#carrusel3d
{
	width: 700px;
	height: 450px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -350px;
}
#carrusel3d a
{
	position: absolute;
	width: 110px;
}

.imgFabEncima{
	border: solid black 1px;
}

.maqUsada a{
	text-decoration:none;
	font-size: 12px;
	color: #868686;
}
.maqUsada a:hover{
	color: #ff8700;
	text-decoration: underline;
}
.maqUsada a:active{
	color:#ff8700;
}

.tablaGrupo{
	margin-left: auto; margin-right: auto; width: 500px; border: solid #dddddd 1px; margin-top: 10px;
}

.tablaGrupo th{
	padding: 4px; font-weight: bold; color: #999999; background-color: #dddddd;
}
