/*----------------------------CSS designa-------------------------*/

*{margin:0px; padding:0px;}

p {
	margin: 0px;
	padding: 0px;
}
h1{
	font-size:2em;
	color:#555;
	border-bottom:2px solid #555;
	margin:15px 0px;
	padding:5px 0px;
	text-align:left;
}
h2{
	font-size: 1.4em;
	margin:10px 0px;
	color:#E2001A;
}
h3{
	font-size: 1.2em;
	margin:8px 0px;
	color:#FFF;
}
h4{
	font-size: 1.4em;
	margin:5px 0px;
	color:#555;
}
h5{
	font-size: 1em;
	margin:5px 0px;
	padding:0px 5px;
	color: #000;
	background-color:#FFF;
}
img{
	border: 0px;
}
.n{
	font-weight:bold;
}
.destacado{
	font-size:1.2em;
}

a:link { color: #000; text-decoration:none;}
a:visited { color: #000; text-decoration:none;}
a:hover { color: #E2001A; text-decoration:none;}
a:active { color: #E2001A; text-decoration:none;}

/*--------------------------------Contenido-----------------------------*/
html, body{
	background-color: #f0f0fc;
	color: #555;
	text-align: center;
	font-size: 0.9em;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	height:100%;
}
.contenedor{
	width:980px;
	margin:0px auto;
}

/*--------------------------------Navegador superior-----------------------------*/
#navtop {
	width:100%;
	background-color:#FFF;
	font-weight: bold;
	font-size:0.9em;
	text-align:right;
	padding:5px 0px;
	border-bottom:1px solid #E2001A;
}
#navtop li {
	display: inline;
	margin-left: 10px;
}
#navtop li a {
	text-align:center;
	color: #555;
}
#navtop li a:hover {
	color:#E2001A;
}
#navtop li#current a{color:#E2001A; }
#navtop li#current a:hover{color:#E2001A; }

/*--------------------------------Cabecera-----------------------------*/
#header {
	width: 100%;
	background-color:#FFF;
	border-bottom:3px solid #E2001A;
	padding-bottom:5px;
}

/*--------------------------------Navegador-----------------------------*/
#nav {
	font-weight: bold;
	padding:5px 0px;
	border-bottom:1px solid #555;
}
#nav li {
	display: inline;
}
#nav li a {
	text-align:center;
	color: #555;
	padding:5px 12px;
}
#nav li a:hover {
	color:#E2001A;
}
#nav li#current a{color:#E2001A; }
#nav li#current a:hover{color:#E2001A; }

/*---------------------------------Cuerpo------------------------*/
#article{
	width: 100%;
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -200px auto;
}
#inicio{
	margin-top:10px;
}

#section{
	text-align:left;
	width:100%;
}
#section p {
	line-height: 1.5em;
	margin-bottom:0.8em;
}
.portada{
	width:281px;
	float:left;
	margin:20px 22px 0px 22px;
}
.placa{
	width:650px;
	height: 425px;
	float:left;
	text-align:right;
	margin-top:40px;
}
.portada a img{
	border:#888 3px solid;
}
.portada a:hover img{
	border:#E2001A 3px solid;
}
.portada a:hover h4{
	color:#E2001A;
}
#izq{
	width:600px;
	float:left;
	font-weight:bold;
}
#izq a img{
	margin-left:35px;
}
#der{
	width:380px;
	float:left;
	font-weight:bold;
}
#serveis{
	float:left;
}
#preus{
	margin-left:50px;
	float:left;
	text-align:right;
}
.iva{
	font-size:0.7em;
}
.din{
	width:12.5%;
	float:left;
	text-align:center;
	font-weight:bold;
}
/*----------------------------------Pie------------------------------*/
#foot {
	width: 100%;
	border-top:3px solid #888;
	background-color:#414145;
	color:#999;
	text-align:left;
	font-size:1em;
	padding-bottom: 8px;
	line-height:1.8em;
	float:left;
	margin-top:20px;
}
#foot a{
	color:#FFF;
}
#foot a:hover{
	color:#E2001A;
	font-weight:bold;
}
.foot1 {
	width:25%;
	float:left;
}
.foot2 {
	width:20%;
	float:left;
}
.foot3 {
	width:25%;
	float:left;
	margin-left:30px;
}
.foot4 {
	width:25%;
	float:left;
}

/*----------------------------------Pie de página------------------------------*/
#footer {
	width: 100%;
	background-color:#414145;
	border-top:1px solid #888;
	color:#888;
	text-align:left;
	font-size:0.8em;
	padding: 10px 0px;
	float:left;
}
#footer a{
	color:#888;
	font-size:0.9em;
	text-decoration:underline;
}
#footer a:hover{
	color:#FFF;
}

/*---------------------------------FORMULARIO------------------------*/
#formulario {
	width:485px;
	float:left;
}
label {
	display:block;
	font-weight:bold;
	color:#555;
}
fieldset {
	border:none;
}
input, textarea {
	border:1px solid #555;
	width:480px;
	background-color: transparent;
	font-weight:bold;
	margin: 2px 0px;
	padding: 2px;
	color: #444;
}
input:focus, textarea:focus {
	background:#FFF;
	color:#555;
}
form span {
	display:block;
	font-size:0.8em;
	color:#000;
}
form p {
	margin:0px;
	padding:0px;
}
select{
	border:1px solid #555;
	width:480px;
	background-color: transparent;
	margin: 5px 0px;
	padding: 2px;
	font-weight:bold;
	color: #000;
}
option{
	background-color:#555;
	color:#EEE;
}
select:hover{
	background-color: #555;
	color:#EEE;
}