@charset "UTF-8";
/* CSS Document */

/*Reset CSS*/
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,
 caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Mis estilos*/
*{
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
}

body{
	background-image:url(../images/layout/fondo.jpg);
	background-repeat:repeat-x;
	background-color:#c7ccd6;
}


h1{
	font-family:Helvetica, Arial, sans-serif;
	font-size:24px;
	color:#323232;
	padding:10px;
}

h2{
	font-family:Helvetica, Arial, sans-serif;
	font-size:22px;
	color:#323232;
	padding:10px;
	padding-top:20px;
	padding-bottom:5px;
}

h3{
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#323232;
	padding:10px;
}

h4{
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#323232;
	padding:10px;
}

h5{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#323232;
	padding:10px;
}

h6{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#323232;
	padding:10px;
}

#wrapper{
	margin:auto;
	width:968px;
	margin-top:15px;
}

#logo{
	width:228px;
	height:69px;
	margin-left:21px;
}

#header{
	margin-top:5px;
	width:100%;
	height:38px;
	background-image:url(../images/layout/header.png);
}
#contactoBot{
width:80.87px;
height:24px;
float:right;
padding-top:14px;
}

#promoBot{
	width:97px;
	height:24px;
	float:right;
	padding-top:14px;
}

#catalogoBot{
	width:74.19px;
	height:24px;
	float:right;
	padding-top:14px;
}

#sucursalesBot{
	width:94.11px;
	height:24px;
	float:right;
	padding-top:14px;
}

#serviciosBot{
	width:79px;
	height:24px;
	float:right;
	padding-top:14px;
}

#quienesBot{
	width:131.88px;
	height:24px;
	float:right;
	padding-top:14px;
}

#header a:link{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}

#header a:visited{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}

#header a:active{
	font-size:14px;
	color:#ffac0d;
	text-decoration:none;
}

#header a:hover{
	font-size:14px;
	color:#ffac0d;
	text-decoration:none;
}

#contenido{
	height:535px;
	background-color:#FFF;
	clear:both;
	}
	
#contenidoIzq{
	width:50%;
	float:left;
	
}

#contenidoDer{
	width:50%;
	float:right;
	
}

#footer{
	width:100%;
	clear:both;
}
#footer img{
	padding-right:6px;
	float:right;
}

