@charset "utf-8";
/* CSS Document */

body {
	background-image:url(img/background.png);
	background-color:#f5f4ee;
	margin: 0;
	padding: 0;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	
}


a:link {
	color: #123844;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #275867;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#principal {
	width:960px;
	
	text-align:left;
}

#logo {
	width:241px;
	height:174px;
	float:left;
	
}
#logo2 {
	width:719px;
	height:174px;
	float:right;
}

#contenedor1 {
	width:960px;
	float:left;
}

#botonera {
	width:241px;
	height:475px;
	float:left;
}
#banner {
	width:719px;
	float:right;
	
}
#contenido {
	padding:10px 10px 10px 10px;
	text-align:justify;
	width:680px;
	float:right;
}

#lista1 {list-style-image:url(img/tp.png);

}

#pie {
	float:left;
	width:960px;
	text-align:center;
}