body {
	background-color: #999999;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#contenedor {
	width: 930px;
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 2px solid #000000;
}

div#izq {
	
	width: 220px;
        height: 600px;
        padding: 0px;
	margin: 0px;
	float: left;
        /*background-color: #000000;
        background-image: url(fd.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: left top;*/
}
div#principal {
	margin: 0px;
	padding: 0px;
        height: 600px;
}

.centrado {text-align: center;}

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

/*.img {
        margin: 5px solid #000000;
	padding: 10px;
     }*/

