@charset "utf-8";
/* CSS Document */

.tabla-historia {
	background-color: #FFF;
	z-index: -1;
	padding-left: 4%;
}
.fila-gris {
	background-color: #efefef;
}
.fila-gris-claro {
	background-color: #c9c8c9;
}
.texto-inicio {
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 17px;
	color: #b6b6b7;
}
.texto-menu-interno {
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 17px;
	color: #c0262d;
}
.texto-menu-paginas {
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 17px;
	color: #686768;
}
.texto-select {
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 14px;
	color: #686768;
}
.texto-barra-gris {
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #686768;
}
.titulo-interno-rojo {
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 12px;
	font-weight: bold;
	color: #d1142b;
}
.texto-parrafos-grises {
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 11px;
	color: #686768;
	text-align: justify;
	display: block;
	line-height: 15px;
}
.texto-parrafos-bold-grises {
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 11px;
	font-weight: bold;
	color: #686768;
	line-height: 15px;
}
.txt-formulario {
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 14px;
	color: #b6b6b7;
}
.txt-select{
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 14px;
	text-transform: lowercase;
	color: #b6b6b7;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*
* Select
*/
#select_estilo{
	float:right;
	position:relative;
	padding:0;
	margin:0;
	margin-right:5px;
	
	
	}