a.enlace {
	font-weight: bold;
	text-decoration: none;
}
a.enlace:hover {
	text-decoration: underline;
	color: #2905A0;
}
a.enlace:visited {
	color:#2905A0;
}

.anchofijo {
	width: 10em;
}
.anchoEtiqueta {
	width: 10em;
}
.anchoCampo {
	width: 200px;
}
	
.boton {
	color:#2905A0;
	background-color: #E5E1F2;
	font-weight: bold;
}
.boton:hover {
	background-color: #C8C0E7;
}

#columna {
}

body {
	font-family:"Times New Roman", Times, serif;
}

.titulo {
	font-size: 18px;
	font-weight:bold;
	color:#88f;
	padding-top: 1em;
	padding-left: 2em;
	padding-bottom: 0em;
	text-transform:uppercase;
}

.parrafos {
	clear: both;
	display: block;
	font-size: 14px;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	margin: 1em;
	color:#2905A0;
}

#parrafoImagenes img {
	margin:12px;
}

.negrita {
	font-weight: bold;
}

.par,
.impar {
	width: 610px;
/*	border: 1px solid #00CCFF;*/
	margin: 0px;
	padding: 2px;
	vertical-align: top;
}
.impar {
	background-color: #E5E1F2;
}
.par {
	background-color: #C8C0E7;
}
.columnaImagen {
	width: 180px;
}
.columnaDatos {
	width: 300px;
}
.columnaCaracteristicas {
	width: 200px;
}

.fila{
position:relative;
}
.bloquefila1 {
position: relative;
top:0px;
left:0px;
	display: inline;
	width:30%;
	border:thin solid #CC66CC;
}
.bloquefila2 {
position: relative;
top:0px;
left:0px;
	display: inline;
	width:30%;
	border:thin solid #CC66CC;
}
.centrado {
	text-align: center;
}
a.imagenenlace {
	text-decoration: none;
}
.imagenenlace img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
span.nombrecaracteristica {
	font-weight: bold;	
}

form input,
form select,
form textarea {
	border: 1px solid #2905A0;
	margin: 2px;
	color: #2905A0;
	font-family:"Times New Roman", Times, serif;
	background-color: #E5E1F2;
}
form input:focus,
form select:focus,
form textarea:focus {
	background-color: #C8C0E7;
}

form input {
	width:80px;
	font-weight: bold;
}


form input.anchoNormal{
	width: auto;
}