@font-face {
    font-family: MuseoSans500;
    src: url('../font/MuseoSans_500.woff') format('woff');
}

@font-face {
    font-family: MuseoSans300;
    src: url('../font/MuseoSans-300.woff') format('woff');
}

@font-face {
    font-family: MuseoSans100;
    src: url('../font/MuseoSans-100.woff') format('woff');
}

body {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.clear {
	clear: both;
}

#wrap {
	width: 100%;
	min-width: 1040px;
}

.liquidWrapper {
	width: 82%;
	margin: 0 auto;
	min-width: 1280px;
    max-width: 2000px;
    overflow: hidden;
}

#header {
	background: transparent url(../img/white_border_bottom.png) repeat-x bottom;
	height: 94px;
	padding: 0px!important;
	position: relative;
	z-index: 100;
}

#logo {
	width: 191px;
	height: 52px;
	background: transparent url(../img/logo.png) no-repeat;
	float: left;
	margin-top: 19px;
}

#logo a {
	height: 52px;
	display: block;
}

#header ul {
	float: right;
	list-style: none;
	padding-top: 3px;
}

#header ul li {
	float: left;
	padding: 15px 30px;
	border-right: 1px solid #e3e3e3;
}

#header ul li a {
	font-size: 17px;
	text-decoration: none;
	color: #02548e;
	font-family: MuseoSans500;
}

#header ul li a:hover {
	color: #53a7cf;
}

#contenedorPlaca {
	width: 100%;
	height: 373px;
	min-width: 1024px;
}

.placas {
	width: 100%;
	height: 373px;
	min-width: 1040px;
}

.title {
	font-family: MuseoSans100;
	font-size: 40px;
	line-height: 46px;
	width: 100%;
	color: #02548e;
	padding-top: 43px;
	position: relative;
	z-index: 1000;
}

.copete {
	font-family: MuseoSans300;
	font-size: 14px;
	width: 100%;
	color: #444;
	position: relative;
	z-index: 1000;
	padding-top: 10px;
}

.boton {
	background: #02548e url("../img/arrow.png") no-repeat 79px 9px;
	float: left;
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
	position: relative;
	z-index: 1000;
}

.boton:hover {
	background: #4ea4cc url("../img/arrow.png") no-repeat 79px 9px;
	}

.boton a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: MuseoSans300;
	padding: 7px 27px 7px 17px;
	float: left;
}

.ingresar {
	background: #02548e url("../img/arrow.png") no-repeat 88px 9px;
}

.ingresar:hover {
	background: #4ea4cc url("../img/arrow.png") no-repeat 88px 9px;
}

#oficina {
	width: 26%;
	margin-top: 31px;
	height: 269px;
	background: #e7e7e6;
	float: right;
	padding: 20px 36px;
	position: absolute;
	right: 0;
	z-index: 100;
}

.contentTitulo {
    float: left;
    padding-left: 43%;
    width: 23%;
}

#oficina h3 {
	font-size: 24px;
	font-family: MuseoSans300;
	color: #02548e;
	padding-bottom: 21px;
}

#oficina form input {
	padding: 11px;
	border: 0px;
	margin-bottom: 10px;
	color: #a2a2a2;
	font-family: MuseoSans300;
	width: 240px;
}

#oficina form select {
	padding: 11px;
	border: 0px;
	color: #434343;
	font-family: MuseoSans300;
}

#oficina .usuario {
	width: 155px;
	margin-left: 5px;
}

.error_aviso {
	font-size: 12px;
    font-family: MuseoSans300;
    color: red;
}

#botonera {
	width: 100%;
    height: 170px;
    margin-top: -10px;
    position: relative;
    z-index: 1000;
}

#botonera .boton1 {
	background: #91c2b2 url("../img/plus.png") no-repeat right bottom;
	width: 33.3%;
	height: 170px;
	float: left;
	position: relative;
}

#botonera .boton1:hover {
	cursor: pointer;
	height: 185px;
	margin-top: -15px;
}

#botonera .boton1 h3 {
	font-family: MuseoSans100;
	font-size: 34px;
	color: #fff;
	line-height: 33px;
	width: 200px;
	position: absolute;
	right: 110px;
	top: 48px;
}

#botonera .boton2 {
	background: #4f86a0 url("../img/plus.png") no-repeat right bottom;
	width: 33.3%;
	height: 170px;
	float: left;
	position: relative;
}

#botonera .boton2:hover {
	cursor: pointer;
	height: 185px;
	margin-top: -15px;
}

#botonera .boton2 h3 {
	font-family: MuseoSans100;
	font-size: 34px;
	color: #fff;
	width: 250px;
	position: absolute;
	left: 30%;
	line-height: 33px;
	right: 50%;
	top: 48px;
}

#botonera .boton3 {
	background: #bfc29f url("../img/plus.png") no-repeat right bottom;
	width: 33.3%;
	height: 170px;
	float: left;
	position: relative;
}

#botonera .boton3:hover {
	cursor: pointer;
	height: 185px;
	margin-top: -15px;
}

#botonera .boton3 h3 {
	font-family: MuseoSans100;
	font-size: 34px;
	color: #fff;
	width: 350px;
	line-height: 33px;
	position: absolute;
	left: 90px;
	top: 32px;
}

#footer {
	border-top: 1px solid #ebebeb;
	margin-top: 25px;
}

#footer #links_footer {
	width: 82%;
	margin: 0 auto;
	padding-top: 30px;
}

#footer #links_footer ul {
	list-style: none;
	float: left;
	width: 25%;
	padding: 0px;
	margin: 0px;
}

#footer #links_footer ul li {
	padding: 0px;
	margin: 0 auto;
	width: 150px;
	margin-top: -3px;
}

#footer #links_footer ul.links1 a {
	color: #02548e;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	background: transparent url("../img/bullet.png") left no-repeat;
	padding-left: 10px;
}

#footer #links_footer ul.links1 a:hover {
	text-decoration: underline;
}

#footer #links_footer ul.links2 a {
	color: #3f3f3f;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	background: transparent url("../img/bullet2.png") left no-repeat;
	padding-left: 10px;
}

#footer #links_footer ul.links2 a:hover {
	text-decoration: underline;
}

#footer #links_footer ul.links_formas a {
	color: #3f3f3f;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	background: transparent url("../img/bullet2.png") left no-repeat;
	padding-left: 10px;
}

#footer #links_footer ul.links_formas a:hover {
	text-decoration: underline;
}

#footer #links_footer ul.links3 a {
	color: #3f3f3f;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	background: transparent url("../img/bullet2.png") left no-repeat;
	padding-left: 10px;
}

#footer #links_footer ul.links3 a:hover {
	text-decoration: underline;
}

#copy {
	width: 100%;
	background: transparent url("../img/sombra.png") top repeat-x;
	padding-top: 30px;
	margin-top: 30px;
	padding-bottom: 30px;
}

#copy p {
	width: 800px;
	margin: 0 auto;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	color: #737373;
	text-align: center;
}

.login_links {
	float: left;
	list-style: none;
	font-family: MuseoSans300;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

.login_links li a {
	color: #02548e;
	font-size: 14px;
	text-decoration: none;
	background: transparent url("../img/flecha.png") no-repeat left;
	padding-left: 15px;
}

.login_links li a:hover {
	text-decoration: underline;
}

#sello {
	width: 244px;
	height: 45px;
	background: transparent url("../img/sello.png") no-repeat;
	margin: 0 auto;
	margin-top: 10px;
}

#sello a {
	height: 45px;
	display: block;
}

#contenido {
	padding-top: 30px;
	position: relative;
}

#contenido h1 {
	font-size: 33px;
	color: #02548e;
	font-family: MuseoSans300;
}

#contenido h2 {
	color: #02548e;
	font-size: 24px;
	font-family: MuseoSans300;
}

#contenido p {
	font-size: 14px;
	font-family: MuseoSans300;
	width: 50%;
	color: #424242;
}

.conozca {
	background: transparent url("../img/binaria_fondo.jpg") no-repeat;
	background-position: 50% 0%;
}

.botonesGrandes {
	width: 100%;
	background: #ececec;
	margin-top: 30px;
}

.botonesGrandes p {
	width: 90%!important;
}

.botonesGrandes .botonG1 {
	width: 49%;
	margin-right: 0.8%;
	float: left;
	padding: 20px 0 58px;
}

.botonesGrandes .botonG2 {
	width: 49%;
	float: left;
	padding: 20px 0 58px;
}

#contenido ul {
	list-style: none;
}

#contenido ul li {
	font-family: MuseoSans300;
	font-size: 14px;
	background: transparent url("../img/bullet3.png") left no-repeat;
	padding-left: 15px;
}

#vida-individual #contenido p {
	width: 70%;
}

#vida-individual #contenido h1 {
	padding-bottom: 25px;
	position: absolute;
	top: 38px;
	z-index: 10;
}

#placa-interna {
	width: 100%;
    margin-bottom: 20px;
    margin-top: -62px;
    position: relative;
    z-index: 1;
    min-height: 230px;
}

.breadcrumb {
	margin-top: 10px;
	margin-left: -10px;
	position: relative;
	z-index: 100;
}

.breadcrumb ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.breadcrumb ul li {
	background: none!important;
	float: left;
}

.breadcrumb ul li a {
    border-right: 1px solid #AAA9A9;
    color: #AAA9A9;
    font-family: arial;
    font-size: 11px;
    font-weight: 700;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
}

.breadcrumb ul li a:hover {
	text-decoration: underline;
}

#secondary-bar {
    margin: 5px auto 0;
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 16px;
    z-index: 10;
}

#botonera-agencias-telefono {
	width: 100%;
	height: 77px;
	background: #ebebeb;
	margin-top: 10px;
}

#botonera-agencias-telefono .agencias {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    height: 77px;
    width: 33%;
    padding: 28px 0 0;
    float: left;
    text-align: center;
}

#botonera-agencias-telefono .agencias-img {
    width: 288px;
    height: 76px;
    float: left;
    width: 33%;
}

#botonera-agencias-telefono .agencias a {
	font-size: 18px;
	font-family: MuseoSans300;
	text-decoration: none;
	color: #666666;
	background: transparent url("../img/flecha_grande.png") no-repeat left;
	padding-left: 30px;
}

#botonera-agencias-telefono .agencias a:hover {
	text-decoration: underline;
}

#botonera-agencias-telefono .telefonos {
    height: 77px;
    width: 33%;
    padding: 20px 0 0;
    text-align: center;
    float: left;
}

#botonera-agencias-telefono .telefonos span {
	font-size: 16px;
	font-family: MuseoSans300;
	text-decoration: none;
	color: #666666;
}

.telefono {
	font-size: 21px!important;
	color: #12b2dd!important;
	width: 100%;
	margin-top: -5px!important;
	float: left;
}

#menu_lateral {
	width: 468px;
	position: absolute;
	right: 0px;
	margin-top: 205px;
	top: 25px;
	background: #fff;
}

.active {
	color: #1796d8!important;
}

#menu_lateral ul {

}

#menu_lateral ul li {
	background: none!important;
	border-bottom: 1px solid #ebebeb;
	padding: 12px 0;
}

#menu_lateral ul li a {
	color: #424242;
	font-family: MuseoSans300;
	font-size: 18px;
	text-decoration: none;
	padding: 10px;
	width: 100%;
	padding-left: 20px;
	background: transparent url("../img/flecha_black.png") left no-repeat;
	margin-left: 16px;
}

#menu_lateral ul li.activado {
	background: #02548e!important;
}

#menu_lateral ul li.activado a {
	color: #fff;
	background: transparent url("../img/flecha_blanca.png") no-repeat left!important;
}

.NormalCeleste {
	color: #1796d8;
	font-size: 18px;
	width: 100%;
	float: left;
	padding-bottom: 7px;
}

.NormalCelesteText {
	color: #1796d8;
	font-size: 14px;
	font-family: MuseoSans500;
	padding-bottom: 7px;
}

#contenido ul {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
}

#menu_lateral ul {
	padding-left: 30px;
}

#vida-individual #contenido h3 {
    padding-bottom: 25px;
    position: absolute;
    top: 77px;
    font-size: 30px;
    font-family: MuseoSans300;
    color: #0EA4CE;
    z-index: 10;
}

#placa-interna .liquidWrapper {
	width: 100%;
}

#faq-contenedor {
	width: 70%;
	margin-top: 10px;
}

#faq-contenedor p {
	width: 100%!important;
}

.item-faq {
	margin-bottom: 3px;
	background: transparent ;
}

.item-faq>a {
	font-family: MuseoSans300;
	font-size: 16px;
	color: #353535;
	text-decoration: none;
	height: 20px;
	display: block;
	background: #ebebeb url("../img/flecha_faq.png") no-repeat 21px;
	padding: 12px;
	padding-left: 40px;
}

.item-faq>a:hover {
	background: #02548e url("../img/flecha_faq_white.png") no-repeat 21px;
	color: #fff;
}

.item-faq p a {
	color: #0EA4CE;
}

#respuesta1 {
	display: none;
}

.respuesta-faq {
	padding-left: 20px;
}

.item-faq:hover #respuesta1{ display: block;}

.liquidWrapper img {
	margin: 0 auto;
}

#mapa {
	width: 800px;
	height: 600px;
	background: transparent url("../img/mapa.jpg") no-repeat;
	float: left;
}

#lista_agencias {
	float: left;
	margin-left: 40px;
}

#agencias #contenido h1 {
	padding-bottom: 30px;
}

#lista_agencias li {
	padding: 6px 0;
	border-bottom: 1px solid #ebebeb;
	background: none!important;
}

#lista_agencias li a {
	font-size: 15px;
	text-decoration: none;
	font-family: MuseoSans300;
	color: #424242;
	background: none!important;
}

.TextoActivado {
	color: #1796d8!important;
}

/* SLIDES */

.placas {
	position: absolute;
	margin-top: -6px;
}

.placas .container {
	height: 0px;
}

.slidesjs-pagination {
	display: none;
}

#slides a {
	display: none;
}

.slidesjs-stop {
	display: none!important;
}

#slides {
	min-width: 1280px;
}