@charset "utf-8";
/* CSS Document */
/*@START MENU DESPLEGABLE */
/* This css file serves as a template for styling your desplegables.  Feel free to modify, but please make note of the comments - some of them are important. */

.desplegables {
	/* recommended styles for desplegables ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.desplegables li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 160px;
	height: 50px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.desplegables.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.desplegables.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 4px; /*Set to same as spacing option. */	
}

.desplegables.vertical  li p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 10px;
	padding-left: 15px;
}

#desplegable_1 {
	background: url(../img/fondoBoton_formatos.jpg) top no-repeat;
	color: #fff;
}
#desplegable_2 {
	background: url(../img/fondoBoton_formatos.jpg) top no-repeat;
	color: #fff;
}

	.contenedor_submenu {
		position: absolute;
		width: 120px;
		height: 80px;
		margin-top: 3px;
		z-index: 10;
		}
		
			span.submenu {
				display: block;
				font-family: Verdana, Geneva, sans-serif;
				font-weight: bold;
				color: #fff;
				font-style: normal;
				margin-top: 3px;
				margin-bottom: 2px;
				line-height: 11px;
				}
				
			span.submenu a {
				display: block;
				width: 120px;
				font-size: 10px;
				font-family: Verdana, Geneva, sans-serif;
				font-weight: bold;
				color: #fff;
				font-style: normal;
				margin-left: 30px;
				margin-bottom: 2px;
				padding: 0px;
				line-height: 9px;
				margin-top: 2px;
				line-height: 11px;
				}
				
			span.submenu a:hover {
				color:  #f55e3c;
			}
			
#desplegable_3 {
	background: url(../img/fondoBoton_formatos.jpg) top no-repeat;
	color: #fff;
}

.desplegables.horizontal #desplegable_3 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.desplegables.vertical #desplegable_3 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}


/*@END MENU DESPLEGABLE */

.desplegables.vertical  li p a {
	text-decoration: none;
	width: 150px;
	height: 100px;
	color: #FFF;
	}

.desplegables.vertical li h6 a {
	text-decoration: none;
	width: 150px;
	height: 100px;
	color: #FFF;
	}

.desplegables.vertical li h6 {
	margin-top: 12px;
	padding-left: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}

