/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image:url(img/fondo.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:17px;
	padding-bottom:10px;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:17px;
	padding-bottom:18px;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:17px;
	color:black;
	padding-bottom:18px;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:17px;
	color:#003300;
	padding-bottom:18px;
	font-weight:bold;

}

#contenedor {
	width:550px;
	height: 235px;
	margin: 0 auto;
	margin-top:135px;
	margin-bottom:150px;
}

#contenedor1 {
	float:right;
	margin-top:20px;
	margin-left:10px;
}

#contenedor2a {
	width:270px;
	height: 235px;
	float:left;
}

#contenedor2 {
	margin-top:20px;
	margin-right:60px;
	text-align:left;
}

#contenedor2 li {
	text-decoration:none;
	list-style-type:none;
}

#contenedor3 {
	width:100px;
	margin-top:5px;
	margin-right:10px;
	text-align:left;
}

#contenedor3 li {
	text-decoration:none;
	list-style-type:none;
}

