/********** GENERAL **********/

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.texto-derecha{
	text-align: right;
}

.texto-izquierda{
	text-align: left;
}

.has-error{
	border:2px solid #b94a48;
}

.hide{
	display: none;
}

.zoom-img:hover{
	cursor:url("../img/icon/magnify.cur"), pointer;
}

.hidden-box{
	display: none;
}

#cycle-2 {
	width: 292px;
}

/********** COLOR-FONT **********/

.font-color-white{
	color:#fff;
}

.font-color-blue{
	color: #004183;
}


/********** HEAD **********/

#bg-header {
	width: 100%;
	background: #fffa48; /* Old browsers */
	background: -moz-linear-gradient(left, #fffa48 0%, #fffa48 49%, #fa8034 49%, #fa8034 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fffa48), color-stop(49%,#fffa48), color-stop(49%,#fa8034), color-stop(100%,#fa8034)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #fffa48 0%,#fffa48 49%,#fa8034 49%,#fa8034 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #fffa48 0%,#fffa48 49%,#fa8034 49%,#fa8034 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #fffa48 0%,#fffa48 49%,#fa8034 49%,#fa8034 100%); /* IE10+ */
	background: linear-gradient(to right, #fffa48 0%,#fffa48 49%,#fa8034 49%,#fa8034 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffa48', endColorstr='#fa8034',GradientType=1 ); /* IE6-9 */
	margin-bottom: 10px;
	min-width: 960px;
}

#header-content {
	width: 960px;
	height: 56px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	min-width: 960px;
}

#header-content ul{
	padding: 0px;
	margin: 0px;
}

#header-content li{
	list-style: none;
	display: inline-block;
	padding: 0px;
	margin-right: -3px;
}

.menu-home {
	width: 95px;
	height: 70px;
	background: url("../img/sprite-inicio.png") 0px 0px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.menu-home:hover {
	background: url("../img/sprite-inicio.png") 0px 70px;
}

.menu-home-active {
	background: url("../img/sprite-inicio.png") 0px 70px;
}

.menu-nutricion {
	width: 94px;
	height: 70px;
	background: url("../img/sprite-nutricion.png") 0px 0px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.menu-nutricion:hover {
	background: url("../img/sprite-nutricion.png") 0px 70px;
}

.menu-nutricion-active {
	background: url("../img/sprite-nutricion.png") 0px 70px;
}

.menu-encuentra {
	width: 94px;
	height: 70px;
	background: url("../img/sprite-partner.png") 0px 0px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.menu-encuentra:hover {
	background: url("../img/sprite-partner.png") 0px 70px;
}

.menu-encuentra-active {
	background: url("../img/sprite-partner.png") 0px 70px;
}

.menu-donde {
	width: 97px;
	height: 70px;
	background: url("../img/sprite-donde.png") 0px 0px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.menu-donde:hover {
	background: url("../img/sprite-donde.png") 0px 70px;
}

.menu-donde-active {
	background: url("../img/sprite-donde.png") 0px 70px;
}

.menu-momentos {
	width: 94px;
	height: 70px;
	background: url("../img/sprite-momentos.png") 0px 0px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.menu-momentos:hover {
	background: url("../img/sprite-momentos.png") 0px 70px;
}

.menu-momentos-active {
	background: url("../img/sprite-momentos.png") 0px 70px;
}

.menu-contacto {
	width: 94px;
	height: 70px;
	background: url("../img/sprite-contacto.png") 0px 0px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.menu-contacto:hover {
	background: url("../img/sprite-contacto.png") 0px 70px;
}

.menu-contacto-active {
	background: url("../img/sprite-contacto.png") 0px 70px;
}

.logos {
	position: absolute;
	right: 0;
	top: 0;
}


.tier {
	margin-top: 10px;
	padding: 0px 20px;
}

.bln {
	margin-top: 18px;
	padding: 0px 20px;
}



/********** CONTENT **********/

#bg-index {
	width: 100%;
	background: #FA8034;
	min-width: 960px;
}

#bg-nutricion {
	width: 100%;
	background: #f6f119; /* Old browsers */
	background: -moz-linear-gradient(left, #f6f119 0%, #f6f119 50%, #008eef 51%, #008eef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6f119), color-stop(50%,#f6f119), color-stop(51%,#008eef), color-stop(100%,#008eef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f6f119 0%,#f6f119 50%,#008eef 51%,#008eef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f6f119 0%,#f6f119 50%,#008eef 51%,#008eef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f6f119 0%,#f6f119 50%,#008eef 51%,#008eef 100%); /* IE10+ */
	background: linear-gradient(to right, #f6f119 0%,#f6f119 50%,#008eef 51%,#008eef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f119', endColorstr='#008eef',GradientType=1 ); /* IE6-9 */
	min-width: 960px;
}

#bg-adultos {
	width: 100%;
	background: #008EEF;
	min-width: 960px;
}

#bg-cachorros {
	width: 100%;
	background: #F6F119;
	min-width: 960px;
}

#bg-raza {
	width: 100%;
	background: #2FC61F;
	min-width: 960px;
}

#bg-momentos {
	background: #2fc61f; /* Old browsers */
	background: -moz-linear-gradient(left, #2fc61f 0%, #2fc61f 50%, #f6f119 50%, #f6f119 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2fc61f), color-stop(50%,#2fc61f), color-stop(50%,#f6f119), color-stop(100%,#f6f119)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #2fc61f 0%,#2fc61f 50%,#f6f119 50%,#f6f119 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #2fc61f 0%,#2fc61f 50%,#f6f119 50%,#f6f119 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #2fc61f 0%,#2fc61f 50%,#f6f119 50%,#f6f119 100%); /* IE10+ */
	background: linear-gradient(to right, #2fc61f 0%,#2fc61f 50%,#f6f119 50%,#f6f119 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fc61f', endColorstr='#f6f119',GradientType=1 ); /* IE6-9 */
	min-width: 960px;
}

#bg-tupartner {
	width: 100%;
	background: #2EC2EF;
	min-width: 960px;
}

#bg-puntosventa {
	width: 100%;
	background: #fa8034;
	min-width: 960px;
}

#bg-contacto {
	width: 100%;
	background: #FFE228;
	min-width: 960px;
}

#bg-eventos {
	width: 100%;
	background: #2FC61F;
	min-width: 960px;
}

#bg-content-eventos-noticias {
	width: 100%;
	background: #0D2F6F;
	min-width: 960px;
}

#content {
	width: 960px;
	height: 456px;
	position: relative;
	margin: 0 auto;
}

#content-webapp {
	width: 960px;
	height: 456px;
	position: relative;
	margin: 0 auto;
}

#bg-img{
	width: 960px;
	height: 456px;
	position: absolute;
	background: url('../img/background/bg-index.jpg');
}

.bg-content-index{
	width: 960px;
	height: 456px;
}

.bg-content-nutricion{
	width: 960px;
	height: 456px;
}

.bg-content-momentos{
	width: 960px;
	height: 456px;
}

.bg-content-tupartner{
	width: 960px;
	height: 456px;
}

.bg-content-contacto{
	width: 960px;
	height: 456px;
}

.bg-content-eventos{
	width: 960px;
	height: 456px;
}

.content-title {
	width: 319px;
	height: 109px;
	position: absolute;
	left: 303px;
	top: 34px;
}

.content-title-eventos {
	width: 319px;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: 0px;
}

.content-title-eventos img {
	position: absolute;
	z-index: 100;
	left: 360px;
	top: 15px;
}

.content-title-puntoventas {
	width: 410px;
	height: 109px;
	margin: 0 auto;
	position: absolute;
	left: 271px;
	top: 65px;

}

.content-title-wallpaper {
	width: 319px;
	margin: 0 auto;
	position: absolute;
	left: 345px;
	top: 3px;
}

.content-title-aniversario {
	position: absolute;
	left: 560px;
	top: 195px;
}

.content-title-fashiondog {
	position: absolute;
	left: 560px;
	top: 65px;
}

.img-adultos{
	position: absolute;
	left: 52px;
	top: 125px;

}

.img-cachorros{
	position: absolute;
	left: 36px;
	top: 133px;
}

.side-box{
	width: 430px;
	height: 456px;
	background: url("../img/background/bg-blue.png");
	float: right;
	color: #fff;
	opacity: 0.7;
}

.side-box-flag-up{
	width: auto;
	position: absolute;
	z-index: 2;
	margin-top: -14px;
	margin-left: 130px;
}

.side-box-flag-down{
	width: auto;
	position: absolute;
	z-index: 2;
	margin-top: 3px;
	margin-left: 130px;
}

.side-box2-flag-up{
	width: auto;
	position: absolute;
	z-index: 2;
	margin-top: -14px;
	margin-left: 138px;
}

.side-box2-flag-down{
	width: auto;
	position: absolute;
	z-index: 2;
	margin-top: 3px;
	margin-left: 138px;
}

.side-box2{
	width: 560px;
	height: auto;
	color: #fff;
}

.side-box2-tupartner{
	width: 690px;
	height: auto;
	color: #fff;
	margin: 0 auto;
	padding-top: 72px;
}

.img-content-index{
	position: absolute;
	z-index: 100px;
	margin-top: 125px;
	margin-left: 133px;
	z-index: 1;
}

.side-box-text{
	width: 300px;
	margin: 0 auto;
	margin-top: 110px;
	padding: 12px 5px;
	/*border-top: 2px dotted #fa8034;
	border-bottom: 2px dotted #fa8034;*/
	border-top-image:5px url("../img/icon/circle.png");
}


.btn-regresar {
	position: absolute;
	top: 387px;
	left: 90px;
}

.btn-regresar-wallpaper {
	position: absolute;
	top: 410px;
	left: 425px;
}

.btn-regresar-eventos {
	position: absolute;
	top: 405px;
	left: 422px;
}


.side-box-effect{
	position:relative;
	height:153px;
	overflow:hidden;
	margin: 10px 0px;
}

.side-box-height{
	height: 104px !important;
}

.formula-box {
	width: auto !important;
}

.formula-box img {
	margin-top: 0px;
}

.guia-box,.presentacion-box{
	width: auto !important;
}

.read-text{
	position:absolute;
	left:0;
	top:0;
	height: auto !important;
}

.side-box2-text{
	width: 437px;
	height: auto;
	margin: 0 auto;
	padding: 12px 5px;
	left: 245px;
	top: 147px;
	position: absolute;
	text-align: justify;
}

.position-aviso
{
	margin-left: 72px !important;
}

.position-aviso2
{
	margin-left: 210px !important;
}

.position-terminos
{
    margin-left: 121px !important;
}

.position-terminos2
{
	margin-left: 260px !important;
}

.side-box-nutricion-text
{
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 12px 5px;
	left: 545px;
	top: 138px;
	position: absolute;
}

.side-box2-tupartner-text{
	width: 300px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	padding: 12px 5px;
	border-top: 2px dotted #F6F119;
	border-bottom: 2px dotted #F6F119;
}

.side-box3-text{
	width: 300px;
	height: auto;
	margin: 0 auto;
	margin-top: 15px;
	margin-right: 45px;
	color: #004183 !important;
	padding: 12px 5px;
	border-top: 2px dotted #2ED316;
	border-bottom: 2px dotted #2ED316;
}

.side-box4-text{
	width: 300px;
	height: auto;
	margin: 0 auto;
	margin-top: 15px;
	margin-right: 45px;
	color: #fff !important;
	padding: 12px 5px;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
}

.font-blue{
	color: #004183 !important;
}

.side-box-menu {
	width: 134px;
	position: absolute;
	left: 365px;
	top: 140px;
}

.side-box-menu ul {
	padding: 0px;
	margin: 0px;
}

.side-box-menu li {
	list-style: none;
}

.borde-dotted-orange {
	width: 100%;
	height: 19px;
	background: url("../img/icon/circle.png") repeat-x;
}

.active{
	background-position: 0px 57px !important;
}

.submenu-adultos-adultos {
	width: 134px;
	height: 57px;
	background: url("../img/icon/adultos/sprite-adultos.png") 0px 0px;
}

.submenu-adultos-adultos:hover {
	background: url("../img/icon/adultos/sprite-adultos.png") 0px 57px;
}

.submenu-adultos-friends {
	width: 134px;
	height: 57px;
	background: url("../img/icon/adultos/sprite-friends.png") 0px 0px;
}

.submenu-adultos-friends:hover {
	background: url("../img/icon/adultos/sprite-friends.png") 0px 57px;
}

.submenu-adultos-formula {
	width: 134px;
	height: 57px;
	background: url("../img/icon/adultos/sprite-formula.png") 0px 0px;
}

.submenu-adultos-formula:hover {
	background: url("../img/icon/adultos/sprite-formula.png") 0px 57px;
}

.submenu-adultos-guia {
	width: 134px;
	height: 57px;
	background: url("../img/icon/adultos/sprite-guia.png") 0px 0px;
}

.submenu-adultos-guia:hover {
	background: url("../img/icon/adultos/sprite-guia.png") 0px 57px;
}

.submenu-adultos-presentacion {
	width: 134px;
	height: 57px;
	background: url("../img/icon/adultos/sprite-presentacion.png") 0px 0px;
}

.submenu-adultos-presentacion:hover {
	background: url("../img/icon/adultos/sprite-presentacion.png") 0px 57px;
}

.submenu-adultos-adultos a{
	width: 134px;
	height: 57px;
	display: block;
}

.content-nutricion-col1 {
	width: 320px;
	height: 456px;
	background: #F6F119;
	text-align: center;
}

.content-nutricion-col1 img {
	position: absolute;
	left: 50px;
	top: 101px;

}

.content-nutricion-col2 {
	width: 320px;
	height: 456px;
	background: #2FC61F;
	text-align: center;
}

.content-nutricion-col2 img {
	margin: 0 auto;
	top: 97px;
	left: 340px;
	position: absolute;
}

.content-nutricion-col3 {
	width: 320px;
	height: 456px;
	background: #008EEF;
	text-align: center;
}

.content-nutricion-col3 img {
	margin: 0 auto;
	top: 105px;
	left: 675px;
	position: absolute;
}


.submenu-cachorros-cachorros {
	width: 134px;
	height: 57px;
	background: url("../img/icon/cachorros/sprite-cachorros.png") 0px 0px;
}

.submenu-cachorros-cachorros:hover {
	width: 134px;
	height: 57px;
	background: url("../img/icon/cachorros/sprite-cachorros.png") 0px 57px;
}


.submenu-cachorros-friends {
	width: 134px;
	height: 57px;
	background: url("../img/icon/cachorros/sprite-friends.png") 0px 0px;
}

.submenu-cachorros-friends:hover {
	width: 134px;
	height: 57px;
	background: url("../img/icon/cachorros/sprite-friends.png") 0px 57px;
}

.submenu-cachorros-formula {
	width: 134px;
	height: 57px;
	background: url("../img/icon/cachorros/sprite-formula.png") 0px 0px;
}

.submenu-cachorros-formula:hover {
	width: 134px;
	height: 57px;
	background: url("../img/icon/cachorros/sprite-formula.png") 0px 57px;
}

.submenu-cachorros-guia {
	width: 134px;
	height: 57px;
	background: url("../img/icon/cachorros/sprite-guia.png") 0px 0px;
}

.submenu-cachorros-guia:hover {
	width: 134px;
	height: 57px;
	background: url("../img/icon/cachorros/sprite-guia.png") 0px 57px;
}

.submenu-cachorros-presentacion {
	width: 134px;
	height: 57px;
	background: url("../img/icon/cachorros/sprite-presentacion.png") 0px 0px;
}

.submenu-cachorros-presentacion:hover {
	width: 134px;
	height: 57px;
	background: url("../img/icon/cachorros/sprite-presentacion.png") 0px 57px;
}

.submenu-raza-raza {
	width: 134px;
	height: 57px;
	background: url("../img/icon/raza/sprite-raza.png") 0px 0px;
}

.submenu-raza-raza:hover {
	width: 134px;
	height: 57px;
	background: url("../img/icon/raza/sprite-raza.png") 0px 57px;
}

.submenu-raza-friends {
	width: 134px;
	height: 57px;
	background: url("../img/icon/raza/sprite-friends.png") 0px 0px;
}

.submenu-raza-friends:hover {
	width: 134px;
	height: 57px;
	background: url("../img/icon/raza/sprite-friends.png") 0px 57px;
}

.submenu-raza-formula {
	width: 134px;
	height: 57px;
	background: url("../img/icon/raza/sprite-formula.png") 0px 0px;
}

.submenu-raza-formula:hover {
	width: 134px;
	height: 57px;
	background: url("../img/icon/raza/sprite-formula.png") 0px 57px;
}

.submenu-raza-guia {
	width: 134px;
	height: 57px;
	background: url("../img/icon/raza/sprite-guia.png") 0px 0px;
}

.submenu-raza-guia:hover {
	width: 134px;
	height: 57px;
	background: url("../img/icon/raza/sprite-guia.png") 0px 57px;
}

.submenu-raza-presentacion {
	width: 134px;
	height: 57px;
	background: url("../img/icon/raza/sprite-presentacion.png") 0px 0px;
}

.submenu-raza-presentacion:hover {
	width: 134px;
	height: 57px;
	background: url("../img/icon/raza/sprite-presentacion.png") 0px 57px;
}

.submenu-raza a{
	width: 134px;
	height: 57px;
	display: block;
}

.side-box-menu a {
	width: 134px;
	height: 57px;
	display: block;
}

.content-momentos-col1{
	width: 480px;
	text-align: center
}

.content-momentos-col1 img{
	position: absolute;
	left: 80px;
	top: 165px;
}


.content-momentos-col2{
	width: 480px;
	text-align: center;
}

.content-momentos-col2 img{
	position: absolute;
	left: 570px;
	top: 165px;
}

.box-img-partner{
	color: #fff;
	text-align: center;
	position: absolute;
	top: 44px;
	left: 317px;
}

.partner-test{
	position: absolute;
	left: 235px;
	top: 356px;
}


.img-test{
	padding-top: 12px;
}

.content-puntosventa-img{
	width: 800px;
	margin: 0 auto;
	position: absolute;
	left: 110px;
	top: 205px;
}

.puntosventa-img-col1{
	width: 500px;
	text-align: center;
}

.puntosventa-img-col1 img{
	padding: 10px 12px;
}

.puntosventa-img-col2{
	width: 225px;
}

.puntosventa-img-col2 img{
	margin-top: 25px;
}

.content-title-contacto{
	width: 305px;
	margin: 0 auto;
	position: absolute;
	left: 330px;
	top: 15px;
}

.form-box{
	width: 475px;
	margin: 0 auto;
	text-align: left;
	color: #004183;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 270px;
	top: 115px;
}

.form-box input{
	width: 300px;
	color: #004183;
	font-size: 14px;
	font-weight: bold;
	text-align: left !important;
	margin: 3px 5px;
}

.form-box textarea{
	width: 300px;
	height: 60px;
	text-align: left !important;;
	margin: 3px 5px;
	resize:none;
}

.box-info{
	width: 500px;
	border: 2px solid #fff;
	border-radius: 10px;
	text-align: center;
	color: #004183;
	padding: 10px;
	position: absolute;
	left: 225px;
	top: 293px;
}

.box-info h1{
	font-size: 14px;
	margin: 0px;
}

.box-info h2{
	font-size: 12px;
	margin: 0px;
}

.box-info p{
	font-size: 11px;
	margin: 0px;
}

.btn-enviar{
	width: 56px !important;
	height: 24px;
	background-image: url("../img/icon/btn-enviar.png");
	border: 0px;
	background-color: transparent;
	margin-right: 15px;
}

.eventos-box-slide{
	width: 555px !important;
	height: 200px !important;
	margin: 0 auto;
	border:3px solid #F6F119;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 53px;
}

.slide-box-content{
	position: absolute;
	top: 57px;
	left: 127px;
}

.content-box-thumbs{
	position: absolute;
	left: 199px;
	top: 269px;
}

.content-box-thumbs2{
	position: absolute;
	left: 120px;
	top: 344px;
}

.carrusel {
	width: 475px !important;
}

.box-thumbs-img a{
	padding: 0px 7px;
}

.box-thumbs-img2 {
	border:2px solid #2FC61F;
	border-radius: 5px;
}

.flag-eventos{
	margin-top: 40px;
}

.flag-eventos-aniversario{
	margin-top: 15px;
}

.content-box-wallpaper{
	width: 505px;
	margin: 0 auto;
	position: absolute;
	left: 222px;
	top: 74px;
}

.content-box-wallpaper h1{
	font-size: 13px;
	text-align: center;
}

.box-wallpaper-img{
	text-align: center;
}

.box-wallpaper-img img{
	padding-right: 15px;
	margin-top: 10px;
}

.box-wallpaper-img p{
	padding: 0px;
	margin: 0px;
}

.wallpaper-img{
	display: inline-block;
	width: 165px;
}

.content-title-test{
	width: 275px;
	padding-top: 30px;
	margin: 0 auto;
}

.questions{
	color: #fff;
	text-align: center;
	padding-top: 20px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	min-height: 280px;
}

.questions li{
	width: 160px;
	display: inline-table;
	margin-right: 9px;
}

.questions p strong{
	font-size: 20px;
}

.questions p strong img{
	padding-right: 10px;
}


.questions input[type="radio"]{
	border: 2px solid #FBF622;
	margin-top: 10px;
}

.result-img{
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.result-img a{
	margin-top:10px; 
}

.img-test{
	width:480px; 
	margin:0 auto; 
	text-align:center;
	text-align: center;
}

.img-test img{
	width:108px; 
	margin:0 auto; 
}

.slider-aniversario{
	border: 3px solid #2FC61F;
	border-radius: 10px;
}


/********** FOOTER **********/

#bg-footer {
	width: 100%;
	height: 44px;
	background: #fff;
	min-width: 960px;
}

#bg-footer2 {
	width: 100%;
	height: 100px;
	background: #fa8034;
	min-width: 960px;
}

.bg-blue{
	background: #06BDEF !important;
}

.bg-blue-strong{
	background: #111A62 !important;
}

.bg-green{
	background: #2FC61F !important;
}

.bg-yellow{
	background: #F6F119 !important;
}

#footer-content {
	width: 960px;
	margin: 0 auto;
	min-width: 960px;
}

.menu-footer{
	width: auto;
	margin-top: 15px;
}

.menu-footer ul{
	padding: 0px;
	margin: 0px;
}

.menu-footer li{
	display: inline-block;
	list-style: none;
	color: #004183;
	padding-right: 15px;
	padding-left: 15px;
}

.menu-footer li a{
	color: #004183;
	text-decoration: none;
}

.borde-blue{
	border-right: 1px solid #004183;
}

.networks{
	margin-left: 390px;
	margin-top: -26px;
	z-index: 2;
	position: absolute;
	width: 100px; 
}

.networks a {
	text-decoration: none;
	margin-right: 5px;
}


/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 213px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }

/********** TEXTO **********/
span.cursive
{
	font-style: italic;
}