body{
	overflow-x:hidden;
	background-color: #F7F7F7;
}
.naranja{
	/*border: none;
  background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1) 0, rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(255,255,255,1) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 1px 1px 15px 3px rgba(63,63,63,0.24) ;
  box-shadow: 1px 1px 15px 3px rgba(63,63,63,0.24) ;*/
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0, rgba(240, 240, 240, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(240, 240, 240, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(240, 240, 240, 1) 100%);
  background-position: 50% 50%;
  
  border: 0 solid;
  border-color: #a12e37;
  border-bottom-width: 15px;
}
.fuenteuno{
	font-family: quicksand, sans-serif;
}
.fuentedos{
	font-family: paytone-one, sans-serif;
}
.letramenu{
	font-family: quicksand, sans-serif;
	font-weight: bold;

}
.titulo_morado{
	font-family: paytone-one, sans-serif;
	color: #5B408E;
	font-size: 1.5em;
}
.finanzas{
	background-color: #647670;
	width: 510px;
	height: 510px;
	color: white;
	
}
.fondo_finanzas{
	background-image: url(../img/finanzas.png);
	width: auto;
	height: 510px;
}
.contratos{
	background-color: #CF202F;
	width: 510px;
	height: 510px;
	color: white;
	
}
.fondo_contratos{
	background-image: url(../img/contratos.png);
	width: auto;
	height: 510px;
}
.funcionarios{
	background-color: #133E35;
	width: 510px;
	height: 510px;
	color: white;
	
}
.fondo_funcionarios{
	background-image: url(../img/funcionarios.png);
	width: auto;
	height: 510px;
}
.otros{
	background-color: #BFBFBF;
	width: 510px;
	height: 510px;
	color: white;
	
}
.fondo_otros{
	background-image: url(../img/otros.png);
	width: auto;
	height: 510px;
}
.titulo_blanco{
	color: white;
	font-family: paytone-one, sans-serif;
	font-size: 1.7em;
}
.titulo_verde{
	color:#67AD2E;
	font-family: paytone-one, sans-serif;
	font-size: 2.2em;
}
.titulo_morado{
	color:#71817C;
	font-family: paytone-one, sans-serif;
	font-size: 1.3em;
}
.container2{
	width: auto;
	margin: 0 auto;
}
.negro{
	background-color: #222222;
}
/* unvisited link */
.a:link {
  color: white;
}

/* visited link */
.a:visited {
  color: white;
}

/* mouse over link */
.a:hover {
  filter: opacity(0.7) invert(100%);
-webkit-filter: opacity(0.7) invert(100%);
}

/* selected link */
.a:active {
  color: black;
}

/* unvisited link */
.a2:link {
  
}

/* visited link */
.a2:visited {
  
}

/* mouse over link */
.a2:hover {
 filter: blur(0.8px);
-webkit-filter: blur(0.8px);
}

/* selected link */
.a2:active {
  
}



/* unvisited link */
.a3:link {
  color: #222222;
}

/* visited link */
.a3:visited {
  color: #222222;
}

/* mouse over link */
.a3:hover {
  filter: opacity(0.7) invert(50%);
-webkit-filter: opacity(0.7) invert(50%);
}

/* selected link */
.a3:active {
  color: #222222;
}

.cuadros_dentro{
	width: 440px;margin: 0 auto;font-family: quicksand, sans-serif;font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .titulo_blanco{
	color: white;
	font-family: paytone-one, sans-serif;
	font-size: 0.5em;
}
}
.grisobscuro{
  background-image: url(../img/torreon_fondo.png);
	background-color: #ECECF6;
}