body {
	margin: 0px;
	border: 0px;
	background-color: #EDF0F5;
	background-image: url('img/fondo.jpg');
	background-repeat: repeat-x;
	}

td img {
	display: block;
	}

p 	{
	font-family: verdana;
	font-size: 11px;
	color: #010101;
	margin: 10px;
	}

a {
	text-decoration: none;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}

th {
	background-color: #3E82BF;
	color: #ffffff;
}

h3{
	font-family: "trebuchet MS", verdana;
	color: #ff2111;
	padding-left: 20px;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 1px;

}

a:hover {
	text-decoration: underline;
}

.cargando {
	background-color: #ffffff;
	width: 100%;
	height: 600px;
	}

.titulo
	{
	color: #354F68;
	font-weight: bold;
	font-size: 13px;
	}
	
.tabla {
	background-color: #ffffff;
	}

.base {
	background-color: #EEF1F6;
	}	

.borde_interior{
	background-image: url('img/borde_interior.jpg');
	background-repeat: repeat-y;

}

.firma {
	color: #354F68;
	font-size: 10px;
}

.link {
	color: #354F68;
}

.subtitulo {
	color: #354F68;
	font-weight: bold;
	font-size: 16px;
}

.especificaciones {
	background-color: #EDF0F5;
	font-family: verdana;
	font-size: 11px;
	color: #010101;

}
.especificaciones td{
	border: 1px solid #ffffff;
}

#pagina {
	margin-left: auto;
	margin-right: auto;
	}
	
#sombra_izquierda{
	background-image: url('img/fondo_sombra_izquierda.gif');
	background-repeat: repeat-y;
	}
	
#sombra_derecha{
	background-image: url('img/fondo_sombra_derecha.gif');
	background-repeat: repeat-y;
	}
