@charset "UTF-8";
/* WebExpress - www.web-express.biz */
/* CSS plantilla ??? */


/* HTML */

body {
	font-size:14px;
	/*font-family: Arial, Tahoma, san-serif;*/
	font-family:Georgia, serif;
	text-align:justify;
	font-weight:normal;
	color:#DEDEDE;
	background:#000 url(../images/bg-body.png) 0 0 repeat;
}

a, a:visited {
	color:#0B96F7;
	text-decoration:none;
}

a:hover {
	color:#E07600;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	color:#0B96F7;
	font-family: 'Fjalla One', sans-serif;
}

h1 {
	padding:10px 0px;
}

/* ESTRUCTURA */

#address {
	padding:24px 0px 15px 0px;
	color:#E07600;
	font-family:Georgia, serif;
}

#menu {
	margin-top:20px;
	margin-bottom:3px;
	font-weight:bold;
}

#wrap-top {
	background:url(../images/bg-top.png) 0 0 repeat;
	padding:10px 0px;
	border-top:2px solid #555;
	border-bottom:2px solid #555;
}

#wrap-top2 {
	background:url(../images/bg-top.png) 0 0 repeat;
	padding:0;
	margin:0;
	height:200px;
	overflow:hidden;
	border-top:2px solid #555;
	border-bottom:2px solid #555;
}

#ford-service {
	position:relative;
	z-index:5;
	left:-80px;
	top:90px;
	font-family:'Fjalla One', sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#E07600;
	text-shadow:0px 0px 20px #DDDDDD;
	text-align:center;
}

#main {
	padding:20px 0px 0px 0px;
}

.block-left {
	width:300px;
	float:left;
}

.block-center {
	width:300px;
	float:left;
	margin:0px 20px;
}

.block-right {
	width:300px;
	float:left;
}

#main-main {
	height:100%;
	overflow:hidden;
}

#main-left {
	float:left;
	width:320px;
	font-size:1.3em;
	line-height:1.5em;
}

#main-right {
	float:right;
	width:600px;
}

#wrap-footer {
	background:url(../images/bg-top.png) 0 0 repeat;
	border-top:2px solid #555;
	border-bottom:2px solid #555;
}

#footer {
	padding:15px 0px;
	font-family:Arial, san-serif;
	font-weight:bold;
	font-size:0.9em;
}

/* ESTILOS PROPIOS */

#menu a, #menu a:visited {
	display:inline-block;
	font-family: 'Fjalla One', sans-serif;
	padding-left:11px;
	padding-top:25px;
	font-size:1.4em;
	color:#FDFDFD;
	-webkit-transition: all 700ms ease-in-out;
	-moz-transition: all 700ms ease-in-out;
	-ms-transition: all 700ms ease-in-out;
	-o-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
}

#menu a:hover {
	color:#0B96F7;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.active {
	color:#0B96F7 !important;
}

.block-left h3, .block-center h3, .block-right h3 {
	margin-top:7px;
	padding-bottom:2px;
	color:#FDFDFD;
	border-bottom:4px double #0B96F7;
}

.ppal {
	border-top:1px dashed #333;
	padding-top:20px;
}

.mapa {
	display:block;
	text-align:right;
}

.left20 {
	margin-left:20px;
}

.oferta {
	display:block;
	padding:6px 10px 6px 40px;
	margin-bottom:5px;
	background:#8B0000;
	color:#FFF;
	font-family:'Fjalla One', sans-serif;
	font-size:1.1em;
	line-height:1.4em;
	background:#8B0000 url(../images/ok.png) 3px 3px no-repeat;
	min-height:25px;
}

.nota-dir {
	color:#E07600;
}