body {
background-color:#940500;
}

body, p, td, li{
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #A50423;
scrollbar-3dlight-color: #A50423;
scrollbar-arrow-color: #A50423;
scrollbar-track-color: #A50423;
scrollbar-darkshadow-color: #A50423;
scrollbar-base-color : #FFFFFF;
font-size: 9pt;
color: black;
font-family: Arial;
text-decoration: none;
text-align: none;
margin-top: 0px;
}

#contenedor {
	position: relative;
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

.pie {
font-size: 8pt;
color: white;
font-family: Verdana;
text-decoration: none;
text-align: left;
}

.pie1 {
font-size: 8pt;
color: black;
font-family: Verdana;
text-decoration: none;
text-align: none;
}

.pie2 {
font-size: 9pt;
color: #b00d09;
font-family: Arial;
text-decoration: none;
text-align: left;
}

.pie3 {
font-size: 9pt;
color: black;
font-family: Arial;
text-decoration: none;
text-align: center;
}

A {
font-size : 9pt;
color: #b00d09;
font-family: Arial;
font-weight : normal;
text-decoration: none;
}

A:visited {
font-size : 9pt;
color: #b00d09;
font-family: Arial;
text-decoration: none;
font-weight : normal;
}

A:hover {
font-size : 9pt;
color: #828282;
text-decoration: none;
font-weight : normal;
}

A:active {
font-size : 9pt;
font-family: Arial;
text-decoration: none;
color: #828282;
font-weight : normal;
}

A.pie{
font-size : 8pt;
color: white;
font-family: Arial;
text-decoration: none;
font-weight : normal;
}

A.pie:visited {
font-size : 8pt;
color: white;
font-family: Arial;
text-decoration: none;
font-weight : normal;
}

A.pie:hover {
font-size : 8pt;
color: #C0C0C0;
text-decoration: none;
font-weight : normal;
}

A.pie:active {
font-size : 8pt;
font-family: Arial;
text-decoration: none;
color: #C0C0C0;
font-weight : normal;
}

A.pie1{
font-size : 8pt;
color: #808080;
font-family: Arial;
text-decoration: none;
font-weight : normal;
}

A.pie1:visited {
font-size : 8pt;
color: #808080;
font-family: Arial;
text-decoration: none;
font-weight : normal;
}

A.pie1:hover {
font-size : 8pt;
color: #C0C0C0;
text-decoration: none;
font-weight : normal;
}

A.pie1:active {
font-size : 8pt;
font-family: Arial;
text-decoration: none;
color: #C0C0C0;
font-weight : normal;
}

a img, a:link img {
	border: 0px;
}
/*  MENUS DEPLEGABLES ****************************** */

#News, #Ourservices {
	position: absolute; 
	left: 0px; 
	top: 27px;
	width: 220px;
	background: #999999;
	padding: 5px; 
}

#News {
	left: 255px; 
}
#Ourservices {
	left: 310px; 
	top: 30px; 
}

#News a {
	display: block;
	text-align: left;
	margin:2px 0;
	text-decoration: none;
	color: #fff;
	background: #999999;
}
#Ourservices a {
	display: block;
	text-align: left;
	margin:4px 4px;
	text-decoration: none;
	color: #fff;
	background: #999999;
}

#News a:hover, #Ourservices a:hover {
	background:#999999;
	color:#b00d09;
	text-decoration: none;
}