*
{
 margin: 0;
 padding: 0;
}

.web
{
	margin:0px auto 0px auto; 
	width:750px;
	text-align:left;
	font-family:verdana;
	font-size:11px;
	border:0px;
}

.cuerpo
{
	position:relative;
	top:0px;
	height:1800px;
	text-align:left;
	overflow:auto;
}

.barra
{
	position:absolute;
	padding-right:5px;
	width:170px;
	border-style:solid;
	border-width: 0px 1px 0px 0px;
	border-color: silver;
	height:1800px;
	text-align:right;
	left:0px;

}

.central
{
	position:relative;
	margin-left:180px;
	margin-right:10px;
	text-align:justify;
}
hr{
	border: dotted 1px black;
	height:1px;
}
body
{
	background:url(imagenes/degradado_celeste.gif) repeat-x;
	background-color: #ffffff;
}

.centrado
{
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
.pie
{
	border-style:solid;
	border-color: silver;
	border-width:1px 0px 0px 0px;
	text-align: center;
}
h4
{
	margin:0px;
	padding:1px;
//	background-color:#899db1;
	background: url(imagenes/degradadoh4.gif) repeat-y;
	color:black;
	font-size:12px;
}

a:link,a:visited{color:navy;text-decoration:none}
a:hover{text-decoration:underline}