@charset "utf-8";
/* @group Importar */
@import url(cabecera.css);
@import url(menu.css);
@import url(cuerpo.css);
@import url(pie.css);
@import url(enlaces.css);
/* @end */

/* @group Etiquetas */
* { margin:0; padding:0; border:0; outline:0; text-decoration:none; }
html { background:#fff url(/img/maq/com/html.gif) top repeat-x; font-family:Arial, Helvetica, Verdana; font-size:100%; color:#14303c; }
body { height:800px; background:url(/img/maq/com/body.jpg) top center no-repeat; }
h1 { float:right; padding:16px 0 0 0; font-size:200%; color:#fff; }
h1 a { color:#fff; font-size:75%; font-weight:normal; text-decoration:none; }
h1 a:hover { color:#e6e6e6; }
a { color:#02576e; text-decoration:underline; }
a:hover { text-decoration:none; }
h2 { clear:both; width:691px; height:28px; padding:3px 0 0 19px; background:#2592bd; color:#fff; font-size:130%; font-weight:normal; }
h2 strong { color:#bceafe; font-weight:normal; }
h3 { display:block; width:100%; padding:0 0 3px 0; margin:0 0 3px 0; border-bottom:10px solid #097496; color:#0075ae; font-size:110%; font-weight:normal; text-transform:capitalize; }
/* @end */