@charset "utf-8";
/* CSS Document */
@import url(menu.css);
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	margin:0;
	padding:0;
	background-image:url(/images/fondoDegradado.jpg);
	background-repeat:repeat-x;
}
#Contenedor {
	display: block;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	padding:0;
	border-right:1px solid #d5d3e1;
	border-left:1px solid #d5d3e1;
}
#Cabecera {
}
#Contenido {
	background-image:url(/images/plecafondo1.jpg);
	background-repeat: no-repeat;
	padding:20px 25px;
	min-height: 344px;
	vertical-align: top;
	background-position: center top;
}
#Titulo {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#Pie {
}
.noFlotar {
	clear:both;
	line-height:1px;
	font-size:1px;
}
.flotarIzquierda {
	float:left;
	margin-right:4px;
}
.flotarDerecha {
	float:right;
	margin-left:4px;
}
.Linea {
	height:1px;
	background-color:#796198;
	width:91%;
	margin:5px auto;
}
#Contenedor #Columna1 {
	width: 273px;
	background-image: url(/images/fondologo.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
#Fondo {
	background-image:url(/images/fondo1.jpg);
	background-repeat:repeat-x;
	padding-top: 25px;
	background-position: right top;
}
#Contenedor #Menu {
	background-color: #8C75A7;
	height: 39px;
	border-bottom: 1px solid #BEEFFF;
	text-align: center;
}
form {
	display:block;
	width:90%;
	margin:5px auto;
	text-align:center;
}
.indice {
	text-align:right;
	font-size:10px;
	}
.Pregunta {
	font-weight:bold;
	}
.Respuesta {
	margin-bottom:1em;
	}
#Pie {

}
#Columna1Menu {
	width:217px;
	display:block;
	margin:0 auto;
	color:#FFFFFF;
}
#Columna1MenuTitulo {
	height:40px;
	background-image:url(/images/fondoMenu1.gif);
	background-repeat: no-repeat;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
}
#Columna1MenuMedio{
	background-color:#8C75A7;
}
#Columna1MenuPie{
	height:5px;
	background-image:url(/images/fondoMenu2.gif);
	background-repeat: no-repeat;
}
.Adorno1 {
	width:266px;
	height:102px;
	background-image:url(/images/adorno1.gif);
	background-repeat:no-repeat;
}
.Adorno2 {
	width:212px;
	height:31px;
	background-image:url(/images/adorno2.gif);
	background-repeat:no-repeat;
}

.Pregunta {
	background-color:#CBF2FF;
	font-weight:bold;
	padding:4px 0;
}
.Respuesta {
}
.miniatura{
	border:5px solid #796198;
}
.tituloTabla{
	font-weight:bold;
}
.enlaceAdetalles{
	background-color:#796198;
	margin-top:5px;
	padding:2px;
	text-align:center;
}
.enlaceAdetalles a, .enlaceAdetalles a:hover, .enlaceAdetalles a:visited{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
.tdCatalogo{
text-align:center;
vertical-align:top;
}
.tablaCatalogo{
width:100%;
text-align:center;
}
.tablaProducto{
width:100%;
}
.menuItem {
	border-bottom: 1px solid #796198;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
}
a.Item, a:hover.Item, a:visited.Item, a:active.Item {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}