body{
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #cccccc;
}
p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E8A00;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
.menu a {
  display:block;
  border:none;
  background-position:left top;
  background-repeat:no-repeat;  
  height:23px;
}
.menu a:hover { 
  background-position: 0 -23px;
  text-decoration: none; 
}
.menu .alt { display:none; }
.menu a#quienes { width:112px; background-image: url(../imagenes/menu_quienes.gif); }
.menu a#noticias { width:62px; background-image: url(../imagenes/menu_noticias.gif); }
.menu a#proyectos { width:74px; background-image: url(../imagenes/menu_proyectos.gif); }
.menu a#galerias { width:62px; background-image: url(../imagenes/menu_galerias.gif); }
.menu a#literatura { width:73px; background-image: url(../imagenes/menu_literatura.gif); }
.menu a#juvenil { width:53px; background-image: url(../imagenes/menu_juvenil.gif); }
.menu a#contacto { width:66px; background-image: url(../imagenes/menu_contacto.gif); }

a.claro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
}
a.claro:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.oscuro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.oscuro:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.titular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC6600;
	text-decoration: none;
	font-weight: normal;
}
a.titular:hover {
	color: #333333;
	text-decoration: underline;
}
a.titular_mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC6600;
	text-decoration: none;
	font-weight: normal;
}
a.titular_mini:hover {
	color: #333333;
	text-decoration: underline;
}
a.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E8A00;
	text-decoration: none;
	font-weight: bold;
}
a.pie:hover {
	color: #999999;
	text-decoration: underline;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.mini {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.miniblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #333366;
}

.agenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.blanco {
	color: #FFFFFF;
}
.amarillo {
	color: #FFFFCC;
}
.marron {
	color: #452E2E;
}
.gris {
	color: #463E3E;
}
.rojo {
	color: #990000;
}
.grisclaro {
	color: #CCCCCC;
}
.morado {
	color: #663399;
}
.formularios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input { 
	font-family: verdana; 
	font-weight: none; 
	font-size: 11px; 
	text-decoration: none; 
	color: #000000; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #999999; 
}
input.verif { 
	border-width: 0px; 
}
.formularios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
form {
	margin: 0px;
}

body {
padding: 0;
}
/* slideViewer 1.0 default styles */
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul{position: relative; left: -999em;}
 
.stripViewer { /* this is the DIV container for your UL of images */
position: relative;
overflow: hidden; 
border: 0px solid #5a0465; /* this is the border. should have the same value for the links */
margin: 0 0 0px 0;
}
.stripViewer ul { /* this is your UL of images */
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { /* each image is arranged horizontally */
float:left;
}
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
overflow: auto;
width: 1%;
}
.stripTransmitter ul { /* the auto-generated set of links */
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{ /* the links. */
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #5a0465;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover { /* hover */
background: #c98b3e;
color: #fff;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
background: #fff;
color: #5a0465;
}
/* end slideViewer default styles */

