/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/



hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
font-size: 25px;
font-family: futura-pt,sans-serif;
font-style: normal;
font-weight: 300;
color:#C00;
line-height: 80%;
}

h2 {
  font-size: 25px;
font-family: futura-pt,sans-serif;
font-style: normal;
font-weight: 300;
color:#6DAA0E;
line-height: 80%;
}

h3 {
   font-size: 25px;
font-family: futura-pt,sans-serif;
font-style: normal;
font-weight: 300;
color: #FC0;
line-height: 80%;
}


h4 {
   font-size: 15px;
 font-family: futura-pt,sans-serif;
font-style: normal;
font-weight: 400;
color: #FFF;
}

h5 {
  font-size: 18px;
	font-family: futura-pt,sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#8DC63F;
	line-height: 80%;
}

h6 {
  font-size: 15px;
 font-family: futura-pt,sans-serif;
font-style: normal;
font-weight: 400;
color: #666;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 15px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 15px;
}

.titulosproducto {
font-size: 25px;
font-family: futura-pt,sans-serif;
font-style: normal;
text-align:left;
font-weight: 300;
color:#FFF9B4;
line-height: 80%;
}

.textosblancos {
  font-size: 15px;
font-family: futura-pt,sans-serif;
font-style: normal;
font-weight: 300;
color: #FFF;
line-height: 100%;
}

.titulosamarillos {
font-size: 18px;
font-family: futura-pt,sans-serif;
font-style: normal;
font-weight: 300;
color: #F60;
line-height: 80%;
}

#nombre {
font-size: 18px;
font-family: futura-pt,sans-serif;
font-style: normal;
font-weight: 300;
color:#C00;
line-height: 80%;
}

#empresa {
font-size: 18px;
font-family: futura-pt,sans-serif;
font-style: normal;
font-weight: 300;
color:#C00;
line-height: 80%;
}

#email {
font-size: 18px;
font-family: futura-pt,sans-serif;
font-style: normal;
font-weight: 300;
color:#C00;
line-height: 80%;
}

.contacto {
	text-align:right;
}
