﻿.FichaProducto {
}

#Imagen{
	position:absolute;
	top:20px;
	left: 35px;
}

#Titulo {
	position:absolute;
	width:140px;
	top:110px;
	font: normal 24px Impact,Anton,sans-serif;
	color:#777777;
	padding-right:10px;
	text-align:right;
	text-decoration:none;
	text-shadow: -3px -3px 4px #F0F0F0;
}

#Menu {
	width:140px;
	position:absolute;
	text-align:right;
	padding-right:10px;
	bottom:20px;
}


#Caracteristicas {
	position:absolute;
	display:block;
	font: normal 12px Arial,Helvetica,sans-serif;
	color:#000000;
	text-shadow: -3px -3px 4px #F0F0F0;
	text-align:justify;
	width:596px;
	bottom:20px;
	left:160px;
}

/*Fija el ancho de la columna de iconos en la ficha tecnica*/
#Caracteristicas .Iconos{
	width:100px;
}


#FichaTecnica, #Dimensiones, #Catalogo, #Dimensiones, #Descargas, #IES{
	position:absolute;
	display:none;
	bottom:20px;
	left:160px;
}

#Descargas, #IES {
	height:250px;
	bottom:20px;
	left:160px;
	width:600px;
}

#Descargas a, #IES a {
	text-align:center;
	text-decoration:none;
	font: bold 12px Arial,Helvetica,sans-serif;
	color: #000000;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:block;
	margin:8px;
	padding:4px;
	float:left
	
}

#Descargas a:hover, #IES a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}



#Menu  .MenuItem {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-top:5px;
}
#Menu  .MenuItem:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#Menu  .MenuItem:active {
	position:relative;
	top:1px;
}




#Menu  .MenuItem:hover {
}




.Cabecera {
	background:#000000;
}

.Cabecera td{
	font: bold 12px Arial,Helvetica,sans-serif;
    padding-right: 10px;
	background:#A0A0A0;
	padding-top:qpx;
	padding-bottom:1px;
	padding-left:15px;
	padding-right:25px;
	color: #FFFFFF;
}

.Fila td{
	font: normal 10px Arial,Helvetica,sans-serif;
    padding-right: 10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:25px;
	color:#000000;
}

