@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,700,700italic);

/*
	RESET + SETEO BÁSICO
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

html, body,
h1, h2, h3, h4, h5, h6, p, a, span, small, time, abbr, acronym,
img, figure,
main, header, footer, div, ol, ul, li, dl, dt, dd,
form, fieldset, legend, label, input, select, option, textarea, button,
tr, th, td,
iframe {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

p, a, span, small, time, abbr, acronym,
main, header, footer, div, ol, ul, li, dl, dd,
legend, label, input, select, option, textarea, button {
	color: #444444;
	font-family: Open Sans;
	font-size: 16px;
	line-height: 20px;
	white-space: normal;
}

a {
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

h1 {
	color: #FFFFFF;
	font: italic 400 30px/56px Open Sans;
}

body {
	background: #f6f6f6;
}

body>header,
body>main,
body>footer {
	position: relative;
}

/*
	HEADER
*/

body>header {
	padding-top: 38px;
}

	body>header>h1 {
		background: url("../img/constante.png") 0 0 no-repeat;
		height: 63px;
		line-height: 160px;
		overflow: hidden;
		width: 306px;
	}

	body>header p.llamanos {
		color: #888888;
		font: italic 400 14px/20px Open Sans;
	}

	body>header ul.social li {
		display: inline-block;
		margin-left: 10px;
	}

		body>header ul.social a {
			background-image: url("../img/constante.png");
			display: block;
			height: 20px;
			line-height: 60px;
			overflow: hidden;
			width: 20px;
		}

		body>header ul.social a.ike {
			background-position: 0 -63px;
		}

		body>header ul.social a.ike:hover {
			background-position: 0 -83px;
		}

		body>header ul.social a.fb {
			background-position: -20px -63px;
		}

		body>header ul.social a.fb:hover {
			background-position: -20px -83px;
		}

		body>header ul.social a.tt {
			background-position: -40px -63px;
		}

		body>header ul.social a.tt:hover {
			background-position: -40px -83px;
		}

/*
	MAIN
*/

body.premium main header h1 {
	letter-spacing: -3px
}

body>main {
	padding-top: 31px;
}

	body>main .etiqueta {
		background: url("../img/constante.png") 0 -103px no-repeat;
		height: 96px;
		text-align: center;
		width: 97px;
	}

		body>main .etiqueta em {
			color: #FFFFFF;
			display: block;
			font: italic 700 24px/20px Open Sans;
			margin-top: 27px;
		}

			body>main .etiqueta sup {
				font-size: 10px;
				font-style: normal;
				font-weight: 400;
				margin-left: 2px;
			}

		body>main .etiqueta small {
			color: #FFFFFF;
			display: block;
			font: italic 400 11px/16px Open Sans;
		}

	body>main h1,
	body>main h2 {
		color: #ff6000;
	}

	body>main h1 {
		font: 300 46px/40px Open Sans;
		margin-bottom: 10px;
	}

	body>main .large {
		font: 300 28px/40px Open Sans;
		margin-bottom: 10px;
	}
	
	body>main h2 {
		font: italic 400 20px/20px Open Sans;
	}

	body>main h3 {
		color: #004982;
		font: 700 16px/20px Open Sans;
	}

	body>main .servicios li {
		border-top: 1px solid #eaeaea;
		position: relative;
	}

	body>main .servicios li:before {
		background: url("../img/constante.png") -115px -91px no-repeat;
		content: "";
		height: 10px;
		left: 0;
		position: absolute;
		top: 16px;
		width: 12px;
	}

	body>main .servicios li:first-child {
		border-top: none;
	}

	body>main .servicios li.destacada {
		font-style: italic;
		font-weight: 700;
		color: #004982;
	}

	body.adhesion>main .contenido p {
		margin-top: 20px;
	}

	body.adhesion>main .contenido p:first-child {
		margin-top: 17px;
	}

	body.adhesion>main .contenido p strong {
		color: #004982;
	}

	body>main .contenido a.comprar {
		background: url("../img/constante.png") -147px -63px no-repeat;
		color: #FFFFFF;
		cursor: pointer;
		display: inline-block;
		font: italic 700 14px/20px Open Sans;
		line-height: 32px;
		height: 42px;
		text-align: center;
		width: 146px;
	}

	body>main .contenido a.comprar:hover {
		animation: boton 0.7s;
	}

	body>main .contenido a.detalle-prod {
		background: url("../img/constante.png") 0 -307px no-repeat;
		color: #FFFFFF;
		cursor: pointer;
		display: inline-block;
		font: italic 700 14px/20px Open Sans;
		line-height: 32px;
		height: 30px;
		text-align: center;
		width: 190px;
	}

	body>main .contenido a.detalle-prod:hover {
		animation: boton 0.7s;
	}

	body>main footer a {
		border: 2px solid white;
		border-radius: 4px;
		color: #FFFFFF;
		cursor: pointer;
		font: italic 400 21px/25px Open Sans;
		margin: 4px;
		position: relative;
	}

	body>main footer a:before {
		background-image: url("../img/constante.png");
		content: "";
		display: block;
		margin: 0 auto;
	}

	body>main footer a:hover {
		animation: boton 0.7s;
	}

	body>main footer a.hogar {
		background: #7692d0;
		box-shadow: 0 0 0 4px #7692d0;
	}

	body>main footer a.vial {
		background: #89837d;
		box-shadow: 0 0 0 4px #89837d;
	}

	body>main footer a.multiasistencia {
		background: #6C9F66;
		box-shadow: 0 0 0 4px #6C9F66;
	}

	body>main footer a.mascotas {
		background: #e1b36c;
		box-shadow: 0 0 0 4px #e1b36c;
	}

	body>main footer a.tecnologica {
		background: #68b6a6;
		box-shadow: 0 0 0 4px #68b6a6;
	}

	body>main footer a.hogar.base {
		background: rgba(118, 146, 208, 0.75);
		box-shadow: 0 0 0 4px rgba(118, 146, 208, 0.75);
	}

	body>main footer a.vial.base {
		background: rgba(137, 131, 125, 0.75);
		box-shadow: 0 0 0 4px rgba(137, 131, 125, 0.75);
	}

	body>main footer a.vial.base b {
		font-weight: 400;
		font-style: normal;
	}

	body>main footer a.tecnologica.base {
		background: rgba(104, 182, 166, 0.75);
		box-shadow: 0 0 0 4px #68b6a6;
	}


	body>main footer a.odontologica {
		background: #9da3ab;
		box-shadow: 0 0 0 4px #9da3ab;
	}

	body>main footer a.activo {
		background: #dadada !important;
		box-shadow: 0 0 0 4px #dadada !important;
		cursor: auto;
	}

	body>main footer a.activo:hover {
		animation: none;
	}

		body>main footer a span {
			color: #FFFFFF;
			font: italic 400 14px/20px Open Sans;
		}

	body>main aside {

	}

		body>main aside p {
			font-size: 13px;
		}

		body>main aside input.nombre,
		body>main aside input.email,
		body>main aside input.fecha,
		body>main aside input.caracteristica,
		body>main aside input.telefono {
			background-color: #FFFFFF;
			border: 2px solid #dadada;
			border-radius: 4px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			color: #666666;
			height: 30px;
			font: 400 13px/20px Open Sans;
			padding-left: 25px; 
			padding-right: 25px;
			width: 100%;
		}

		body>main aside input.nombre {
			background-image: url("../img/constante.png");
			background-position: 7px -224px;
			background-repeat: no-repeat;
		}

		body>main aside input.email {
			background-image: url("../img/constante.png");
			background-position: 7px -246px;
			background-repeat: no-repeat;
		}

		body>main aside input.fecha {
			background-image: url("../img/constante.png");
			background-position: 6px -320px;
			background-repeat: no-repeat;
		}

		body>main aside input.caracteristica,
		body>main aside input.telefono {
			background-image: url("../img/constante.png");
			background-position: 7px -268px;
			background-repeat: no-repeat;
		}

		body>main aside div.enviar {
			margin-top: 10px;
			position: relative;
		}

		body>main aside input[type="submit"] {
			background: #004982;
			border-radius: 4px;
			color: #FFFFFF;
			cursor: pointer;
			font: italic 700 14px/20px Open Sans;
			height: 30px;
			width: 100%;
		}

		body>main aside div.enviar:after {
			background: url("../img/constante.png") -229px -197px no-repeat;
			content: "";
			height: 12px;
			position: absolute;
			right: 20px;
			top: 10px;
			width: 18px;
		}

		body>main aside div.enviar:hover {
			animation: boton 0.7s;
		}

		body>main aside form>div {
			margin-top: 10px;
			position: relative;
		}

		body>main aside div.nombre {
			margin-top: 0;
		}

		body>main aside form div span {
			color: #ff311c;
			position: absolute;
			right: 10px;
			top: 7px;
			z-index: 11;
		}

/*
	FOOTER
*/

body>footer {
	border-top: 2px solid #d6d6d6;
	padding-bottom: 6px;
	padding-top: 12px;
}

	body>footer small {
		color: #888888;
		font: 11px/20px Open Sans;
	}

	body>footer li {
		display: inline-block;
	}

	body>footer li:before {
		color: #888888;
		content: "|";
		font: 11px/20px Open Sans;
		padding: 0 5px;
		position: relative;
		top: -3px;
	}

	body>footer li:first-child:before {
		content: none;
	}

		body>footer a {
			color: #888888;
			font: 11px/20px Open Sans;
		}

		body>footer a:hover {
			text-decoration: underline;
		}

@media screen and (max-width: 589px) {
	body>header {
		margin-left: 8px;
		margin-right: 8px;
		padding-top: 18px;
	}
		body>header p.llamanos {
			margin-top: 20px;
			position: static;
		}
		body>header a.ctc {
			top: 64px;
		}
	body>header ul.social {
		position: absolute;
		right: 0;
		top: 100px;
	}
}

@media screen and (min-width: 320px) {
	body>main .etiqueta {
		position: absolute;
		right: 0;
		top: 30px;
	}

	body>header .llamanos {
		position: absolute;
		right: 0;
		top: 85px;
	}

	body>header a.ctc {
		display: block;
		height: 24px;
		position: absolute;
		right: 0;
		width: 148px;
		z-index: 11;
	}
}

@media screen and (min-width: 590px) {
	body>header ul.social {
		position: absolute;
		right: 0;
		top: 60px;
	}
	body>header a.ctc {
		top: 82px;
	}
			body>main footer a {
				padding-left: 8px;
				padding-right: 8px;
			}

			body>main footer a:first-child {
				margin-left: 4px;
			}

				body>main footer a span:before {
					content: "";
					position: absolute;
				}

	body>footer ul {
		float: right;
		margin-top: 2px;
	}
}

@media screen and (max-width: 589px) {
	body.premium main header h1 {
		font-size: 37px;
		letter-spacing: -3px
	}
	body>header,
	body>main,
	body>footer {
		margin-left: 10px;
		margin-right: 10px;
	}

	body>main header {
		padding-right: 116px;
	}

	body.adhesion>main header {
		padding-right: 0;
	}

	body>main header h1 {
		font-size: 42px;
		margin-bottom: 8px;
	}
	body>main header h2 {
		font-size: 18px;
	}
	body>main .contenido {
		margin-top: 20px;
	}

	body>main .contenido li {
		font-size: 14px;
		line-height: 26px;
	}
	
	body>main .contenido li:before {
		display: inline-block;
		margin-right: 8px;
		position: static;
	}

	body>main .contenido a.comprar,
	body>main .contenido a.detalle-prod {
		margin-top: 10px;
	}

	body>main .contenido img {
		display: none;
	}

	body>main footer a {
		display: block;
		font-size: 18px;
		padding: 0 10px;
		margin-top: 18px;
	}

		body>main footer a span {
			float: right;
			padding-top: 3px;
			letter-spacing: 0;
		}

	body>main footer a:first-child+a+a {
		letter-spacing: -1px;
	}

	body>main aside {
		border-top: 1px solid #D6D6D6;
		margin-bottom: 20px;
		margin-top: 24px;
		padding-top: 10px;
	}

	body>main aside p {
		line-height: 16px;
		margin-bottom: 10px;
	}

	body>main aside div.caracteristica,
	body>main aside div.telefono {
		display: inline-block;
		width: 49%;
	}

	body>main aside div.telefono {
		float: right;
	}
}

@media screen and (min-width: 590px) and (max-width: 1000px) {
	body>header,
	body>main,
	body>footer {
		margin-left: 20px;
		margin-right: 20px;
	}
	body>main header {
		padding-right: 118px;
	}

	body.adhesion>main header {
		padding-right: 0;
	}

		body.adhesion>main h1 {
			font-size: 34px;
		}

		body>main .contenido {
			padding-left: 280px;
			position: relative;
		}

			body>main .contenido h3 {
				margin-bottom: 6px;
				padding-top: 21px;
			}

			body>main .contenido li {
				line-height: 20px;
				padding: 5px 0 5px 20px;
			}

			body>main .contenido li:before {
				top: 11px;
			}

			body>main .contenido img,
			body>main .contenido .imagen {
				left: 0;
				position: absolute;
				top: 18px;
			}

			body>main .contenido.hogar img {
				clip: rect(0,260px,280px,0);
			}

			body>main .contenido.hogar-base img {
				clip: rect(0,260px,225px,0);
			}

			body>main .contenido.vial img {
				clip: rect(0,260px,310px,0);
			}

			body>main .contenido.vial-base img {
				clip: rect(0,260px,214px,0);
			}

			body>main .contenido.tecnologica img {
				clip: rect(0,260px,338px,0);
			}

			body>main .contenido.tecnologica-base img {
				clip: rect(0,260px,338px,0);
			}

			body>main .contenido.odontologica img {
				clip: rect(0,260px,234px,0);
			}

			body>main .contenido .imagen {
				background: url("../img/multiasistencia-premium-ike-2.jpg");
				height: 400px;
				width: 260px;
			}

			body.adhesion>main .contenido img {
				clip: rect(0px,260px,300px,0px);
				top: -3px;
			}

			body>main .contenido a.comprar,
			body>main .contenido a.detalle-prod {
				margin-top: 12px;
			}

		body>main footer {
			margin-top: 18px;
		}

		body.adhesion>main footer {
			margin-top: 28px;
		}

			body>main footer a {
				display: block;
				line-height: 40px;
				font-size: 21px;
			}

			body>main footer a+a {
				margin-top: 14px;
			}

				body>main footer a span {
					padding-top: 15px;
					position: absolute;
					right: 36px;
					top: -2px;
				}

				body>main footer a span:before {
					background-image: url("../img/constante.png");
					height: 33px;
					width: 22px;
					right: -28px;
					top: 9px;
				}

				body>main footer a span:before {
					background-position: -251px -145px;
				}

			body>main aside {
				border-top: 1px solid #D6D6D6;
				margin-top: 30px;
				padding-left: 280px;
				padding-top: 20px;
				position: relative;
			}

				body>main aside p {
					left: 0;
					position: absolute;
					top: 50px;
					width: 260px;
				}

				body>main aside div.caracteristica,
				body>main aside div.telefono {
					display: inline-block;
					width: 49%;
				}

				body>main aside div.telefono {
					float: right;
				}

	body>footer {
		margin-top: 20px;
	}

		body>main footer a:first-child+a {
			margin-left: 4px;
		}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	body>main .contenido.vial-base img {
		clip: rect(0,260px,234px,0);
	}
	body>main .contenido.tecnologica img {
		clip: rect(0,260px,418px,0);
	}
	body>main .contenido.tecnologica-base img {
		clip: rect(0,260px,418px,0);
	}
}

@media screen and (max-width: 689px) {
	body.adhesion>main h1 {
		line-height: 30px;
		font-size: 32px;
	}
	body.adhesion>main .contenido {
		padding-left: 0;
	}
	body.adhesion>main .contenido img {
		display: none;
	}
}

@media screen and (min-width: 590px) and (max-width: 669px) {
	body>main .contenido.hogar img {
		clip: rect(0px, 260px, 333px, 0px);
	}
}

@media screen and (max-width: 669px) {
	body>main .contenido a.detalle-prod {
		display: block;
	}
}

@media screen and (min-width: 670px) {
	body>main .contenido a.detalle-prod {
		margin-left: 14px;
	}
}

@media screen and (min-width: 690px) {
	body.adhesion>main .contenido p {
		max-width: 360px
	}

	body.adhesion>main .contenido p strong,
	body.adhesion>main .contenido p span {
		display: block;
	}


	body.adhesion>main .contenido p strong.inline,
	body.adhesion>main .contenido p span.ls {
		display: inline;
	}

	body.adhesion>main .contenido p span.ls {
		letter-spacing: -1px;
	}
}

@media screen and (min-width: 1001px) {
	body>header,
	body>main {
		background: url("../img/fondo.png") 0 0 repeat-y;
	}

	body>header,
	body>main,
	body>footer {
		margin-left: auto;
		margin-right: auto;
		width: 960px;
	}

		body>header .llamanos {
			position: absolute;
			right: 320px;
			top: 82px;
		}

		body>header a.ctc {
			right: 20px;
		}

		body>header ul.social {
			position: absolute;
			right: 320px;
			top: 60px;
		}

	body>main {
	}

		body>main header {
			max-width: 556px;
		}

			body.adhesion>main h1 {
				font-size: 34px;
				letter-spacing: -2px;
				max-width: 640px;
			}

			body>main h2 {
				width: 520px;
			}

			body>main h3 {
				margin-bottom: 11px;
				margin-top: 21px;
			}

			body>main .etiqueta {
				right: 320px;
			}

		body>main .contenido {
			padding-left: 280px;
			padding-right: 320px;
			position: relative;
		}

		body.adhesion>main .contenido {
			height: 348px;
		}

			body>main .contenido li {
				line-height: 20px;
				padding: 10px 0 10px 20px;
			}

			body>main .contenido img,
			body>main .contenido .imagen {
				left: 0;
				position: absolute;
				top: -3px;
			}

			body.adhesion>main .contenido img {
				top: -3px;
			}

			body>main .contenido .imagen {
				background: url("../img/multiasistencia-premium-ike.jpg");
				height: 520px;
				width: 260px;
			}

			body>main .contenido a.comprar,
			body>main .contenido a.detalle-prod {
				margin-top: 16px;
			}

		body>main footer {
			overflow: hidden;
			padding-right: 280px;
			padding-top: 5px;
		}

			body>main footer a {
				float: left;
				margin-left: 8px;
				margin-top: 24px;
				text-align: center;
				width: 130px;
			}

			body>main footer a:first-child {
				margin-left: 4px;
			}

			body>main footer a.hogar:before {
				background-position: -115px -105px;
				height: 24px;
				width: 27px;
			}

			body>main footer a.vial:before {
				background-position: -142px -105px;
				height: 21px;
				width: 24px;
			}

			body>main footer a.multiasistencia:before {
				background-position: -115px -129px;
				height: 25px;
				width: 114px;
			}

			body>main footer a.mascotas:before {
				background-position: -217px -105px;
				height: 23px;
				width: 26px;
			}

			body>main footer a.tecnologica:before {
				background-position: -175px -106px;
				height: 23px;
				width: 29px;
			}
			body>main footer a.odontologica:before {
				background-position: -165px -172px;
				height: 25px;
				width: 24px;
			}

			body>main footer a.hogar {
				height: 133px;
				padding-top: 15px;
			}
			body>main footer a.multiasistencia {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				letter-spacing: -0.5px;
				padding-bottom: 12px;
				padding-top: 15px;
				text-align: left;
				position: relative;
				margin-top: 8px;
				width: 636px;
			}
			body>main footer a.multiasistencia:before {
				display: inline-block;
				margin-right: 8px;
				vertical-align: bottom;
			}
			body>main footer a.multiasistencia span {
				letter-spacing: 0;
				position: absolute;
				right: 12px;
				margin-top: 0;
				padding-top: 0;
				border: 0;
				top: 22px;
			}

			body>main footer a.hogar:before {
				margin-bottom: 4px;
			}

			body>main footer a.vial {
				height: 128px;
				padding-top: 20px;
			}

			body>main footer a.mascotas {
				height: 128px;
				padding-top: 20px;
			}

			body>main footer a.tecnologica {
				height: 132px;
				padding-top: 16px;
				letter-spacing: -1px;
			}
			body>main footer a.tecnologica span {
				letter-spacing: 0;
			}
			body>main footer a.tecnologica:before {
				margin-bottom: 4px;
			}

			body>main footer a.multiasistencia,
			body>main footer a.vial.base {
				margin-left: 4px;
			}
			body>main footer a.vial.base {
				margin-top: 8px;
				height: 152px;
			}
			body>main footer a.hogar.base,
			body>main footer a.tecnologica.base,
			body>main footer a.odontologica {
				margin-top: 8px;
				height: 156px;
			}
			body>main footer a.tecnologica.base {
				letter-spacing: 0;
			}
			body>main footer a.vial.base b {
				display: block;
			}
			body>main footer a.odontologica {
				padding-top: 15px;
			}
			body>main footer a.odontologica:before {
				margin-bottom: 3px;
			}
			body>main footer a.vial:before {
				margin-bottom: 2px;
			}

			body>main footer a.multiasistencia:before {
				margin-bottom: 3px;
			}

				body>main footer a span {
					border-top: 1px solid white;
					display: block;
					margin: 11px 10px 0;
					padding-top: 14px;
				}

				body>main footer a span:before {
					background-position: -115px -154px;
					bottom: 10px;
					right: 25px;
				}

		body>main aside {
			background: url("../img/fondo-aside.png") center bottom no-repeat;
			height: 690px;
			position: absolute;
			right: 20px;
			top: -41px;
			width: 240px;
		}

			body>main aside p {
				border-bottom: 1px solid #cacaca;
				border-top: 1px solid #cacaca;
				margin-bottom: 20px;
				margin-top: 170px;
				padding-bottom: 14px;
				padding-top: 14px;
				text-align: center;
			}

            body>main aside .logoaside {
				margin-bottom: -140px;
				margin-top: -52px;
				margin-left: 33px;
				padding-top: 0px;
				text-align: center;
			}
			
			body>main aside p:before {
				background: url("../img/constante.png") -251px -105px no-repeat;
				content: "";
				height: 40px;
				left: 100px;
				position: absolute;
				top: 0;
				width: 40px;
			}

            .asidetarjetanaranja:before {
				background: url("") !important;
				content: "";
				height: 40px;
				left: 100px;
				position: absolute;
				top: 0;
				width: 40px;
			}
           
			body>main aside div.caracteristica,
			body>main aside div.telefono {
				display: inline-block;
			}

			body>main aside div.caracteristica {
				width: 115px;
			}

			body>main aside div.telefono {
				margin-left: 10px;
				width: 115px;
			}

	body>footer {
		margin-top: 40px;
	}
}

/*
	ANIMACIONES
*/

@keyframes boton {
	0%   {opacity: 0.1;}
	100% {opacity: 1;}
}

@-webkit-keyframes boton {
	0%   {opacity: 0.1;}
	100% {opacity: 1;}
}


/*
	AGREGADO DE TABLA
*/

body.tabla>main {
	background-image: none;
}

div.tabla-info {
	padding: 20px;
	margin: 0 auto;
}

div.tabla-info table,
div.tabla-info tbody {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
}

div.tabla-info table .encabezado {
	background: #004982;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-weight: 700;
	padding: 1% 0;
	width: 100%;
}

div.tabla-info td {
	font-size: 13px;
	font-weight: 400;
	vertical-align: middle;
}

div.tabla-info td.s-25 {
	font-size: 14px;
	font-weight: bold;
	padding: 1% 2%;
	width: 21%;
}

div.tabla-info td.s-75 {
	width: 71%;
}

div.tabla-info td td {
	border-top: 1px #e6e6e6 solid;
	width: 29%;
}

div.tabla-info td tr:first-child td {
	border-top: none;
}

div.tabla-info>table>tbody>tr {
	border-bottom: 1px #777777 solid;
	border-right: 1px #777777 solid;
	border-left: 1px #777777 solid;
}

div.tabla-info td td.td-1,
div.tabla-info td td.td-2,
div.tabla-info td td.td-3 {
	border-left: 1px #CCCCCC solid;
	padding: 1% 2%;
}
div.tabla-info td td.td-2,
div.tabla-info td td.td-3 {
	text-align: center;
}

div.tabla-info td td.td-1 {
	width: 56%;
}

div.tabla-info td td.td-2 {
	width: 16%;
}

div.tabla-info td td.td-2[colspan="2"] {
	width: 32%;
}

div.tabla-info td td.td-3 {
	width: 16%;
}

div.tabla-info .encabezado-2 {
	background-color: #bbbbbb;
}

div.tabla-info .encabezado-2 td {
	font-size: 14px;
	font-weight: bold;
}

div.tabla-info {
	position: relative;
}

	div.tabla-info a.descargar {
		background: url("../img/constante.png") 0 -307px no-repeat;
		color: #FFFFFF;
		cursor: pointer;
		display: inline-block;
		font: italic 700 14px/20px Open Sans;
		line-height: 32px;
		height: 30px;
		text-align: center;
		text-transform: uppercase;
		position: absolute;
		left: 20px;
		top: -14px;
		width: 190px;
	}

	div.tabla-info a.descargar:hover {
		animation: boton 0.7s;
	}

.td-borde
{
	border-left: 1px #CCCCCC solid;
	padding: 1% 2%;
}