/*
    Proyecto: Suscripción
    Cliente ABC Kiosko y Más
    Inicio: 29/04/2013
*/


/* Tipografía */

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: museo;
	font-weight: normal; 
	margin: 0;
	padding: 0;

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
}

p { }




/* Comunes */


body{
	border-top: 15px solid #000;
    font: 16px Arial;
    color: #222;
}

#twitter > p {
    margin: 12px 0;
    padding: 14px 0 0 31px !important;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
#legal{background-size: 820px !important;}
section .wrapper{
	background: #fff;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	        box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	height: 350px;
}
#icons {
  background: url("../img/icons.png") no-repeat scroll 0 0 transparent;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: -7px;
    width: 570px;
}

.logo{
	position: absolute;
	left: 140px; 
	top: 20px;
}

h1{
	font: 45px museo;
	padding: 24px 0 10px;
}

h1 strong{
	font: 45px museo;
	display: block;
	padding-top: 18px;
}

@font-face {
        font-family: 'museo';
        src: url('../font/museo-webfont.eot');
        src: url('../font/museo-webfont.eot?iefix') format('eot'),
             url('../font/museo-webfont.woff') format('woff'),
             url('../font/museo-webfont.ttf') format('truetype'),
             url('../font/museo-webfont.svg') format('svg');
        font-weight: normal;
        font-style: normal; 
}

.login {
    font-family: museo;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    background: #000;
    padding: 10px 0 10px 0;
    color: #000;
}
.login a {
    opacity: 1;
    background: #4187BD;
    border-radius: 3px;
    ms-border-radius: 3px;
    webkit-border-radius: 3px;
    moz-border-radius: 3px;
    o-border-radius: 3px;
    padding:  5px 10px 5px 10px;
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    margin:10px;
}
.login a:hover {
    opacity: 0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}
.login .wrapper {
    width: 1026px;
    margin: 0 auto;
    text-align: right;
    padding-right: 25px;
}
.wrapper p {
    display: inline-block;
    margin-left: 20px;
}
form {
    display: inline-block;
}
input {
    font-family: museo;
    font-weight: bold;
    border-radius: 3px;
    ms-border-radius: 3px;
    webkit-border-radius: 3px;
    moz-border-radius: 3px;
    o-border-radius: 3px;
    height: 25px;
    width: 110px;
    border: none;
    padding-left: 20px;
}


.contact-info{
	background: #fff;
	padding: 15px 0;
}

.contact-info-container{
	background: #e4e4e4;
	border-radius: 5px;
	border: 1px solid #c3c3c3;
	width: 760px;
	margin: 0 auto;
	display: block;
	padding: 20px 10px;
}

.contact-info-container article{
	display: inline-block;
	vertical-align: top;
	padding-left: 50px;
	margin-left: 12px;
	height: 45px;
}

.contact-info-container article p{
	font: 14px museo;
	color: #595959;
	margin: 0;
}

.contact-info-container article a{
	text-decoration: none;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	margin-top: 7px;
	display: block;
}

.telefono{
	width: 150px;
	background: url("../img/phone.png") no-repeat left center;
}

.telefono .phone{
    color:#222222;
    font-size: 23px
}

.email{
	background: url("../img/mail.png") no-repeat left center;
}


.twitter{
	background: url("../img/twitter.png") no-repeat left center;
}

.pie{
	padding: 35px 0;
	text-align: center;
	background: #000;
}





/* Forkit */

.forkit-curtain > img {
    width: 70%;
}

.forkit-curtain {
    background:url("../img/bg-curtain.png");
    text-align: center;
    z-index:10;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
}

.forkit {
    position: absolute;
    right: 0;
    top: 0;
    width: 225px;
    height: 150px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.forkit .tag {
    display: block;
    height: 30px;
    width: 200px;
    color: #fff;
    background: #aa0000;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.4 );

    -webkit-transform-origin: 15px 0px;
       -moz-transform-origin: 15px 0px;
        -ms-transform-origin: 15px 0px;
         -o-transform-origin: 15px 0px;
            transform-origin: 15px 0px;
}

.forkit .tag:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 196px;
    height: 26px;
    margin: 1px;
    border: 1px solid rgba( 255, 255, 255, 0.4 );
}

.forkit .string {
    display: block;
    height: 1px;
    width: 0px;
    position: absolute;

    background: rgba( 255, 255, 255, 0.7 );
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.4 );

    -webkit-transform-origin: 0px 0px;
       -moz-transform-origin: 0px 0px;
        -ms-transform-origin: 0px 0px;
         -o-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
}

.forkit-curtain  .close-button {
    background-size: 40px auto;
    cursor: pointer;
    height: 46px;
    position: absolute;
    right: 300px;
    top: 20px;
    width: 47px;
    z-index: 10;
}

.forkit-curtain.show{
    top: 0 !important;
}

.close-button > img {
    display: block;
    width: 40px;
}

a.forkit {
    z-index: 10;
    position:absolute;
    top:0;
    right:0;
}

a.forkit-ie {
    z-index: 10;
    position:absolute;
    top:0;
    right:0;
    display: none;
}


/* Fuentes */


@font-face {
	    font-family: 'museo';
	    src: url('../font/museo-webfont.eot');
	    src: url('../font/museo-webfont.eot?iefix') format('eot'),
	         url('../font/museo-webfont.woff') format('woff'),
	         url('../font/museo-webfont.ttf') format('truetype'),
	         url('../font/museo-webfont.svg') format('svg');
	    font-weight: normal;
	    font-style: normal; 
}

@font-face {
    font-family: 'allerregular';
    src: url('../font/aller_rg-webfont.eot');
    src: url('../font/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/aller_rg-webfont.woff') format('woff'),
         url('../font/aller_rg-webfont.ttf') format('truetype'),
         url('../font/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body.tecnologia {
	background: url("../img/tecnologiaBodyBg.jpg") repeat;
}
.tecnologia section .wrapper {
	background: url("../img/bg-body.jpg") repeat;
	width: 820px;
	box-shadow: none;
	height: auto;
	padding: 0px;
}
.tecnologia .info-promo {
	display: inline-block;
	width: 440px;
	vertical-align: top;
}
.tecnologia .info-promo h1 {
    width: 380px;
	color: #000;
	font-size: 34px;
	text-shadow:none;
	
    margin: 10px 0 0 25px;
	border: none;}
.tecnologia .info-promo h2 {
	color: #000;
	font-size: 47px;
	text-shadow:none;
	margin: 5px 0 0 25px;
	border-top: solid 1px #4187bd;
	padding-top:10px;	
}
.tecnologia .info-promo h3 {
	font-family: allerregular;
	color: #4187bd;
	font-weight: bold;
	text-shadow:none;
	margin: 40px 0 0 50px;
}
.tecnologia h1 span{
	font: 32px museo;
	color:#4187bd;
}
.tecnologia .info-promo h2 span strong{
	font: 50px museo;
	color:#4187bd;
	padding-bottom: 15px;
}
.tecnologia aside.promo {
	display: inline-block;
	vertical-align: top;
}
.tecnologia section article .logo {
	position: absolute;
	left: -147px;
	top: 40px;
}
.tecnonogia section article {
	float: left;
	color: #000;
}
.tecnologia section article ul {
	margin: 10px 0 0 10px;
}
.tecnologia section article li {
	font-size: 15px;
	font-family: allerregular;
	color: #595959;
	margin-bottom: 10px;
}
.tecnologia aside.tecno-sus {
    width: 97%;
    margin: 0 auto;
}

.tecnologia aside.tecno-sus a{
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.tecnologia .contact-info {
	background: none;
}

.tecnologia .pie {
	padding: 0px;
	background: url("../img/tecno-footer-bg.jpg") repeat-x;
	height: 131px;
    padding: 0;
    width:100%;
}
.tecnologia footer .wrapper {
	 background: url("../img/tecno-footer-bg-2.png") no-repeat scroll center bottom transparent;
    margin: 0 auto;
    padding: 0;
    width: 820px;
}
.ftr-bg-2 {
	background: #2b2a2a;
	margin: 0 auto;
    padding: 20px 0 10px 0;
    width: 820px;
}

#lb-caracteristicas{
	background: url("../img/bg-lb-caracteristicas.png") no-repeat;
	height: 535px;
	width: 409px;

}

#lb-caracteristicas ul{
	color: #595959;
	text-align: left;
	font: 15px allerregular;
	margin: 0;
	padding: 90px 0 0 0;
	width: 380px;
	display: block;
	margin: 0 auto;
}



.tx-legal{
	font: 11px Arial;
	color: #000;
	width: 95%;
	margin: 15px auto;
	padding-bottom: 20px;
}

.bases-legales{
	text-align: right;
}

.bases-legales a{
	text-decoration: none;
	color: #504f4f;
	font-size: 12px;
	font-family: allerregular;
	margin-right: 34px;
}

.caracteristicas{
	text-align: right;
}

.form-envio{
	text-align: center;
}
.form-envio input{
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	background: #fff;
	padding: 10px 8px;
	font: 12px allerregular;
	color: #7c7a7b;
	margin: 8px 0;
	width: 45%;
	display: inline-block;
	vertical-align: top;
}

.form-envio input.little{
	width: 76px;
}

.form-tittle{
	color: #2a2929;
	font: 25px museo;
	text-align: center;
}

.form-tittle span{
	color: #ba1111 !important;
	font: 25px museo !important;
}

.hora-entrega{
	padding-left: 20px;
	text-align: left;
	display: inline-block;
	width: 248px;
	vertical-align: top;
	border-right: 1px solid #d1d1d1;
	padding-right: 14px;
    margin-top: 15px;
}

.hora-entrega h2{
	color: #7c7a7b;
	font: 15px museo;
	text-align: left;
}

.hora-entrega input{
	width: 30px;
	height: 30px;
}

.hora-entrega p{
	display: inline-block;
	vertical-align: top;
	color: #7c7a7b;
	font: 13px/36px museo;
	margin: 5px 0;
	width: 210px;
}

.enviar {
	display: inline-block;
	width: 528px;
	vertical-align: top;
	text-align: center;
	padding-top: 17px;
	margin-top: 15px;
}




/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.tecnologia .pie {
	padding: 0px;
	background: url("../img/tecno-footer-bg.jpg") repeat-x;


}
html.js body.tecnologia section div.wrapper aside.contact-info p.tx-legal {margin-left:10px auto; margin-top:50px;}

.contact-info {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 27px 0;
}

.contact-info-container {
    background: none repeat scroll 0 0 #E4E4E4;
    border: 1px solid #C3C3C3;
    border-radius: 5px 5px 5px 5px;
    display: block;
    margin: 20px auto;
    padding:  10px;
    width: 760px;
}
}

