@charset "iso-8859-1";
/* CSS Document */

/* ------------------------------------------------ RESET ------------------------------------------------- */

/*  
  Web: WEB

  Reseto de CSS > Eric Meyer CSS Reset Method
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.clear {
	clear:both;
}


/* ------------------------------------------------ FUENTES ------------------------------------------------- */

@font-face {
 font-family: 'andadaregular';
 src: url('webfonts/andada-regular-webfont.eot');
 src: url('webfonts/andada-regular-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/andada-regular-webfont.woff') format('woff'), url('webfonts/andada-regular-webfont.ttf') format('truetype'), url('webfonts/andada-regular-webfont.svg#andadaregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'andadaitalic';
 src: url('webfonts/andada-italic-webfont.eot');
 src: url('webfonts/andada-italic-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/andada-italic-webfont.woff') format('woff'), url('webfonts/andada-italic-webfont.ttf') format('truetype'), url('webfonts/andada-italic-webfont.svg#andadaitalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'andadabold';
 src: url('webfonts/andada-bold-webfont.eot');
 src: url('webfonts/andada-bold-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/andada-bold-webfont.woff') format('woff'), url('webfonts/andada-bold-webfont.ttf') format('truetype'), url('webfonts/andada-bold-webfont.svg#andadabold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'zurich_btroman';
 src: url('webfonts/zurchn-webfont.eot');
 src: url('webfonts/zurchn-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/zurchn-webfont.woff') format('woff'), url('webfonts/zurchn-webfont.ttf') format('truetype'), url('webfonts/zurchn-webfont.svg#zurich_btroman') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'zurich_ltcn_btlight';
 src: url('webfonts/zurchlc-webfont.eot');
 src: url('webfonts/zurchlc-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/zurchlc-webfont.woff') format('woff'), url('webfonts/zurchlc-webfont.ttf') format('truetype'), url('webfonts/zurchlc-webfont.svg#zurich_ltcn_btlight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'zurich_cn_btbold';
 src: url('webfonts/zurchbc-webfont.eot');
 src: url('webfonts/zurchbc-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/zurchbc-webfont.woff') format('woff'), url('webfonts/zurchbc-webfont.ttf') format('truetype'), url('webfonts/zurchbc-webfont.svg#zurich_cn_btbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* ------------------------------------------------ WEB ------------------------------------------------- */


div.clear {
	clear:both;
}
html, body {
	height: 100%;
}
body {
	padding:0px;
	margin:0px;
	margin: 0 auto;
	background-color:#fff;
}
.wrapper {
	margin:auto;
	width:1024px;
}
.wrappermenu {
	margin:auto;
	width:979px;
}
.top_bk {
	height:57px;
	background-image:url(imagenes/bk_top.jpg);
	background-repeat:repeat;
}
div.menu2 {	
    width:979px;
	height:57px;
	background-image:url(imagenes/menu.jpg);
	background-repeat:repeat;
}
div.logo {
	width: 235px;
    height: 134px;
	background-color:#fff;
	margin-left:50px;
	float:left;
	z-index:50;
	position:relative;
}
div.slide{
	width: 1024px;
    height: 386px;
	margin-top:0px;
	float:left;
	position:absolute;
}
ul.menu {
	float:right;
	margin-right:50px;
}
ul.menu li {
	float:left;
	padding:16px 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5f6164;
}
ul.menu a {
	color:#5f6164;
	text-decoration:none;
	padding: 6px; /*Separar el texto*/
	margin:0px; /* Separar los botones */
}
ul.menu a:hover {
	color:#232323;
	cursor: pointer; /* cambiar el aspecto del puntero */
	background-color:#8fa1ba;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius:1px;
}
.bannercontainer {
    width: 100% !important;
    position: relative;
    padding: 0;
    height: 100%;
	max-height: 386px !important;
	position: absolute;
}
div.box01home{
	width: 320px;
    height: 200px;
	padding:10px;
	margin-top:0px;
	float:left;
	background-color:#2681ce;
	text-align:center;
}
div.box02home{
	width: 320px;
    height: 200px;
	padding:10px;
	margin-top:0px;
	float:left;
	background-color:#418ed7;
	text-align:center;
}

div.box03home{
	width: 320px;
    height: 200px;
	padding:10px;
	margin-top:0px;
	float:left;
	background-color:#5b95d5;
	text-align:center;
}

h1.boxhome{
	text-align:center;
    font-family: 'zurich_ltcn_btlight', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:20px;
}
p.txtboxhome{
	text-align:center;
    font-family: 'zurich_ltcn_btlight', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	line-height:18px;
	padding-left:30px;
	padding-right:30px;	margin-bottom:30px;
}

/*!--------------------*/

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}
/*!--------------------*/
.btn-primary2 {
    border:solid 1px #FFFFFF;
    color: #fff;
    background-color: transparent !important;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn-primary2 a{
	text-decoration:none;
}
.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2.focus,
.btn-primary2:active,
.btn-primary2.active,
.open > .dropdown-toggle.btn-primary2 {
	   border:solid 1px #9CF;
    color: #9CF;
    background-color: transparent !important;
}

.btn-primary2:active,
.btn-primary2.active,
.open > .dropdown-toggle.btn-primary2 {
    background-image: none;
   border:solid 1px #9CF;
}

.btn-primary2.disabled,
.btn-primary2[disabled],
fieldset[disabled] .btn-primary2,
.btn-primary2.disabled:hover,
.btn-primary2[disabled]:hover,
fieldset[disabled] .btn-primary2:hover,
.btn-primary2.disabled:focus,
.btn-primary2[disabled]:focus,
fieldset[disabled] .btn-primary2:focus,
.btn-primary2.disabled.focus,
.btn-primary2[disabled].focus,
fieldset[disabled] .btn-primary2.focus,
.btn-primary2.disabled:active,
.btn-primary2[disabled]:active,
fieldset[disabled] .btn-primary2:active,
.btn-primary2.disabled.active,
.btn-primary2[disabled].active,
fieldset[disabled] .btn-primary2.active {
   border:solid 1px #FFFFFF;

    background-color: transparent !important;
}

.btn-primary .badge {
	border:solid 1px #FFFFFF;
    color: #f05f40;
    background-color: transparent !important;
}
.btn {
     border:solid 1px #FFFFFF;
    text-transform: uppercase;
 font-family: 'zurich_ltcn_btlight', Arial, Helvetica, sans-serif;
    font-weight: 700;
	margin-top:10px;
}

.btn-xl {
    padding: 10px 30px;
}

/*!--------------------*/
/*!--------------------*/
div.azul {
	padding:0px;
	margin: 0 auto;
	margin-top:386px;
	background-color:#1f74bc;
	width: auto;
	height:220px;
}
div.blanco {
	padding:0px;
	margin: 0 auto;
	background-color:#fff;
	width: auto;
	height:auto;
}
h1.titulo{
	text-align:center;
    font-family: 'zurich_ltcn_btlight', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:28px;
	color:#2681ce;
	text-transform:uppercase;
	margin-top:30px;
	margin-bottom:20px;
}
p.txtdireccion{
	text-align:center;
    font-family: 'zurich_ltcn_btlight', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color: #666;
	line-height:18px;
	margin-bottom:30px;
}
div.gris {
	padding:0px;
	margin: 0 auto;
	background-color: #eaeaea;
	width: auto;
	height:auto;
}
div.mapa {
width:1024px;
height:270px;
}
div.pie {
	padding:0px;
	margin: 0 auto;
	background-image: url(imagenes/bk_pie.jpg);
	background-repeat:repeat;
	width: auto;
	height:198px;
}