@charset "utf-8";
/* EASD Alcoi */



.trabajos{
}



a#mas_flickr{
	display:block;
	float:left;
	width:74px;
	height:74px;
	margin:0;
	outline:none;
}
a#mas_flickr:hover{
	background-position:0 -74px;
	clear:both;
}
a#mas_flickr{
	background:url(../imagenes/mas_imagenes.gif) no-repeat;
}

/* TABLAS */
#table, #table td{
	border: 1px solid #CCC;
	border-collapse: collapse;
}
#table{
	border: none;
	border: 1px solid #CCC;
	width:100%;
	margin: 20px 0;
}
#table thead th, #table tbody th{
	background            : #F5F5F5 url(./imagenes/tablas/th_bck.gif) repeat-x;
	color                 : #666;  
	padding               : 5px 10px;
	border-left           : 1px solid #CCC;
}
#table tbody th{
	background            : #fafafb;
	border-top            : 1px solid #CCC;
	text-align            : left;
	font-weight           : normal;
}
#table tbody tr td{
	padding               : 6px 10px;
	color                 : #666;
}
#table tbody tr:hover{
	background            : #FFF799;
}
#table tbody tr:hover td{
	color                 : #454545;
}
#table tfoot td, #table tfoot th{
	border-left           : none;
	border-top            : 1px solid #CCC;
	padding               : 4px;
	background            : #FFF url(../imagenes/tablas/foot_bck.gif) repeat;
	color                 : #666;
}
#table caption{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
#table a:link{
	color                 : #666;
}
#table a:visited{
	color                 : #666;
}
#table a:hover{
	color                 : #003366;
	text-decoration       : none;
}
#table a:active{
	color                 : #003366;
}
/* FIN TABLAS */


/* MENU LATERAL */
#menu_lateral ul {
	background: #F9F9F9;
	margin:0;
	display:block;
	
	padding:5px;
	width:100%px;
	list-style:none;
}
#menu_lateral li{
	border-bottom:1px solid #FFF;
}
#menu_lateral a{
	display:block;
	color:#000;
	text-decoration:none;
	font: 14px Arial, Helvetica, sans-serif;
	padding:6px 5px;
	background-color:#F9F9F9;
}
#menu_lateral a:hover{
	background-color:#F5F5F5;
	color:#333333;
	text-shadow:none;
}
#menu_lateral .submenu {
	display:none;
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
}
#menu_lateral .submenu li a{
	font: 12px Arial, Helvetica, sans-serif;
	padding:6px;
	background: #F3F3F3;
	text-decoration:underline;
}
#menu_lateral .submenu li a:hover{
	background:#EBEBEB;
}
#menu_lateral .desplegable a{
	background: url(../imagenes/menu/bg_menu_lateral.png) right top no-repeat;
}
#menu_lateral .desplegable a:hover{
	background: url(../imagenes/menu/bg_menu_lateral.png) right no-repeat;
	background-position: 0px -30px;
}
.menu_top, .menu_bottom{
	height:5px;
	background:#F9F9F9;
}
.menu_top{
	margin-top:0;;
}
.menu_bottom{
	margin-bottom:20px;
}
/* FIN MENU LATERAL */

/* MENU CATEGORÍAS LATERAL */
#menu_categories{
	background: #F5F5F5;
	margin:10px 0 15px;
}
#menu_categories ul{
	background: #F5F5F5;
	margin:0;
	display:block;
	padding:5px;
	width:100%px;
	list-style:none;
}
#menu_categories li{
	border-bottom:1px solid #FFF;
}
#menu_categories a{
	display:block;
	color:#000;
	text-decoration:none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding:6px 5px;
	background-color:#F5F5F5;
}
#menu_categories a:hover{
	background-color:#000000;
	color:#FFFFFF;
	text-shadow:none;
}
/* FIN MENU CATEGORÍAS LATERAL */

/* ENLACES BTN */
#enlace_btn{
	border:1px solid #CCCCCC;
}

#enlace_btn ul {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	float: left;
	clear: left;
}

#enlace_btn ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
}

#enlace_btn ul li a {
	text-decoration: none;
	float:left;
	color: #999;
	cursor: pointer;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;
}

#enlace_btn ul li a span {
	margin: 0 15px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

#enlace_btn ul.grey li a:hover {
 	color: #333;
	background: url(../imagenes/btn/grey.png) no-repeat top right;
}

#enlace_btn ul.grey li a:hover span {
	background: url(../imagenes/btn/grey.png) no-repeat top left;
}

#enlace_btn ul.grey li a.current {
	background: url(../imagenes/btn/grey.png) no-repeat top right;
 	color: #333;
}

#enlace_btn ul.grey li a.current span {
	background: url(../imagenes/btn/grey.png) no-repeat top left;
}
/* /ENLACES BTN */


