@charset "UTF-8";

.titulo {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	color: #000;
	letter-spacing: -1px;
}

.titulo a:link {
	color: #F00;
	text-decoration: none;
}
.titulo a:visited {
	text-decoration: none;
	color: #F00;
}
.titulo a:hover {
	text-decoration: underline;
	color: #F00;
}
.titulo a:active {
	text-decoration: none;
}

.texto_base {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
}

.texto_base a:link {
	color: #F00;
	text-decoration: none;
}
.texto_base a:visited {
	text-decoration: none;
	color: #F00;
}
.texto_base a:hover {
	text-decoration: underline;
	color: #F00;
}
.texto_base a:active {
	text-decoration: none;
}

.texto_10_negro {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #000;
}
.cuadro1 {
	float: left;
	height: 400px;
	width: 220px;
	position: static;
	margin-left: 50px;
}
.cuadro2 {
	float: left;
	height: 400px;
	width: 400px;
	position: static;
}
.cuadro_separacion {
	float: left;
	height: 400px;
	width: 50px;
	position: static;
}
.cuadro_separacionLinea {
	float: left;
	height: 400px;
	width: 50px;
	position: static;
	background-image: url(../img/linea_vertical.gif);
	background-repeat: no-repeat;
}
.cuadro_separacionLinea_selecciones {
	float: left;
	height: 400px;
	width: 60px;
	position: static;
	background-image: url(../img/linea_vertical_selecciones.gif);
	background-repeat: no-repeat;
}
.cuadro_separacionLinea_info {
	float: left;
	height: 400px;
	width: 60px;
	position: static;
	background-image: url(../img/linea_vertical_info.gif);
	background-repeat: no-repeat;
}
.cuadrocentral {
	position:absolute;
	top:50%;
	margin-top: -200px;
	float: left;
	height: 400px;
	width: 9280px;
}
.cuadro_350 {
	float: left;
	height: 400px;
	width: 350px;
	position: static;
}
.cuadro_250 {
	float: left;
	height: 400px;
	width: 200px;
	position: static;
}
.cuadro_712 {
	float: left;
	height: 400px;
	width: 712px;
	position: static;
	margin-right: 25px;
}
.cuadro_separacionLinea_resenas {
	float: left;
	height: 400px;
	width: 60px;
	position: static;
	background-image: url(../img/linea_vertical_resenas.gif);
	background-repeat: no-repeat;
}
.cuadro_665 {
	float: left;
	height: 400px;
	width: 665px;
	position: static;
}

