body{
	margin: 0;
	background-color: #FFFFFF;
	overflow-y: auto;
}

body, th, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a:link, a:visited , a:active, a:hover{ color:#FFFF00; text-decoration:none;}
.buscador form{
	padding: 9px 0px 0px 7pt;
}
.buscador input.text, .buscador input.submit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
}
.buscador input.text{
	font-size: 8pt;
	width: 104px;
	border: 1px solid black;
	color: black;
	background: white url(../../lib/img/fondo_input.jpg) top left no-repeat;
}
.buscador input.submit{
	font-size: 7pt;
	color: white;
	width: 45px;
	height: 18px;
	background: #3333FF;
	border-color: #8585FF #181879 #181879 #8585FF;
	border-style: solid;
	border-width: 1px;
}

.menu p{
	color: white;
	margin: 0px 37px 8px 27px;
	padding: 2px;
}
.menu p.resalte{
	border: 1px solid white;
	background: url(../../lib/img/flecha_menu.gif) no-repeat right;
}
.menu a{
	color: white;
	text-decoration: none;
}
.menu a:hover{
	text-decoration: underline;
}

td.contenido{
	width: 601px;
	padding: 20px 5px 20px 53px;
	background: url(../../lib/img/fondo.jpg) center top repeat-y;
	vertical-align: top;
}

.contenido h1{
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #3333FF;
	background-image: url(../../lib/img/h1.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
/*	margin-left: -25px;*/
	padding-left: 30px;
}

.contenido h2{
	color: #FFB162;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px dotted #FFB162;
}

.contenido p{
	font-size: 8pt;
	line-height: 12pt;
	first-letter: bold;
}
.contenido p:first-letter{
	font-size: 9pt;
	font-weight: bold;
}

.contenido ul, .contenido ol{
	line-height: 12pt;
}

.contenido a{
	color: #3333FF;
}
.contenido a:visited{
	color: #FFB162;
}
.contenido a:hover{
	color: white;
	background-color: #A1A1A1;
	text-decoration: none;
}

.contenido input.text, .contenido input.submit, .contenido input.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
}
.contenido textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contenido input.text, .contenido textarea, .contenido select{
	font-size: 8pt;
	border: 1px solid black;
	color: black;
	background: white url(../../lib/img/fondo_input.jpg) top left no-repeat;
}
.contenido input.submit, .contenido input.button{
	font-size: 7pt;
	color: white;
	height: 18px;
	background: #3333FF;
	border-color: #8585FF #181879 #181879 #8585FF;
	border-style: solid;
	border-width: 1px;
}

.contenido code{
	color: #3333FF;
}

.contenido dt{
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

table.decorada{
	border-collapse: collapse;
	border-bottom: 4px solid #A1A1A1;
}
table.decorada td, table.decorada th{
	border: 1px solid #A1A1A1;
}
table.decorada th{
	vertical-align: bottom;
	padding: 3px 1px;
	font-size: 7pt;
	color: white;
	font-weight: bold;
/*	background: url(lib/img/th.gif) top repeat-x #3232F8;*/
	background: #FFB162;
}
table.decorada td{
	background: url(../../lib/img/td.gif) bottom repeat-x white;
	padding: 2px 1px;
}

div.navegacion{
	margin-top: 10px;
}

.navegacion a, .navegacion a:visited, .navegacion a:hover{
	font-weight: bold;
	color: #3333FF;
}
.navegacion a:hover{
	color: white;
	background-color: #3333FF;
	text-decoration: none;
}

.fotos{
	border: 1px solid #FFB162;
}


