/* 
Nombre  : Hoja de Estilos de Menus
Objetivo: Tener un orden de los Menu Principal
Autor	: Plataforma Web I. Municipalidad de Viņa del Mar
(Ayuda de: http://www.webmaster-toolkit.com/css-menu-generator.shtml)

Modificaciones

- 22/11/2006: Creacion del Css

*/

.buttonscontainer {					
					width: 142px; 
					border-top: #DADADA 0px solid;
					border-left: #FFCC00 0px dashed; 
					border-right: #FFCC00 0px dashed; 
					border-bottom:#FFCC00 3px solid; 														
				  }
.buttons a {
color: #507097;
background-color: #D7E9FF;
padding: 3px;
padding-left:3px;
display: block;
border-left: 10px solid #6DA1C8;
font: 10px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {
color: #FF0000;
background-color: #D7E9FF;
padding-left:3px;
border-left: 10px solid #FFCC00;
text-decoration: none;
}

