/* CSS
   template webtom grey by tom.cryns@webtom.be
*/

body {
	font-family: "Trebuchet MS", Verdana, geneva, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
}
a:link {
	color: #B01E1E;
}
a:hover {
	color: #B01E1E;
}


ul {
	margin: 0;
	padding: 0;
}



h1 {
	padding:0;
	margin:10px 0px;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size:220%;
	font-weight:normal;
	color: #B01E1E;
}

h2 {
	padding:0;
  margin:20px 0px 0 0;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:140%;
  font-weight:normal;
}
#c1 {
	width: 100%;
	background-image: url(../img/fondo-cabecera.gif);
	background-repeat:  repeat-x;
	background-position: center bottom;
}
#c2 {
	width: 100%;
	clear: both;
	background-image: url(../img/fondo-c2.jpg);
}
#c3 {
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B01E1E;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #aeaeae;
}
#cabecera {
	text-align:left;
	clear:both;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 465px;
}
#cabecera  h1{
	margin: 0;
}
#banderas {
	background-color: #999999;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	line-height: 0px;
}

#img_cabecera {
	margin: 0px;
}





#nav {
	width:100%;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	color: #fff;
	background-color: #B01E1E;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
	float: left;
	text-align: center;
}
#nav ul {
	margin: 0;
	padding: 0;
}


#nav li {
	list-style:none;
	display: inline;
}

#nav li a {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	padding-right: 18px;
	padding-left: 19px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 32px;
}

#nav li a:hover {
	color:#fff;
	text-decoration: underline;
}
#nav #contacto {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenido {
	width:780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
	clear: both;
}
#contenido ul {
	padding-left: 20px;
}

#izq {
	width: 370px;
	float: left;
}
#der {
	float: right;
	width: 370px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#pie {
	clear:both;
	font-family: "Trebuchet MS";
	text-align:right;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/logo-gris.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#pie  a
{
	color: #000000;
	text-decoration: none;
}
#pie a:hover {
	text-decoration: underline;
}
