@charset "UTF-8";
/* CSS Document */
/*
 * Author: Alicia Fuentes · 2011
 * http://www.aliciafuentes.com
 * 
 * http://www.red-freelance.com
 */
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
	text-decoration: none;
	color:#111;
	outline: none;}
/* PARA QUE LA BARRA DESPLAZAMIENTO APAREZCA SIEMPRE */
html{
	height: 100%;
	margin-bottom: 1px;}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #DEF5FB;}
#container {
	margin:20px auto;
	width:900px;
	text-align: left;}	
h1 {
	font-size:26px;
	margin:5px 0;}
h2 {
	font-size:22px;
	margin:5px 0;}
h3 {
	font-size:18px;
	text-transform:uppercase;
	margin:5px 0;}
h4 {
	font-size:16px;
	font-weight:bold;
	margin:5px 0;}
h5 {
	font-size:14px;
	color:#333333;
	margin:5px 0;}
h6 {
	font-size:11px;
	text-transform:uppercase;
	}
p  {
	color: #666;
	padding:3px 0;}
ul {
	line-height:20px}
a {
	text-decoration:none;
	outline:none;}
a:hover, a:active, a:focus {
	color:gray;}
img {
	border: 1px #CCC solid;}			
#header {
	margin:0 auto;
	background:url(../imagenes/header.jpg) no-repeat;
	height:255px;}
#header ul {
	padding:20px 10px 20px 60px;}
#header li {
	display: inline;
	text-transform:capitalize;
	list-style: none;
	padding: 5px 25px 5px 0;}
#header a {
	font-size:14px;
	color:#FFF;
	padding-right: 15px;
	padding-top: 5px;}
#header a:hover, #header a:active, #header a:focus {
	color:#000;
	text-decoration:underline;}
#header #catalogo {
	padding-left:180px; 
	padding-right:0;
	text-transform:uppercase;}
#header #catalogo a {
	font-size:12px;}
#main {
	padding:30px 50px;
	min-height:250px;
	background-color:#FFF;
	overflow:visible;}
#main div {
	float:left;}	
#main:after { /*para que main se adapte al contenido*/
	content:".";
	display:block;
	height:0;
	clear:both;
	overflow:hidden;
	}
#banner {
	height:200px;
	background-color:#0099FF;}
	
	/*INDEX*/
.presentacion {
	  width:470px;
	  text-align:justify;
	  margin-left:40px;
	  line-height:18px;}
	  
	/*CONÓCENOS*/
.conocenos{
	  width:400px;
	  text-align:justify;
	  margin-left:40px;
	  line-height:22px;}

	/*PRODUCTOS*/
.prods_menu {
	width:200px;}
.prods_menu li {
	line-height:25px;
	margin:15px -10px;
	list-style:none;	
	background-color: #B2DFE5;
	padding:5px 10px;
	-moz-border-radius: 10px;-webkit-border-radius: 10px;
	width:150px;
	text-align:center;}
.prods_menu li:hover, .prods_menu li.current {
	background-color: #6EC5E0;}	
.prods_menu li a {
	padding:20px 0px;}
.prods_menu li a:hover, .prods_menu li a:active,.prods_menu li a:focus {
	color:#FFF;}
.productos {
	width:580px;
	margin-left:10px;
	text-align:justify;}
.productos img {
	border:none;}
	
	/*MARCAS*/
.marcas {
	  width:700px;
	  text-align: left;
	  margin-left:0px;
	  line-height:18px;}
.marcas img {
	margin-left: 20px;}
	
	/*CONTACTO*/
#contacto p {
	color:#FF6600;
	font-size:13px;
	margin-top:4px;
	line-height:15px;}
.puestos td{
	  padding:3px 25px 3px 0;
	  margin-right:20px;
	  line-height:22px;}
.puestos h3 {
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
	margin:0;}
#contacto .puestos strong {
	  color: #FF6600;
	  font-size:14px;}
.puestos {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px dotted #CCC;}

	
	/*FOOTER*/
#footer {
	clear: both;
	padding: 10px 5px;
	height:50px;
	background:url(../imagenes/footer.jpg) no-repeat;
	text-align: center;}
#footer ul{
	list-style: none outside none;
	padding-top:10px;}
#footer li{
	display:inline;}
#footer li span {
	color:#FFF;}
#footer a {
	padding:0 10px;
	color:#FFF;
	text-decoration:none;}
#footer a:hover, #footer a:active, #footer a:focus  {
	color:#CCC;
	text-decoration:underline;}
#footer span.black {
	font-weight:bold;
	color:#000;
	}
#footer ul > li > span+span {
	font-weight:normal;
	font-size:11px;
	color:#444;
	padding-right:10px;
	}