@charset "utf-8";
/* CSS Document */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	}
header, #gracias{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:15px;
}

#gracias {
	font-size:1.5em;
	line-height:1.3em;	
	color:#666;
	font-weight:bold;
	
}

a, a:visited{
	color: #FFF;

}

.limpiar{
	clear:both;
	width:100%;
	height:0px;
	float:none;
	display:block
}





font{display:none}

/*Sección Promoción*/

#seccion_promocion
{
	padding-top:1px;
	padding-bottom:1px;
	
}

#seccion_promocion .contendor_contenido
{
margin-bottom:25px;
}



.contendor_contenido
{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	
}

#texto_promo
{
	width:53.4%;
	text-align:center;
	float: left;
	margin-top:25px;
}


#texto_promo #globo
{
	float:right;
	color:#F00;
	font-weight:bold;
	background: url(../images/seccionPromocion/globo.jpg) no-repeat top center;
	font-weight: bold;
	font-size:2em;
	width:517px;
	height:354px;
	
}
#texto_promo  p
{
	font-size:2em
}

#texto_promo  #real
{
	font-size:3.5em;
	font-weight:bold;
	text-decoration: line-through,
}


#texto_promo  #venta
{
    color: #f00;
    display: block;
    font-size: 1.2em;
    margin-top: 30px;
}

#texto_promo  #venta span
{
    font-size: .8em;
 }


#chico_promo
{
	width:46.6%;
	height:839px;
	background: url(../images/seccionPromocion/hombre-sealando_06.jpg) no-repeat top center;
	float: right;
	margin-top:109px;
}

#duracion
{
	font-size:1.8em;
}

.contador{
	padding:10px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-top:17px;
	
}

.contador table
{
	margin:0 auto;
	width:335px;
}

.contador th
{
	width:25%;
	font-size: .8em;
	font-weight:bold;
	text-align:center;
	padding:5px;
	
}

.contador td
{
	text-align:center;
	padding:5px;
	
}

/*Estilos para la sección : Freelance */

/*Estilos para  respuesta gracias*/

#contenedor_gracias
{
 width:470px;
 font-family: Arial,Helvetica,sans-serif;
}


#contenedor_gracias #Respuesta
{
	font-size:1.2em;
	font-weight:bold;
	
}

#contenedor_gracias #Respuesta p:first-child {
	font-size:1.3em
}

#contenedor_gracias p {
  line-height: 20px;
  margin: 10px auto;
  text-align: center;
}

#descuento {
  
  color: #454545;
  font-size: 2.8em;
  font-weight: bold;
  margin:20px !important;
}

#apartado{
display: block;
font-size: 0.8em;
text-align: center;
}

#enviar {
  background: #007ebd none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 20px;
  margin: 15px auto;
  padding: 4px 6px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  vertical-align: middle;
  width: 90%;
  word-spacing: normal;
}