/* CSS Document */

body{
	font-family:"trebuchet MS";
	font-size:12;
	margin:0px;
	padding:0px;
	text-align:left;
}

#all{
	margin:0px auto; 
	width:1000px;
}

#top{
	background-image:url(img/fondoTop.jpg); 
	background-repeat:no-repeat; 
	height:110px; 
	margin:0px;
}

#centro{
	background-image:url(img/fondoCentro.jpg); 
	background-repeat:repeat-y; 
	margin:0px;
}

#bottom{
	background-image:url(img/fondoBottom.jpg); 
	background-repeat:no-repeat; 
	height:63px; 
	margin:0px;
}

#contenido{
	width:871px;
	padding:0px 100px 0px 65px;
}
 
 
#menu{
	font-weight:bold;
	color:#47535b;
	text-align:right;
	padding-left:430px;
	font-size:14px;
	padding-top:25px;
}

#menu ul li{
	float:left;
	text-decoration:none;
	list-style:none;
	padding-left:20px;
}

#menu ul li a:link, a:visited{
	text-decoration:none;
	color:#666666;
}

#menu ul li a:hover{
	text-decoration:underline;
	color:#8E373F;
}

table#formulario tr td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10;
}

table#tablaListado thead tr td{
border-bottom:1px #CCCCCC solid;
background-color:#EFEFEF;

}

table#tablaListado tbody tr td{
border-bottom:1px #CCCCCC solid;


}
