/*Generales*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}




body{
	color: #000;
	font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6,
nav{
	font-family: 'Oswald', sans-serif;
}
a{
	text-decoration: none;
}
p{
	padding:10px 0 ;
	color:#fff;
}
label{
	color:#fff;
}

.cabezaMovil{
	display:none;
}

.backwards { 
     display: inline-block;
    -moz-transform: scale(-1, 1); 
    -webkit-transform: scale(-1, 1);  
    transform: scale(-1, 1); 
}
.latin, .latinSerio{
	font-family: 'Jacques Francois', serif;
	font-weight: normal;
	color:#FFF;
}

.latinIndex{
	font-family: 'Jacques Francois', serif;
	font-weight: normal;
	color:#FFF;
	float:left;
	margin-left:256px;
	margin-top:-25px;
}

.latinIndex2{
	font-family: 'Jacques Francois', serif;
	font-weight: normal;
	color:#FFF;
	float:left;
	margin-left:236px;
	margin-top:-25px;
}

span.latinMini {
    display: block;
    font-size: 16px !important;
    margin-bottom: -29px;
}

.clear{
	width: 100%;
	height: 1px;
	display: block;
	opacity: 0;
	clear: both;
}

header iframe{
display:block;
float:right;
margin-top:10px;
width: 120px;
margin-right: 20px;
}

.shareFaceBT{
display:block;
float:right;
margin-right:15px;
margin-top:8px;

}


.main{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
	font-family: 'Coda', cursive;
	/*background: rgba(0,0,0,0.6);*/
	position:relative;
}

.mainIndex{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
	font-family: 'Coda', cursive;
	/*background: rgba(0,0,0,0.6);*/
	position:relative;
}

/*#mainPapa{
	width: 100%;
	height: 100%;
	background:rgba(255,0,0,0.1);
}*/


.current{
	background:url(../imgs/bgCurrentNav.png) no-repeat right center;
	padding-right: 10px;
}
.currentFoot{
	background:url(../imgs/bgInput.png) no-repeat right center;
	padding-right: 10px;
	color: rgb(237,28,26);
}
.red{
	color: #ed1c24;
}

.main .alert span.red {
    display: block;
    margin-bottom: -30px;
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.alert h1.tituloproncipal {
    margin-top: 40px;
}

img.yourImg{
	margin-left: 6px;
    margin-bottom: 1px;
}

.redFirma{
	color: #ed1c24;
}

.buton{
	background: #ed1c24 url(../imgs/btnStain.png)no-repeat;
	color: #000;
	border:none;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	display: block;
	text-align: center;
	padding:0;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.butonPar{
	background: #ed1c24 url(../imgs/btnStain.png)no-repeat;
	color: #000;
	border:none;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	display: block;
	text-align: center;
	padding:0;
	
}
.butongrande{
	background: #ed1c24 url(../imgs/btnStain.png)no-repeat;
	color: #000;
	border:none;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	display: block;
	text-align: center;
	padding:0;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.buton:hover, .butongrande:hover{
	
}
.flipInY{
	animation-delay: 1s;
	-o-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.flipInX{
	animation-delay: 1s;
	-o-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.bounceIn{
	animation-duration: 2s;
	-o-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-webkit-animation-duration: 2s;
}

/*Estilos NAv*/

header{
	display: block;
	width: 100%;
	height: 22px;
}


header a img.logoIndex{
	padding-top:52px;
	margin-bottom:25px;
}

nav{
	width: 300px;
	margin:0 auto;
}
nav ul{
	padding-top: 10px;
	width: 250px;
	margin: 0 auto;
	margin-left: 65px;
}
nav li{
	 float: left;
	 text-align: left;
	 width: 25%;
}
nav a{
	color: #ed1c24;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
nav a:hover{
	color: #b81c24;
	-moz-transform: scale(-1, 1); 
    -webkit-transform: scale(-1, 1);  
    transform: scale(-1, 1); 
}
nav li .FB{
	background: url(../imgs/icnFB.png) no-repeat center left;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	text-indent: -9999999px;
}
nav li .FB:hover{
	background-position: center right;
	-moz-transform: scale(1, 1); 
    -webkit-transform: scale(1, 1);  
    transform: scale(1, 1); 
}


nav li .twt{
	background: url(../imgs/icnTWT.png) no-repeat center left;
	display: block;
	width: 25px;
	height: 20px;
	margin: 0 auto;
	text-indent: -9999999px;
}
nav li .twt:hover{
	background-position: center right;
	-moz-transform: scale(1, 1); 
    -webkit-transform: scale(1, 1);  
    transform: scale(1, 1); 
}

/*LAYOUT INDEX*/
aside{
	width: 100px;
}
aside.publiL{
	float: left;
	width:100px;
	min-height: 1px;
	display: block;
}
aside.publiR{
	float: right;
	width:100px;
	min-height: 1px;
	display: block;
}
#mainCol{
	float: left;
	padding:10px;
	width: 740px;
}
#loginForm{
	display: block;
    width: 500px;
    margin: 0 auto;
    color: #fff;
    margin-top: 20px;
}

#directAccess{
	clear: both;
    width: 290px;
    margin: 0 auto;
    margin-top: 30px;
}

.directAccessInt{
	width: 290px;
	position: absolute;
	right: -40px;
	top: 340px;
}

.directAccessInt2{
	width: 290px;
	position: absolute;
	right: -50px;
	top: 300px;
}

.directAccessInt a.redeemHome, .directAccessCont a.redeemHome, .directAccessInt2 a.redeemHome{
	display:block;
	margin-left:80px;
	width:132px;
	height:128px;
	background:url(../imgs/redeemSoulImg.png) no-repeat top;
	text-indent:-99999px;
}

.directAccessInt a:hover.redeemHome, .directAccessCont a:hover.redeemHome, .directAccessInt2 a:hover.redeemHome{
	background:url(../imgs/redeemSoulImg.png) no-repeat bottom;
}

.directAccessCont{
	width: 290px;
	position: absolute;
	right: -30px;
	top: 420px;
}

/* Estilos Index*/

span.peque{
	font-size:14px;
	color:#CCC;
}

h1{
	width: 550px;
	margin: 20px auto;
	color: #fff;
	font-size: 33px;
	line-height: 20px;
	text-align: center;
}

h1.tituloproncipal{
    margin-top: 50px;
    line-height: 33px;
}

h1#mppf {
    margin-top: 50px;
}

.stepsMainDos h1.tituloproncipal{
    margin-top: 15px;
    line-height: 40px;
}

.stepsMainDos p.betterRes{
    font-size:16px;  
    color:#ffff; 
    line-height:18px; 
    margin-top:0px;
    padding: 0px;
}

.precio666{
    color: #ed1c24;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}


h1 img{
	margin-top:-10px; 
}
h1 span{
	font-size: 18px;
}

h4{
	margin-top:10px;
}


#fbLogin {
margin-top: 10px;
}

#loginForm input,
#loginForm textarea{
	width:504px;
	border:solid 1px #ed1c24;
	background: url(../imgs/bgInput.png)no-repeat left 3px;
	color: #ed1c24;
	padding: 5px 10px;
	font-family: 'Jacques Francois', serif;
	margin-bottom: 10px;
}
button.Sell {
    width: 280px;
    height: 42px;
    background-position: -29px -9px;
    color: #FFF;
    font-size: 20px;
    margin: 0 auto;
}

img.diablitox{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 0px;
}

img.focogis{
	display: block;
	width: 200px;
	margin: 0 auto;
}

#bakero button.Sell{
	width: 190px;
    height: 50px;
    background-position: -25px -10px;
    margin: 0 auto;
    margin-top: 20px;
    float: left;
    margin-bottom: 150px;
}

button#submit img {
    display: block;
    float: left;
    margin-left: 14px;
    margin-right: 10px;

}

button#submit:hover {
    color: rgba(255,255,255,0.5);
}

button#submit span {
    display: block;
    margin-top: 3px;
}

#loginfb span.red {
display: block;
margin-top: 5px;
}

.prTi {
    clear: both;
}

.prTi span.red {
    text-align: center;
    display: block;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
}


#soulCounter{
	font-size: 12px;
	width: 186px;
	height: 183px;
	margin: 0 auto;
	background: url(../imgs/bgSoulCounter.png) no-repeat;
	position: relative;
}
#soulCounter p{
	position: absolute;
    display: block;
    width: 179px;
    font-family: 'Oswald', sans-serif;
    top: 62px;
    left: 2px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

#soulCounter p .number{
	font-family: 'Coda', cursive;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 13px;
    display: block;
}
.soulBack{
	width: 124px;
	height: 120px;
	display: block;
	position: relative;
	margin: 20px auto;
	font-size: 14px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.soulBack a{

}
.soulBack img{
	position: absolute;
	top: 0px;
	left: 0px;
}
.soulBack .sb_hover{
	transform:scale(0,0);
	-ms-transform:scale(0,0); /* IE 9 */
	-webkit-transform:scale(0,0); /* Safari and Chrome */
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.sb_link{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.soulBack:hover .sb_hover{
	transform:scale(1,1);
-ms-transform:scale(1,1); /* IE 9 */
-webkit-transform:scale(1,1); /* Safari and Chrome */
}
.soulBack:hover .sb_link{
	transform:scale(0,0);
-ms-transform:scale(0,0); /* IE 9 */
-webkit-transform:scale(0,0); /* Safari and Chrome */
}

/*ALERTS style*/

.content .alert{
	width: 60%;
	color: #fff;
}
.content .alert h2{
	width: 700px;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	margin-left: 70px;
}

.content h3, #content h3 {
    text-align: center;
    color: #fff;
}

#content h3 span.peque {
    font-style: italic;
    font-size: 16px;
    color: #ffff;
}

.content .alert h2 span.red{
	font-size: 60px;
}
.content .alert h2 img{
	margin-top:-15px; 
}
.content .alert h2 span{
	font-size: 38px;
}

.goBack{
	width: 124px;
	height: 120px;
	display: block;
	position: relative;
	margin: 20px auto;
	font-size: 20px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.goBack .buton{
	width: 81px;
	height: 46px;
	line-height: 46px;
	background-position: -10px -40px;
	font-size: 20px;
}

.goBack .butongrande{
	width: 381px;
	height: 46px;
	line-height: 46px;
	background-position: -10px -40px;
	font-size: 20px;
	margin-left: -125px;
}

/*Alerts style*/

.alert{
	margin: 0 auto;
}
.alert h2{
	width: 700px;
	margin: 100px auto;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
}
.alert h2 span.red{
	font-size: 60px;
}
.alert h2 img{
	margin-top:-15px; 
}


.alert h2 img.soulMin{
	margin-top:-10px; 
}



.alert h2 span{
	font-size: 36px;
}

/*stepsMain style*/

.stepsMain{
	width: 600px;
	margin-left: 20px;
	color: #fff;
}

.stepsMainDos{
	width: 50%;
	margin: 0 auto;
}

.stepsMain h2{
	width: auto;
	margin: 100px auto 30px auto;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
}

.stepsMainDos h2{
	width: auto;
	margin: 100px auto 30px auto;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
}

.stepsMain h2 div,
.stepsMain h2 div span.red{
	font-size: 40px;
	line-height: 50px;
}
.stepsMain h2 span.red{
	font-size: 60px;
}
.stepsMain h2 img{
	margin-top:-10px; 
}
.stepsMain h2 img.up{
	margin-top:-13px; 
}
.stepsMain h2 span{
	font-size: 31px;
}




.stepsMainDos h2 div,
.stepsMainDos h2 div span.red{
	font-size: 40px;
	line-height: 50px;
}
.stepsMainDos h2 span.red{
	font-size: 60px;
}
.stepsMainDos h2 img{
	margin-top:-10px; 
}
.stepsMainDos h2 img.up{
	margin-top:-13px; 
}
.stepsMainDos h2 span{
	font-size: 31px;
}


#deedSelect{
	margin: 50px 0px;
}

#paypalC{
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Coda', cursive;
	font-size: 17px;
	position:relative;
}

#print, #printC{
	float: left;
	width: 50%;
	text-align: center;
	font-family: 'Coda', cursive;
	font-size: 17px;
	position:relative;
}

#paypal{
	text-align: center;
	font-family: 'Coda', cursive;
	font-size: 17px;
	position: relative;
}

#paypal a.payPalBt,
#print a.payPalBt,
#paypalC a.payPalBt,
#printC a.payPalBt{
	display:block;
	width:107px;
	height:26px;
	background:url(../imgs/Paypal.png) no-repeat;
	text-indent:-99999px;
	margin-left:95px;
	margin-top:15px;
}

.clik{
	position: absolute;
	right: -50px;
	bottom: 531px;
}

.clik3{
	position: absolute;
	right: -50px;
	bottom: 470px;
}

.clik2{
	position: absolute;
    left: 90px;
    top: 127px;
}

.clik2B{
	position: absolute;
    left: 90px;
    top: 127px;
}

#paypal .buton{
	width:120px;
	height: 46px;
	line-height: 46px;
	margin:0 auto;
	background-position: 80px 10px;
	font-size: 24px;
}
#print .buton{
	width:150px;
	height: 46px;
	line-height: 46px;
	margin:0 auto;
	background-position: 100px -10px;
	font-size: 24px;
}

#paypalC .buton{
	width:130px;
	height: 46px;
	line-height: 46px;
	margin:0 auto;
	background-position: 10px 10px;
	font-size: 24px;
}
#printC .buton{
	width:150px;
	height: 46px;
	line-height: 46px;
	margin:0 auto;
	background-position: 120px -10px;
	font-size: 24px;
}






#paypal .butonPar{
	width:120px;
	height: 46px;
	line-height: 46px;
	margin:0 auto;
	background-position: 80px 10px;
	font-size: 24px;
	margin-bottom: 20px;
}
#print .butonPar{
	width:150px;
	height: 46px;
	line-height: 46px;
	margin:0 auto;
	background-position: 100px -10px;
	font-size: 24px;
	margin-bottom: 20px;
}

#paypalC .butonPar{
	width:130px;
	height: 46px;
	line-height: 46px;
	margin:0 auto;
	background-position: 10px 10px;
	font-size: 24px;
	margin-bottom: 20px;
}
#printC .butonPar{
	width:150px;
	height: 46px;
	line-height: 46px;
	margin:0 auto;
	background-position: 120px -10px;
	font-size: 24px;
	margin-bottom: 20px;
}


.plegales{
	color:#998e05;
	font-size:12px;
	width:250px;
	text-align:center;
	margin:0 auto;
}

p.plegales a {
    color: #998e05;
    text-decoration: underline;
}

p.plegales a:hover {
    color: #dfcf08;
}

.btnNormal {
    background: #f90606;
    color: #fff;
    width: 150px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 33px;
    margin: 0 auto;
    margin-top: 100px;
    font-family: 'Oswald', sans-serif;
}

#loginfb{
	margin-top:10px;
	margin-bottom:10px;
}

#soulBackForm{
	padding:10px;
}


#loginfb{
	margin-top:10px;
	margin-bottom:10px;
}

#soulBackForm input,
#soulBackForm textarea{
	width: 100%;
	border:solid 1px #ed1c24;
	background: url(../imgs/bgInput.png)no-repeat left 3px;
	color: #ed1c24;
	padding: 5px 10px;
	font-family: 'Jacques Francois', serif;
}
button.Claim{
	width:110px;
	height: 46px;
	background-position: 60px 10px;
	float: right;
	margin-right: -21px;
	font-size: 22px;
}

/*TERMS AND CONDITIONS*/
.stepsMain h3{
	width: 720px;
	color: #fff;
	margin:50px 0 10px 0px;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
}

.stepsMain h5{
	width: 720px;
	color: #f00;
	margin-top:10px;
	margin-bottom:0px;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
}
.stepsMain h3 div,
.stepsMain h3 div span.red{
	font-size: 40px;
}
.stepsMain h3 span.red{
	font-size: 60px;
}
.stepsMain h3 img{
	margin-top:-10px; 
}
.stepsMain h3 span{
	font-size: 31px;
}
.stepsMain h3 span.latin{
	font-size: 17px;
}


.alert span.latin {
    display: block;
    margin-top: 50px;
    text-align: center;
}


.stepsMainDos h3{
	width: 720px;
	color: #fff;
	margin:50px 0 10px 0px;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
}

.stepsMainDos h5{
	width: 720px;
	color: #f00;
	margin-top:10px;
	margin-bottom:0px;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
}
.stepsMainDos h3 div,
.stepsMainDos h3 div span.red{
	font-size: 40px;
}
.stepsMainDos h3 span.red{
	font-size: 60px;
}
.stepsMainDos h3 img{
	margin-top:-10px; 
}
.stepsMainDos h3 span{
	font-size: 31px;
}
.stepsMainDos h3 span.latin{
	font-size: 17px;
}


.latinSerio{
	font-size:14px;
	color: #EA272D;
	margin-top:-35px;
}
.bloodyClear{
	width: 100%;
	height: 10px;
	display: block;
	background: url(../imgs/underlineDiv.png) no-repeat left center;
	margin-left: -20px;
}
.importantStuff{
	margin: 20px auto;
	font-size: 17px;
}
.importantStuff li{
	list-style: url(../imgs/bullet.png);
	margin-left: 20px;
	margin-bottom: 20px;
	width: 620px;
}

.miniSeal{
	display: block;
	margin:10px auto;
	padding-left:200px; 
}

h2.titulos{
	color:#fff;
	font-size:40px;
	text-align:center;
	margin-bottom: 30px;
}

.content h2.titulos{
	color:#fff;
	font-size:40px;
	text-align:center;
	margin-bottom: 30px;
}

h2.titulos img{
	margin-top:-10px;
}

.stepsMain h2 span.latinContact{
	font-family: 'Jacques Francois', serif;
	font-weight: normal;
	font-size: 16px;
	margin-top:20px;
}

.stepsMainDos h2 span.latinContact{
	font-family: 'Jacques Francois', serif;
	font-weight: normal;
	font-size: 16px;
	margin-top:20px;
}
span.latinContact a{
	color: #fff;
	font-size: 14px;
}
span.latinContact a:hover{
	color: rgba(237,28,26,1);
}



.stepsMain h3.red{
	color: #ed1c24;
	font-weight: normal;
}

.stepsMainDos h3.red{
	color: #ed1c24;
	font-weight: normal;
}

/*CONTACT FROM STYLE*/
.stepsMain h2 span.redC{
	color: #ed1c24;
	font-size: 45px;
}

.stepsMainDos h2 span.redC{
	color: #ed1c24;
	font-size: 45px;
}

form.contact {
width: 100%;
}

.contact input,
.contact textarea{
	width: 100%;
	border:solid 1px #ed1c24;
	background: url(../imgs/bgInput.png)no-repeat left 3px;
	color: #ed1c24;
	padding: 5px 10px;
	font-family: 'Jacques Francois', serif;
	margin-bottom: 10px;
}
.contact button.Sell{
	width:40px;
	height: 30px;
	background-position: -25px -10px;
	float: right;
	margin-right: -22px;
	margin-top: 20px;
}

form.contact button#submit {
    float: left;
    width: 150px;
    height: 40px;
}

.space{
	clear: both;
	height: 30px;
}

.spaceDOS{
	clear: both;
	height: 10px;
}

.marTM ul {
    color: #fff;
}

.marTM h4 {
    color: #fff;
}

/*PAYING OPTIONS*/
.shipping {
	width: 400px;
	display: block;
}
.shipping label{
	width:100px;
	display: inline-block;
}
.shipping input,
.shipping textarea{
	width: 210px;
	border:solid 1px #ed1c24;
	background: url(../imgs/bgInput.png)no-repeat left 3px;
	color: #ed1c24;
	padding: 5px 10px;
	font-family: 'Jacques Francois', serif;
	margin:8px 0;
}
.shipping textarea{
	height: 30px;
	margin-bottom:-8px;
}
.shipping select{
	border:solid 1px #ed1c24;
	background: url(../imgs/bgInput.png)no-repeat left 3px;
	color: #ed1c24;
	padding: 5px 10px;
	font-family: 'Jacques Francois', serif;
	width: 230px;
	margin:8px 3px;
}
.shipping button.Sell{
	width:40px;
	height: 30px;
	background-position: -25px -10px;
	float: right;
	margin-right: -22px;
	margin-top: 20px;
}
input[type="date"], input[type="password"]{
	width:200px;
}
.shipping input[type="checkbox"]{
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,0);
}
.shipping .center{
	text-align: center;
	margin: 30px 0;
}

.importantStuff #payment{
	width: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.importantStuff #payment li{
	list-style: none;
	float: left;
}
.importantStuff #payment span{
	margin-left: 0px;
}

.importantStuff #payment span#or{
	display:block;
}
#payment li img{
}
.payme input,
.payme textarea{
	width: 94%;
	border:solid 1px #ed1c24;
	background: url(../imgs/bgInput.png)no-repeat left 3px;
	color: #ed1c24;
	padding: 5px 10px;
	font-family: 'Jacques Francois', serif;
	margin:8px 0;
}
.payme button.Sell{
	width:40px;
	height: 30px;
	background-position: -25px -10px;
	float: right;
	margin-right: -22px;
	margin-top: 20px;
}
input[type="date"], input[type="password"]{
	width:160px;
}
.payme input[type="checkbox"]{
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,0);
}

.aceptoTerminos{
	margin-top:-5px;
}
 input[type="radio"]{
	background: none;
	background-color: green !important;
    border:none;
    border-radius:1px;
    display: block;
    width:15px;
    height:15px;
    padding: 0;
}

#masterC{
	margin-right:10px;
}

#visaC{
	margin-right:10px;
}

#amexC{
}

#masterC, #visaC, #amexC{
	float:left;
}	

 input[type="radio"]:checked{
	background-color: red;
	color: red;
}

.payme .center{
	text-align: center;
	margin: 30px 0;
}

.payme .center a{
	color:#FFF;
}

.payme .center a:hover{
	color:#F00;
}

.payme .gBack{
	font-size: 24px;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	background-position: 100px -5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a.aTextos{
	color:#F00;
}

a:hover.aTextos{
	color: #FFF;
}

/*FOOTER STYLES*/

footer{
	clear: both;
    height: 70px;
    margin-top: 50px;
    padding-left: 0px;
    /* background: #3e1f25; */
    padding-top: 5px;
    width: 52%;
    margin: 0 auto;
}

footer li{
	float: left;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	margin-right: 15px;
	color: #ed1c24;
	padding:10px 0;
	font-size: 12px;
}

footer li a{
	color: #ed1c24;
    /* padding: 0 10px; */
    display: inline-block;
    font-size: 12px;
}

footer li a:hover{
	color: rgba(237,28,26,1);
	 -moz-transform: scale(-1, 1); 
    -webkit-transform: scale(-1, 1);  
    transform: scale(-1, 1); 
}

/*EXTRAS*/

.content{
margin-top:40px;
}


.content h2 img{
	margin-top:-10px;
}

.content h2 img#logoImg{
	margin-top:5px;
	margin-left:20px;
}



#content{
margin-top:40px;
}

.content h2, #content h2 {
    color: #FFF;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}




#content h2 img {
    display: block;
    width: 48px;
    height: 22px;
    float: right;
    margin-right: 0px;
    margin-top: -27px;
}

#content h2 img#logoImg{
	margin-top:5px;
	margin-left:20px;
}

div#bakero {
    width: 50%;
    margin: 0 auto;
}


#bakero form {
    margin: 0 auto;
    width: 100%;
    color: #fff;
    margin-top: 30px;
}

#bakero label#label_email {
display: block;
padding-top: 10px;
}

#bakero #form_email {
display: block;
margin-top: -20px;
}

#sameData p {
margin-top: -20px;
}



Matched CSS Rules


.aire{
	width:100%;
	height: 50px;
}

.viaMail{
	margin-top:-25px;
}

#commentForm { width: 500px; }
            #commentForm label { width: 250px; }
            #commentForm label.error, #commentForm input.submit { margin-left: 253px; }

            .indexForm label.error {
                color: #f00;
                font-size:10px;
                margin-left: 0px;
                width: auto;
                display: inline;

            }
            #newsletter_topics label.error {
                display: none;
                margin-left: 103px;
            }


#content > div.certDivHome {
    clear: both;
    width: 55%;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 41px;
    border-top: 1px solid rgba(255,0,0,0.4);
    margin-top: 30px;
}

.certDivHome p{
	margin-top:0;
	padding-top: 0;
}

.imgCertificates{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;

}

.certDivHome a{
	color: #CCC;
	text-decoration: underline;
}

.certDivHome a:hover{
	color: #f00;
}