/* CSS Document */

body,td,th {
	font-size: 12px;
}
body {
	background-color: #F6FBFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../img/fondos/background.gif) repeat-x;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #666666;
}

#container {
width:760px;
height:630px;
margin:auto auto 10px auto;
border:1px solid;
}

#footer {
width:760px;
height:30px;
background:url(../img/fondo_footer.gif) no-repeat;
}


#footer_left{
width:760px;
height:30px;
float:left;
}

#footer_left ul{
margin:10px 0 0 0;
}

#footer_left ul li{
list-style:none;
display: inline;
}

#footer_left ul li a{
color:#8B0029;
font-weight:bold;
font-size:14px;
text-decoration:none;
padding: 0 0 0 80px;
}

