
/****************************************************/
/*estilos para tablas de enlaces
*/
#tabla_enlaces{
  margin:30px 20px;
  width: 570px;
  text-align:center;
  
}
td{
	width:30%;
}

.salto{
	height:15px;
}
th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center; 
}

#tabla_enlaces a{
 	color: #EA5439; /*#993333;*/
	border-bottom: 1px dotted #FF9900; 
}
#tabla_enlaces a:hover{
 	color: #FF9900; 
}


.enlaces_fallas{
background-color:#CC9933;
}
.enlaces_valencia{
background-color:#993333;
}
.enlaces_otros{
background-color:#D81D1D;
}
.enlaces_blogs{
background-color:#663333;
}
.enlaces_hoteles{
background-color:#5B7CB1;
}


