<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
	font-family: "Prociono";
	font-style:normal;
	font-weight:400;
	src: url(../fuentes/prociono/Prociono-Regular-webfont.eot);
	src: url(../fuentes/prociono/Prociono-Regular-webfont.eot?#iefix) format("embedded-opentype"),
	     url(../fuentes/prociono/Prociono-Regular-webfont.woff) format("woff"),
	     url(../fuentes/prociono/Prociono-Regular-webfont.ttf) format("truetype"),
	     url(../fuentes/Bangers/prociono/Prociono-Regular-webfont.svg) format("svg");
}

@font-face {
	font-family: "Leaguegothic";
	font-style:normal;
	font-weight:400;
	src: url(../fuentes/leaguegothic/leaguegothic-condensed-regular-webfont.eot);
	src: url(../fuentes/prociono/leaguegothic-condensed-regular-webfont.eot?#iefix) format("embedded-opentype"),
	     url(../fuentes/prociono/leaguegothic-condensed-regular-webfont.woff) format("woff"),
	     url(../fuentes/prociono/leaguegothic-condensed-regular-webfont.ttf) format("truetype"),
	     url(../fuentes/Bangers/leaguegothic-condensed-regular-webfont.svg) format("svg");
}

/**Para Iexplorer**/
body img{
	border:none;
}
/**Fin Iexplorer**/

body {
	background-image:url(../imagenes/fondo/fondo_web.jpg);
	background-size:cover;
	background-position:top;
}

.contacto {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
}

#contenedor {
	width:1280px;
	height:auto;
	margin:auto;
}

#derecha {
	width:157px;
	float:right;
}

#izquierda {
	width:157px;
	float:left;
}

#centro {
	float:none;
	width:966px;
	margin:auto;
	background-color:#E0E2F8;

    border:ridge 5px #3636a8;
    -moz-border-radius-topleft: 19px;
    -moz-border-radius-topright:19px;
    -moz-border-radius-bottomleft:18px;
    -moz-border-radius-bottomright:18px;
    -webkit-border-top-left-radius:19px;
    -webkit-border-top-right-radius:19px;
    -webkit-border-bottom-left-radius:18px;
    -webkit-border-bottom-right-radius:18px;
    border-top-left-radius:19px;
    border-top-right-radius:19px;
    border-bottom-left-radius:18px;
    border-bottom-right-radius:18px;


}

#centro p{
	font-family:"Arial", Gadget, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:10px;
}

header {
	height: 155px;
}

nav {
	background-image:url(../imagenes/navegador/Barra%20menu%20completa.jpg);
	height: 43px;
}

a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active {
	text-decoration: none;
	color:#000;
}

h1 {
	margin:auto;
	text-align:center;
	font-family: 'Prociono';
	font-size:40px;
	width:700px;
    outline-style:outset;
    outline-width:8px;
    outline-color: #06F;
    outline-offset: 1px;
}

h2	{
	font-family: 'Arial';
	font-size:14px;
	font-weight:bold;
}

.top_tabla {
	font-family: 'Arial';
	font-weight:bold;
	font-size:18px;
	text-align:center;
	background-color:#FFF;
		
    border:solid 2px #2b35e6;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright:40px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:40px;
    -webkit-border-top-right-radius:40px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:40px;
    border-top-right-radius:40px;
}

.cuerpo_tabla {
	font-family: 'Arial';
	font-weight:bold;
	font-size:16px;
	background-color:#E0E2F8;;
	padding:5px;
	
	border-left:solid 2px #2b35e6;
	border-right:solid 2px #2b35e6;
	border-bottom:solid 2px #2b35e6;
}

footer {
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
	text-align:center;
}

footer a:link{
	font-size:12px;
	font-weight:bold;
}

.tabla_bordes{border:ridge 6px #2e11d6;-moz-border-radius-topleft: 34px; -moz-border-radius-topright:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:34px; -webkit-border-top-left-radius:34px; -webkit-border-top-right-radius:5px; -webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:34px;border-top-left-radius:34px; border-top-right-radius:5px; border-bottom-left-radius:5px;border-bottom-right-radius:34px;background-color:#7780EC;}

a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active {
	text-decoration: none;
	color:#000;
}

.parrafo_servicios {
	vertical-align:central;
}

.mapa {
	vertical-align:use-script;
	text-align:start;
} </pre></body></html>