.izquierda {
	background-color: #F28F00;
	background-image: url(../images/fondo_izquierda.png);
	background-position: bottom;
	width: 300px;
	background-repeat: no-repeat;
}
body {
	margin: 0px;
	padding: 0px;
}
.texto_central {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.titulo_central {
	margin-right: 70px;
	margin-left: 70px;
	font-family: Tahoma;
	font-size: 24px;
	color: #000000;
}
.celda_contenido
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.titulo_catalogo {
	margin-right: 0px;
	margin-left: 0px;
	font-family: Tahoma;
	font-size: 24px;
	color: #000000;
}
.texto_form {
	margin-right: 0px;
	margin-left: 0px;
	font-family: Tahoma;
	font-size: 17px;
	color: #000000;
}
a.boton_catalogo:link {
	font-family: Tahoma;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}
a.boton_catalogo:visited {
	font-family: Tahoma;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}
a.boton_catalogo:hover {
	font-family: Tahoma;
	font-size: 24px;
	color: #B40E10;
	text-decoration: none;
}