@charset "utf-8";
body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.fondo {
	background-image: url(imagenes/fondo2.jpg);
	background-repeat: repeat;
}


.encabezado {
	background-image: url(imagenes/encabezado.png);
	background-repeat: repeat-x;
}
.encabezado2 {
	background-image: url(imagenes/encabezado2.png);
	background-repeat: repeat;
}
.encabezado3 {
	background-image: url(imagenes/encabezado3.png);
	background-repeat: repeat;
}
.lineapie {
	background-image: url(imagenes/pie.jpg);
	background-repeat: repeat-x;
}
.azul {
	color: #112186;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #112186;
}

.titulos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #112186;
}


.botonerafondo {
	background-image: url(imagenes/lateral-botonera.png);
	background-repeat: no-repeat;
}
.botonerafondoazul {
	background-image: url(imagenes/lateral-botonera-azul.png);
	background-repeat: no-repeat;
}
.fondonews {
	background-image: url(imagenes/fondo-news.png);
	background-repeat: no-repeat;
}
.Estilopie {
	font-size: 11px;
}
.textobco {
	color: #FFF;
}
.borde {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BFBFBF;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	border-left-color: #BFBFBF;
	background-image: url(imagenes/images2.jpg);
	background-repeat: repeat;
}
.textoblanco {
	color: #FFF;
}
.linkrojo {
	color: #cc0000;
}
.linkrojo a:link {
	text-decoration: none;
	color: #cc0000;
}
.linkrojo a:visited {
	text-decoration: none;
	color: #fe4a4a;
}
.linkrojo a:hover {
	text-decoration: none;
	color: #fe4a4a;
}
.linkrojo a:active {
	text-decoration: none;
	color: #fe4a4a;
}
.linkmarron {
	color: #C7B641;
}
.linkmarron a:link {
	text-decoration: none;
	color: #C7B641;
}
.linkmarron a:visited {
	text-decoration: none;
	color: #dcc83d;
}
.linkmarron a:hover {
	text-decoration: none;
	color: #dcc83d;
}
.linkmarron a:active {
	text-decoration: none;
	color: #dcc83d;
}
.linkverde {
	color: #00B32D;
}
.linkverde a:link {
	text-decoration: none;
	color: #00B32D;
}
.linkverde a:visited {
	text-decoration: none;
	color: #03d538;
}
.linkverde a:hover {
	text-decoration: none;
	color: #03d538;
}
.linkverde a:active {
	text-decoration: none;
	color: #03d538;
}
.linkbordo {
	color: #6c0b07;
}
.linkbordo a:link {
	text-decoration: none;
	color: #6c0b07;
}
.linkbordo a:visited {
	text-decoration: none;
	color: #980f0a;
}
.linkbordo a:hover {
	text-decoration: none;
	color: #980f0a;
}
.linkbordo a:active {
	text-decoration: none;
	color: #980f0a;
}
.linkvioleta {
	color: #84079a;
}
.linkvioleta a:link {
	text-decoration: none;
	color: #84079a;
}
.linkvioleta a:visited {
	text-decoration: none;
	color: #b10ace;
}
.linkvioleta a:hover {
	text-decoration: none;
	color: #b10ace;
}
.linkvioleta a:active {
	text-decoration: none;
	color: #b10ace;
}
.linkturquesa {
	color: #01a7b3;
}
.linkturquesa a:link {
	text-decoration: none;
	color: #01a7b3;
}
.linkturquesa a:visited {
	text-decoration: none;
	color: #02c8d6;
}
.linkturquesa a:hover {
	text-decoration: none;
	color: #02c8d6;
}
.linkturquesa a:active {
	text-decoration: none;
	color: #02c8d6;
}
.tablaprincipal{
	margin-left: 350px;
  }


@media only screen and (max-width: 900px) {
	.contenedor { 
		display: none;
	}
	.subo {
		position: relative;
		bottom: 900px;
		/* right: -200px; */
	}


}
