/* CSS Document */

.arrowlistmenu{
font-family: Arial, Helvetica, sans-serif;
width: 210px; /*width of menu*/
}


.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 3px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #666666;
background: url(imagenes/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 75%;
}

.arrowlistmenu ul li a:visited{
color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ff8112;
}

.texto_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

.texto_gris_pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}

.titulo_secciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

a.a:link {
	color: #FF6600;
	text-decoration: none;
}
a.a:visited {
	color: #FF6600;
	text-decoration: none;
}
a.a:hover {
	color: #cccccc;
}

img.izquierda {
	float: left;
	margin: 0 10px 0 0;
	padding:2px 2px 2px 2px; 
    background-color: #ffffff;  
    border: 1px solid #cccccc;
}

img.derecha {
	float: right;
	margin: 0 0 0 10px;
	padding:2px 2px 2px 2px; 
    background-color: #ffffff;  
    border: 1px solid #cccccc;
}

img.centro {
	margin: 1px 1px 1px 1px;
	padding:1px 1px 1px 1px; 
    background-color: #ffffff;  
    border: 1px solid #cccccc;
}

TD.norepeat {
	background-repeat: no-repeat;
}



/* list styles */
div.mainstyle { width: 510px; }
#odo, #odoa, #odo2 { margin-bottom: 0px; }
div.mainstyle ul ul { margin-left: 2px; }
div.mainstyle ul, div.mainstyle li { padding: 0px; margin: 0px; list-style-type: none; color: #000; margin-bottom:10px;}
div.mainstyle li a { margin-left: 0px; padding: 2px 10px; border-top: 0px solid #fff; text-decoration: none; width: 100%; height: 100%; color: #222;  background-color: #F7DDA5; display: block; border: 1px solid #999999;}
div.mainstyle li { display: inline; } /* fix for IE blank line bug */
div.mainstyle ul > li { display: list-item; }
div.mainstyle li > a { width: auto; height: auto; }
div.mainstyle li li a { background-color: #aac; }
div.mainstyle li li li a { background-color: #cce; }
div.mainstyle li a:hover { background-color: #ffffff; color: #000; }
div.mainstyle li li a:hover { background-color: #bbd; }
div.mainstyle li li li a:hover { background-color: #ddf; }
div.mainstyle li a.samePage { color: #900; font-style: italic; font-weight: normal; }

/* galeria */
#myslide {width:770px;overflow:hidden;position: relative;height:260px;margin-bottom:20px}
 
	#myslide .cover{
		width:9000px; /*------- class mystuff width * number of mystuff divs (500 * 18 = 9000)---------- */
		position: absolute;
		height:250px;
	}
 
	#myslide .mystuff {width:500px;float:left;padding:20px 0;}
 
	.button1,.button2,.button3,.button4{background:#999;padding:6px;display:block;float:left;margin-right:5px;}
	.active{background:#111;padding:6px;display:block;float:left;outline:none;}
	.clear{clear:both;}
	

