body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	background-image: url(img/fondopie.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}

div.pagina {
	background-image: url(img/fondo.gif);
	background-repeat: no-repeat;
}

div.logos {
	float: left;
	width: 134px;
	padding: 2px;
	padding-top: 15px;
	padding-bottom: 200px;
	text-align: center;
	font-size: 0.8em;
}

div.princ {
	padding-left: 150px;
	padding-top: 25px;
	padding-right: 25px;
}

h1 {
	color: #fc0;
	font-size: 1.5em;
	background-image: url(img/linea.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 2em;
}

ul li {
	list-style-image: url(img/vineta.gif);
	line-height: 1.5em;
}

ul li ul {
	margin-left: 2em;
}

ul li ul li {
	font-style: italic;
	list-style-image: url(img/vineta2.gif);
}

.derecha {
	font-style: italic;
	text-align: right;
	font-size: 85%;
	padding: 0px;
}

.centro {
	text-align: center;
}

.firma {
	font-style: italic;
	font-size: 0.8em;
	border-top: 1px solid #ccc;
	
}

img.btn {
	width: 24px;
	height: 24px;
}

a img, img {
	border: none;
}

ul, ol {
	margin-left: 4em;
}

ol li {
	margin-top: 0.4em;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:focus, a:active {
	background-image: url(img/fondolink.gif);
	background-repeat: repeat-y;
	text-decoration: underline;
}

a.ico:hover, a.ico:focus {
	background-color: #fc0;
	background-image: none;
}