body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
}

img, fieldset {
	border:none;
}

html {
	padding:0;
    margin:0;
}

body {
	background-image:url(../images/background.jpg);
	color:#000;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
    overflow-x: hidden;
}

body, input, textarea {
	font-family: 'Philosopher', arial, serif; 
	font-weight:normal;
    font-size: 12px;
}
.boton {
	padding: 0;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
	position: relative;
	cursor: pointer;
}
.boton:active {
    bottom: 1px; 
}
.boton:hover {
    top: 2px;
}

.boton-p {
	display: inline-block;
	padding: -12px 0px 0px 0px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
	position: relative;
	cursor: pointer;
}
.boton-p:active {
    top: 1px; 
}
.boton-p:hover {
    top: 52px;
}

#headerContainer {
	height:150px;
	background-image:url(/images/bg-header.png);
    background-color:#fff;
    background-repeat: repeat-x;
}

#header {
	width:940px;
	padding:35px 20px;
	margin:0 0;
	height:100px;
}
#zocalo {
    position: absolute;
	width:100%;
	height:19px;
    top: 0px;
	overflow:hidden;
	background: url("../images/zocalo.png") repeat left top;
    z-index: 10;
}
#header #logo {
	float:left;
	width:390px;
	height:100px;
	text-indent:-9999em;
	overflow:hidden;
	background: url("../images/logo-almocar.png") no-repeat left top;
}

#title {
	height:160px;
	border-bottom:solid 0px #fff;
	margin:0px 0px 15px 0px;
    background-color:#fff;
}

#links {
	position: absolute;
    right: 10px;
    top: 120px;
	width: 100px;
	height: 44px;
	z-index: 1;
}

#nav {
	width:100%;
	padding:0px 0px;
	margin:-15px 0px 1px 0px;
	height:50px;
    background-color:#fff;
}

#nav ul {
	float:left;
	list-style:none;
}

#nav ul li {
	display:inline;
}

#nav ul li a {
	float:left;
	height:42px;
	text-indent:-9999em;
	overflow:hidden;
	margin:0px 0px 0px 20px;
}

#navServ {
	width:200px;
	background:url("../images/servicios.png") no-repeat;
}

#navTray {
	width:247px;
	background:url("../images/trayectoria.png") no-repeat;
}

#navContacto {
	width:210px;
	background:url("../images/contacto.png") no-repeat;
}

#title h1 {
	width:940px;
	padding:0px 0px;
	margin:0 auto;
	text-indent:-9999em;
	height:100px;
	overflow:hidden;
	background:url("../images/slider.png") no-repeat 0px 0px;
}
#controlContainer {
	width:940px;
	padding:0px 20px;
	margin:0 auto;
	position:relative;	
}

#prevControl {
	position:absolute;
	right:60px;
	bottom:-40px;
	width:30px;
	height:30px;
	background:url("../images/left_arrow.gif") no-repeat 0px -30px;
	text-indent:-9999em;
	overflow:hidden;
}

#prevControl.noScroll {
	background:url("../images/left_arrow.gif") no-repeat 0px 0px;
	cursor:default;
}

#nextControl {
	position:absolute;
	right:20px;
	bottom:-40px;
	width:30px;
	height:30px;
	background:url("../images/right_arrow.gif") no-repeat 0px -30px;
	text-indent:-9999em;
	overflow:hidden;
}

#nextControl.noScroll {
	background:url("../images/right_arrow.gif") no-repeat 0px 0px;
	cursor:default;
}

#d-up {
	width:100%;
	height:5px;
    background-image:url(../images/dotted-content.png);
    background-repeat: repeat-x;
	overflow:hidden;
}
#d-down {
	width:100%;
	height:10px;
    background-image:url(../images/dotted-content.png);
    background-repeat: repeat-x;
	overflow:hidden;
}
#content {
	width:940px;
	height:370px;
	padding:0px 20px 0px;
	margin:20px auto 40px;
    background-image:url(../images/bg-sandero.png);
    background-repeat: no-repeat;
    background-position:right bottom;
	overflow:hidden;
}
#bar {
	width:100%;
	height:3px;
	padding:2px 0px 0px 0px;
	margin:0px 0px 2px 0px;
	overflow:hidden;
	background:url("../images/bar.png") repeat-x left 0px;
}
#footer {
	width:100%;
	padding:3px 0px 0px 0px;
	margin:0 auto;
	overflow:hidden;
	background-color: #FBD81C;
    text-align:center;
}
#footer #info {
	width:800px;
    height: 150px;
	margin:0 auto;
    font-size: 16px;  
    margin-top: 8px;
	overflow:hidden;
    text-align:center;
}
#footer #both {
	width:500px;
    height: 100px;
	margin:0 auto;
    margin-top: 8px;
    text-align:center;
}

p {
	font-size:1.4em;
	font-family: 'Philosopher', arial, serif; 
	font-weight:normal;
	padding:0px 0px 13px 0px;
    text-align:justify;
}

p.large {
	font-size:15px;
	line-height: 18px;
	letter-spacing:-1px;
	padding:8px 0px 16px 0px;
}

a {
	color:#000;
    text-decoration: none; 
	outline:none;
}

a:hover { 
    text-decoration: underline; 
	outline:none;
}
h2 {
	padding:0px 0px 0px 0px;
}

h3 {
	font-size:1.4em;
	line-height:1.667em;
}

.centrado {
	float:right;
	width:450px;
	margin:0px 30px 0px 0px;
	display:inline; /* IE6 */
}

.margen {
	margin:0px;
}

#contentScroller {
	width:10000px;
}

.page {
	float:left;
	width:940px;
	padding:20px 150px 20px 0px;
	margin:0px 960px 0px 0px;
	min-height:0px;
}

#content img {
	display:block;
	border:solid 0px #ffffff;
	margin:0px 0px 0px 0px;
	zoom:1;
}
