/*
	screen.css

	Autor: Solutions ITS
	Fecha: Junio 2004

*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

img {
	display: block;
}
img.inline {
	display: inline;
}

table.pagina {
	background: url(i/fondopag.gif) no-repeat bottom left;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #900;
}
#menutop {
	background: url(i/grad_top.gif) no-repeat;
	padding: 2px;
	border: 1px solid #000;
	border-top: none;
	line-height: 16px;
}

#menutop a, #menutop a:link, #menutop a:visited {
	color: #fff;
	font-weight: bold;
}
#menutop a:hover {
	color: #cf6;
}
#cabecera {
/*	width: 768px !important;
	width:  766px;*/
	background: #fff url(i/header.jpg) no-repeat top right;
	text-align: left;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	margin: 0;
	padding: 0;
}

#menu {
	background: #ccc;
	background: #C5DAB1;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 15px;
	text-align: right;
	margin: 0;

}
#menu a, #menu a.link, #menu a.visited, #menu a.active {
	color: #000;
	text-decoration: none;
}
#menu a:hover {
	color: #693;
/*ext-decoration: underline;*/
}

#izquierda, #centro {
	text-align: left;
}

#izquierda {
	/*border-right: 1px solid #ccc;*/
	padding: 0 0 80px 34px;
	margin: 0;
}

td.tblcontenido {
	background: #fff url(i/tblbg.gif) no-repeat bottom right;
	padding: 4px 16px 16px 16px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	text-align: left;
}
p.titulotbl {
	font-weight: bold;
	color: #693;
	border-bottom: 2px solid #693;
	margin: 0 0 4px 0;
}

#centro {
	padding: 20px 15px 40px 20px;
	text-align: left;
}

td.contenido {
	text-align: left;
}
#centro p {
	line-height: 20px;
	margin: 10px 0 0 0;
}
#centro h2 {
	font-size: 120%;
}

td.pie {
	border-top: 1px solid #000;
	background-color:#558822;
	padding: 10px;
}	
td.pie a:active, td.pie a:link, td.pie a:visited {
	color: #ff0;
}
a, a:active, a:link, a:visited {
	color: #060;
}
a:hover {
	color: #f60;
}

.peq {
	font-size: 85%;
}
ul {
	margin-left: 0;
	padding: 0;
	list-style-type: square;
}
li {
	margin: 0 0 1em 2em;

}
h2 {
	clear: both;
	margin-top: 1em;
}