@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:"Decker";
	src:url("../fuentes/Decker/Decker.eot?") 
	format("eot"),url("../fuentes/Decker/Decker.woff") 
	format("woff"),url("../fuentes/Decker/Decker.ttf") 
	format("truetype"),url("../fuentes/Decker/Decker.svg#") 
	format("svg");
	font-weight:normal;
	font-style:normal;
	}
@font-face {
	font-family:"Muli";
	src:url("../fuentes/Muli/Muli-Regular.eot?") format("eot"),
	url("../fuentes/Muli/Muli-Regular.woff") format("woff"),
	url("../fuentes/Muli/Muli-Regular.ttf") format("truetype"),
	url("../fuentes/Muli/Muli-Regular.svg#Muli") format("svg");
	font-weight:normal;
	font-style:normal;
	}
@font-face {
	font-family:"BebasNeue";
	src:url("../fuentes/BebasNeue/bebasneue-webfont.eot?") format("eot"),
	url("../fuentes/BebasNeue/bebasneue-webfont.woff") format("woff"),
	url("../fuentes/BebasNeue/bebasneue-webfont.ttf") format("truetype"),
	url("../fuentes/BebasNeue/bebasneue-webfont.svg#BebasNeue") format("svg");
	font-weight:normal;
	font-style:normal;
	}
 @font-face {
	 font-family:"Coolvetica";
	 src:url("../fuentes/Coolvetica/COOLVETI.eot?") format("eot"),
	 url("../fuentes/Coolvetica/COOLVETI.woff") format("woff"),
	 url("../fuentes/Coolvetica/COOLVETI.ttf") format("truetype"),
	 url("../fuentes/Coolvetica/COOLVETI.svg#Coolvetica") format("svg");
	 font-weight:normal;
	 font-style:normal;
	 }
@font-face {
	font-family:"Josefin Slab";
	src:url("../fuentes/Josefin_Slab/JosefinSlab-Regular.eot?") format("eot"),
	url("../fuentes/Josefin_Slab/JosefinSlab-Regular.woff") format("woff"),
	url("../fuentes/Josefin_Slab/JosefinSlab-Regular.ttf") format("truetype"),
	url("../fuentes/Josefin_Slab/JosefinSlab-Regular.svg#JosefinSlab") format("svg");
	font-weight:normal;
	font-style:normal;
	}
#contenedor{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
	min-width:960px;
	}
#head{
	width:100%;
	float:left;
	position:relative;
	background:url(../img/head.png) no-repeat center top;
	height:164px;
	z-index:100;
	}
#head-960{
	width:960px;
	margin:auto;
	position:relative;
	}
#logo{
	float:left;
	position:relative;
	background:url(../img/logo.jpg);
	width:251px;
	height:144px;
	}
	
#bt_volver{
	float:left;
	padding:5px;
	background-color:#3A7FC2;
	color:#fff;
	margin-left:15px;
	font-family:"Coolvetica";
	font-size:25px;
}

#head-tex{
	float:right;
	position:relative;
	font-family:"Decker";
	margin-top:5px;
	}
#head-tex h1{
	font-size:20px;
	float:left;
	position:relative;
	}
#head-tex p{
	font-size:18px;
	margin-right:124px;
	margin-top:3px;
	float:left;
	position:relative;
	padding-left:10px;
	}
#menu{
	float:left;
	position:relative;
	width:706px;
	margin-top:50px;
	margin-left:2px;
	}
#menu ul li a{
	color:#fcf8dc;
	text-decoration:none;
	float:left;
	position:relative;
	margin-left:4px;
	font-family:"Muli";
	font-size:15px;
	}
#menu ul li a:hover{
	color:#0081d6;
	}
#menu .selec{
	color:#0081d6;
	}
#banner{
	width:100%;
	float:left;
	position:relative;
	background:url(../img/bg.jpg) no-repeat center top;
	height:580px;
	margin-top:-47px;
	}
#banner-960{
	width:960px;
	margin:auto;
	position:relative;
	}
#banner-960 h1{
	text-align:right;
	font-family:"Coolvetica";
	font-size:40px;
	margin-top:85px;
	margin-right:15px;
	font-weight:normal;
	}
#marcas{
	width:100%;
	float:left;
	position:relative;
	background:url(../img/gris.jpg);
	height:237px;
	}
#marcas-960{
	width:960px;
	margin:auto;
	position:relative;
	}
#idioma {
	position: absolute;
	right: 491px;
	float: right;
	}	
.esp { 
  	background-color: #407DBE;
	padding: 9px;
	position: absolute;
	left: 386px;
	font-family: "Decker";
	font-size:19px;
	color:#fff;
	text-decoration:none;
	top:-6px;
	}
.esp:hover {
	background-color:#000;
	}		
.ing {
	background-color: #407DBE;
	padding: 9px;
	position: absolute;
	left: 386px;
	font-family: "Decker";
	font-size:19px;
	color:#fff;
	text-decoration:none;
	top:-6px;
	} 
.ing:hover {
	background-color:#000;
	}	
.logos{
	margin-top:50px;
	float:left;
	position:relative;
	}
.logos ul li{
	width:191px;
	height:146px;
	float:left;
	position:relative;
	margin-right:10px;
	}
.logos ul li a{
	width:191px;
	height:146px;
	float:left;
	position:relative;
	}
#contenido{
	width:100%;
	background:url(../img/sky.jpg) no-repeat center top;
	float:left;
	position:relative;
	padding-top:30px;
	}
#contenido-960{
	width:960px;
	margin:auto;
	position:relative;
	}
#menu-lateral{
	float:left;
	position:relative;
	background:#fff;
	width:280px;
	padding-bottom:46px;
	}
#menu-lateral ul li a{
	font-family:"Decker";
	font-size:20px;
	color:#fff;
	text-decoration:none;
	background:#0081d6;
	float:left;
	position:relative;
	padding:5px 10px;
	width:260px;
	margin-top:10px;
	}
#menu-lateral ul li a:hover{
	background:#9b9999;
	}
#menu-lateral .selec{
	background:#9b9999;
	}
#texto-home{
	float:left;
	position:relative;
	text-align:center;
	width:100%;
	margin-top:15px;
	}
#texto-home p{
	margin-top:20px;
	font-family:"Decker";
	font-size:21px;
	margin-bottom:30px;
	}
#home-col1{
	float:left;
	position:relative;
	width:301px;
	margin-left:15px;
	}
.sec-home-1{
	background:#fefcf1;
	float:left;
	position:relative;
	width:279px;
	margin-left:1px;
	padding:10px;
	}
.sec-home-1 h1{
	color:#0081d6;
	font-size:22px;
	font-family:"Decker";
	text-decoration:underline;
	margin-top:10px;
	font-weight:normal;
	}
.sec-home-1 p{
	font-size:16px;
	font-family:"Decker";
	margin-top:10px;
	text-align:justify;
	}
.cuaderno{
	background:url(../img/cuaderno1.png);
	width:301px;
	height:36px;
	float:left;
	position:relative;
	}
.ver-h{
	background:url(../img/ver.png) no-repeat;
	width:107px;
	height:59px;
	position:absolute;
	top:15px;
	right:-20px;
	}
.ver-h:hover{
	background:url(../img/ver-h.png) no-repeat;
	}
#home-col2{
	float:left;
	position:relative;
	width:301px;
	margin-left:30px;
	}
.num-h{
	float:left;
	position:relative;
	color:#0081d6;
	font-size:70px;
	font-family:"Josefin Slab";
	margin-top:20px;
	border-bottom:solid 5px #0081d6;
	margin-left:10px;
	width:35px;
	text-align:center;
	}
.img-h{
	float:left;
	position:relative;
	margin-left:10px;
	}
.tex-h{
	float:left;
	position:relative;
	}
.tex-h a{
	float:right;
	position:relative;
	color:#0081d6;
	margin-top:10px;
	}
.tex-h a:hover{
	color:#000;
	}
.img-h a{
	float:right;
	position:relative;
	color:#0081d6;
	margin-top:10px;}	
.img-h a:hover {
	color:#000;}		
.division{
	border-top:dashed 2px #000;
	height:1px;
	float:left;
	position:relative;
	width:270px;
	margin-left:5px;
	margin-top:15px;
	margin-bottom:10px;
	}
#videos{
	width:100%;
	float:left;
	height:320px;
	position:relative;
	background:url(../img/videos.png) no-repeat center;
	}
#videos-960{
	width:960px;
	margin:auto;
	position:relative;
	}
.video{
	float:left;
	position:relative;
	margin-left:10px;
	margin-top:45px;
	}
#videos-960 h1{
	color:#fff;
	font-family:"Coolvetica";
	font-size:30px;
	font-weight:normal;
	float:right;
	position:relative;
	margin-right:15px;
	margin-top:70px;
	line-height:50px;
	}
#footer{
	float:left;
	position:relative;
	width:100%;
	background:#222222;
	min-width:960px;
	}
#footer-960{
	width:960px;
	margin:auto;
	position:relative;
	}
#texto-footer{
	float:left;
	position:relative;
	margin-left:25px;
	}
#texto-footer h1{
	color:#0081d6;
	font-size:37px;
	font-family:"Josefin Slab";
	}
#texto-footer p{
	font-family:"Josefin Slab";
	font-size:16px;
	color:#fff;
	line-height:20px;
	margin-top:5px;
	}
#innpulsa{
	float:left;
	position:relative;
	margin-left:115px;
	margin-top:30px;
	}
#redes{
	float:right;
	position:relative;
	}
#fb{
	float:left;
	position:relative;
	height:70px;
	margin-top:-12px;
	width:70px;
	background:url(../img/redes.png) 0px 0px;
	}
#fb:hover{
	background:url(../img/redes-h.png) 0px 0px;
	}
#tw{
	float:left;
	position:relative;
	height:70px;
	margin-top:-12px;
	margin-left:5px;
	width:70px;
	background:url(../img/redes.png) -75px 0px;
	}
#tw:hover{
	background:url(../img/redes-h.png) -75px 0px;
	}
#yt{
	float:left;
	position:relative;
	height:70px;
	width:70px;
	margin-top:-12px;
	margin-left:5px;
	background:url(../img/redes.png) -149px 0px;
	}
#yt:hover{
	background:url(../img/redes-h.png) -149px 0px;
	}
#in{
	float:left;
	position:relative;
	height:70px;
	width:70px;
	margin-top:-12px;
	margin-left:5px;
	background:url(../img/redes.png) -220px 0px;
	}
#in:hover{
	background:url(../img/redes-h.png) -220px 0px;
	}
#web{
	float:right;
	position:relative;
	background:url(../img/web.png) no-repeat right;
	padding-right:145px;
	font-family:"Josefin Slab";
	font-size:14px;
	text-decoration:none;
	color:#fff;
	margin-top:50px;
	}
#btns-info{
	float:left;
	position:relative;
	margin-top:30px;
	}
.btn-info{
	background:url(../img/btn.png) no-repeat;
	color:#fff;
	text-decoration:none;
	width:242px;
	height:42px;
	float:left;
	position:relative;
	margin-left:15px;
	font-family:"Decker";
	font-size:14px;
	margin-bottom:10px;
	}
.btn-info-tex{
	position:relative;
	margin-top:5px;
	margin-left:10px;
	float:left;
	}
.pdf{
	width:37px;
	height:42px;
	background:url(../img/pdf.png);
	position:absolute;
	top:0px;
	right:3px;
	}
.yt{
	width:38px;
	height:36px;
	background:url(../img/yt.png);
	position:absolute;
	top:2px;
	right:3px;
	}
.cuaderno2{
	background:url(../img/cuaderno2.png);
	width:619px;
	height:31px;
	float:left;
	position:relative;
	margin-left:10px;
	}
.sec-info{
	background:#fefcf1;
	float:left;
	position:relative;
	width:599px;
	margin-left:11px;
	padding:10px;
	font-family:"Decker";
	font-size:14px;
	}
.sec-info h1{
	color:#0081d6;
	font-size:14px;
	font-family:"Decker";
	margin-top:10px;
	text-align:center;
	}
.sec-info table{
	margin-top:30px;
	}
.sec-info p{
	margin-top:30px;
	width:585px;
	line-height:19px;
	text-align:justify;
	}
.t-nombre{
	width:220px;
	padding:5px 5px;
	border:2px #0081D6 dotted;
	}
.t-texto{
	width:355px;
	padding:5px 5px;
	border:2px #0081D6 dotted;
	}
.t-img{
	float:right;
	position:relative;
	margin-top:-160px;
	}
.t-nombre a{
	color:#000;
	text-decoration:none;
	background-color:#9B9999;
}

#link_cert ul li a{
	font-family: "Decker";
	font-size: 16px;
	color: #000;
	text-decoration: none;
	float: left;
	position: relative;
	padding: 5px 10px;
	width: 312px;
	margin-top: 2px
		}

#link_cert ul li a:hover{
	background-color:#0081D6;
	color:#fff;
}

.t-nombre a:hover{
	background-color:#3F7BB7;
	padding:5px;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	}
.white_content {
	display: none;
	position:fixed;
	top: 100px;
	width: 100%;
	z-index:1002;
	}
.box{
	width:960px;
	margin:auto;
	position:relative;
	overflow:hidden;
	}
.cuaderno3{
	background:url(../img/cuaderno3.png);
	width:885px;
	height:41px;
	float:left;
	position:relative;
	margin-left:10px;
	}
.sec-pub{
	background:#fefcf1;
	float:left;
	position:relative;
	width:882px;
	margin-left:13px;
	font-family:"Decker";
	font-size:14px;
	padding-bottom:20px;
	}
.sec-pub h1{
	color:#0081d6;
	font-size:18px;
	font-family:"Decker";
	margin-top:10px;
	text-align:center;
	margin-bottom:20px;
	}
.sec-pub h4{
	font-weight:normal;
	margin-left:40px;
	width:835px;
	font-size:18px;
	line-height:19px;
	font-family:"Decker";
	}
.sec-pub-title{
	background:url(../img/h2.png) no-repeat;
	width:904px;
	height:57px;
	float:left;
	position:relative;
	margin-top:35px;
	}
.sec-pub-title h2{
	font-size:24px;
	font-family:"BebasNeue";
	margin-top:8px;
	color:#fff;
	text-shadow: 3px 3px 5px #000;
	font-weight:normal;
	margin-left:40px;
	}
.sec-pub-foto{
	float:left;
	position:relative;
	margin-left:40px;
	margin-top:20px;
	}
.sec-pub-texto{
	float:left;
	position:relative;
	background:#ffffff;
	margin-top:10px;
	width:540px;
	margin-left:20px;
	padding:10px;
	padding-bottom:30px;
	}
.sec-pub-texto h3{
	font-family:"Decker";
	font-size:22px;
	}
.sec-pub-texto p{
	font-family:"Decker";
	font-size:18px;
	margin-top:5px;
	line-height:19px;
	}
.ver-p{
	background:url(../img/ver-p.png) no-repeat;
	width:105px;
	height:43px;
	position:absolute;
	bottom:0px;
	right:-20px;
	}
.ver-p:hover{
	background:url(../img/ver-p-h.png) no-repeat;
	}
.cont-box{ 
	width: 935px;
	text-align:left;
	float:left;
	margin-left:-20px;
	}
.volver-p{
	width:105px;
	height:42px;
	position:absolute;
	right:-20px;
	top:0px;
	background:url(../img/volver.png) no-repeat;
	}
.volver-p:hover{
	background:url(../img/volver-h.png) no-repeat;
	}

.volver-pin{
	width:105px;
	height:42px;
	position:absolute;
	right:-20px;
	top:0px;
	background:url(../img/volver_in.png) no-repeat;
	}
.volver-pin:hover{
	background:url(../img/volver-hin.png) no-repeat;
	}

#menu-fotos{
	float:left;
	background:#ffffff;
	position:relative;
	width:220px;
	padding-bottom:19px;
	margin-right:60px;
	}
#menu-fotos ul li a{
	font-family:"Decker";
	font-size:16px;
	color:#000;
	float:left;
	position:relative;
	margin-top:4px;
	width:100%;
	padding-left:15px;
	background:url(../img/li.png) no-repeat left;
	margin-left:15px;
	}
#menu-fotos ul li a:hover{
	background:url(../img/li-h.png) no-repeat left;
	color:#0081d6;
	}
#menu-fotos .selec{
	background:url(../img/li-h.png) no-repeat left;
	color:#0081d6;
	}
.sec-fotos{
	background:#fefcf1;
	float:left;
	position:relative;
	width:599px;
	margin-left:11px;
	padding:10px;
	}
.sec-fotos h1{
	text-align:center;
	font-family:"Decker";
	font-size:18px;
	text-decoration:underline;
	width:100%;
	float:left;
	position:relative;
	margin-top:10px;
	}
#logo-marca{
	float:left;
	width:124px;
	margin-right:30px;
	}
#logo-marca img{
	max-width:100%;
	}
.fotos-sec{
	float:left;
	position:relative;
	margin-top:10px;
	width:149px;
	}
.fotos-img{
	width:106px;
	height:161px;
	float:left;
	position:relative;
	border:solid 3px #0081d6;
	margin-left:22px;
	margin-top:10px;
	text-align:center;
	background:#000;
	}
.fotos-img img{
	max-width:100%;
	max-height:100%;
	}
.ampliar-f{
	background:url(../img/ampliar.png) no-repeat;
	position:absolute;
	bottom:0px;
	right:-10px;
	width:49px;
	height:28px;
	}

.ampliar-fin{
	background:url(../img/ampliar_in.png) no-repeat;
	position:absolute;
	bottom:0px;
	right:-10px;
	width:49px;
	height:28px;
	}

.division-f{
	border-top:dashed 2px #000;
	height:1px;
	float:left;
	position:relative;
	width:565px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:10px;
	margin-top:20px;
	}
#btns-f{
	float:left;
	position:relative;
	width:265px;
	margin-top:8px;
	padding-top:10px;
	}
.btn-f{
	background:url(../img/btn.png) no-repeat;
	color:#fff;
	text-decoration:none;
	width:242px;
	height:42px;
	float:left;
	position:relative;
	margin-left:15px;
	font-family:"Decker";
	margin-bottom:5px;
	font-size:14px;
	}
.btn-f-tex{
	position:relative;
	margin-top:5px;
	margin-left:10px;
	float:left;
	}
.sec-man{
	background:#fefcf1;
	float:left;
	position:relative;
	width:882px;
	margin-left:13px;
	font-family:"Decker";
	font-size:14px;
	padding-bottom:20px;
	}
.sec-man h1{
	color:#0081d6;
	font-size:18px;
	font-family:"Decker";
	margin-top:10px;
	text-align:center;
	margin-bottom:20px;
	}
.sec-man img{
	margin-left:290px;
	margin-bottom:20px;
	}
.sec-man p{
	margin-left:40px;
	width:835px;
	font-size:18px;
	text-align:justify;
	line-height:19px;
	font-family:"Decker";
	}
.volver-m{
	width:105px;
	height:42px;
	float:right;
	position:relative;
	margin-right:-20px;
	background:url(../img/volver.png) no-repeat;
	}
.volver-m:hover{
	background:url(../img/volver-h.png) no-repeat;
	}
.video-v{
	float:left;
	position:relative;
	margin-left:75px;
	margin-top:10px;
	}
.sec-cont{
	background:#fefcf1;
	float:left;
	position:relative;
	width:882px;
	margin-left:13px;
	font-family:"Decker";
	font-size:14px;
	padding-bottom:20px;
	}
.sec-cont h2{
	font-size:20px;
	font-family:"Decker";
	margin-top:10px;
	text-align:center;
	margin-bottom:20px;
	}
.sec-cont h3{
	font-size:18px;
	font-family:"Decker";
	margin-top:10px;
	text-align:center;
	margin-bottom:20px;
	font-weight:normal;
	}
.sec-cont p{
	margin-left:20px;
	width:835px;
	font-size:18px;
	text-align:justify;
	line-height:19px;
	font-family:"Decker";
	margin-top:20px;
	}
.azul{
	color:#0081d6;
	text-decoration:none;
	}
.sec-cont h4{
	margin-left:20px;
	width:340px;
	font-size:18px;
	text-align:justify;
	line-height:19px;
	font-family:"Decker";
	margin-top:135px;
	font-weight:normal;
	float:left;
	position:relative;
	}

#formulario{
	float:left;
	position:relative;
	margin-top:10px;
	margin-left:30px;
	width:445px;
	}

.campo{
	width:445px;
	float:left;
	position:relative;
	margin-bottom:7px;
	background:#353535;
	}

.campo h1{
	float:left;
	font-family:"Decker";
	font-size:14px;
	padding-left:10px;
	position:relative;
	font-weight:normal;
	background:#353535;
	color:#FFF;
	height:22px;
	padding-top:10px;
	text-transform:uppercase;
	}

#formulario input{
	border:none;
	width:340px;
	font-family:"Decker";
	font-size:16px;
	background-color:#353535;
	color:#fff;
	margin-top:5px;
	padding-left:5px;
	margin-left:5px;
	}

.campo-t{
	width:445px;
	float:left;
	position:relative;
	background:#353535;
	}

.campo-t h1{
	float:left;
	font-family:"Decker";
	font-size:16px;
	padding-left:10px;
	position:relative;
	font-weight:normal;
	background:#353535;
	color:#FFF;
	padding-top:13px;
	text-transform:uppercase;
}

#formulario textarea{
	border:none;
	width:310px;
	max-width:355px;
	font-family:"Decker";
	font-size:16px;
	background-color:#353535;
	color:#fff;
	margin-top:10px;
	padding-left:5px;
	margin-left:5px;
	height:90px;
	max-height:90px;
}

#formulario #enviar{
	background:#0081d6;
	color:#fff;
	text-decoration:none;
	margin-top:5px;
	float:right;
	position:relative;
	font-family:"Decker";
	font-size:18px;
	text-transform:uppercase;
	width:95px;
	text-align:center;
	padding:5px 0px;
	cursor:pointer;
}

#formulario #enviar:hover{
	background:#fff;
	color:#000;
}

#formulario #borrar{
	background:#0081d6;
	color:#fff;
	text-decoration:none;
	margin-top:5px;
	float:right;
	position:relative;
	font-family:"Decker";
	font-size:18px;
	text-transform:uppercase;
	width:95px;
	text-align:center;
	padding:5px 0px;
	cursor:pointer;
	margin-right:0px;
}

#borrar:hover{
	background:#fff;
	color:#000;
}

.prev-h{
	background:url(../img/arrows2.png) no-repeat left;
	width:25px;
	height:46px;
	position:absolute;
	left:436px;
	top:187px;
	z-index:100;
}

.next-h{
	background:url(../img/arrows2.png) no-repeat right;
	width:25px;
	height:46px;
	position:absolute;
	right:456px;
	top:187px;
	z-index:100;
}

.inicio{
	background-image:url(../img/inicio.png);
	width:34px;
	height:31px;
	cursor:pointer;
	margin-top:-9px;
}

.inicio:hover{
	background-image:url(../img/inicio-h.png);
}

.logos_fotos {
	float:left;
	width:191px;
	height:146px;
}

.btn{
	background-color:#0081D6; 
	padding:12px; 
	margin-bottom:15px; 
	color:#fff; 
	font-family:"Coolvetica"; 
	position:relative; 
}

.btn:hover{
	background-color:#000;
}

#back-top {
  background-image: url(../img/whatsapp.png);
  background-repeat: no-repeat;
  width: 51px;
  height: 51px;
  position: fixed;
  right: 15px;
  z-index: 900;
  bottom: 18px;
}

#formulario_promociones{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
	width:100%;
}

.campo2 {
  width: 422px;
  float: left;
  position: relative;
  margin-bottom: 7px;
}

.campo2 h1 {
  font-family: "Decker";
  font-size: 16px;
  padding-left: 10px;
  position: relative;
  font-weight: normal;
  color: #000;
  height: 22px;
  padding-top: 10px;
  text-transform: uppercase;
}

.campo3{
	float:left;
	width: 100%;
}

.campo2 h2{
	float: left !important;
	width: 100% !important;
}

#formulario_promociones input{
	width: 384px !important;
	padding: 7px 5px !important;
	border: 1px solid #35353582 !important;
	margin-top: 0px !important;
	font-family: 15px;
}

#formulario_promociones textarea{
	width:99%;
	float: left;
	font-family: "Decker";
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #35353582 !important;
	color: #000;
	margin-top: 10px;
	padding-left: 5px;
	height: 50px;
	max-height: 90px;
}

.campo-tp {
  width: 92%;
  position: relative;
  border: 1px solid #35353582 !important;
}

.campo-tp h1 {
  float: left;
  font-family: "Decker";
  font-size: 16px;
  padding-left: 10px;
  position: relative;
  font-weight: normal;
  color: #000;
  padding-top: 13px;
  text-transform: uppercase;
}

#formulario_promociones #enviar2{
	background: #0081d6 !important;
	color: #fff !important;
	text-decoration: none;
	margin-top: 5px;
	float: right;
	position: relative;
	font-family: "Decker";
	font-size: 18px !important;
	text-transform: uppercase;
	width: 95px !important;
	text-align: center;
	padding: 5px 0px !important;
	cursor: pointer !important;
	margin-right: 15px;
}

#formulario_promociones #borrar2{
	background: #0081d6 !important;
	color: #fff !important;
	text-decoration: none;
	margin-top: 5px;
	float: right;
	position: relative;
	font-family: "Decker";
	font-size: 18px !important;
	text-transform: uppercase;
	width: 95px !important;
	text-align: center;
	padding: 5px 0px !important;
	cursor: pointer !important;
	margin-right: 77px;
}

#btn_enviar{
	width: 100%;
	float: left;
}
