/*CSS 
Version: 0.5.0-7-8
Author: Javier Rioja
Author URI: http://www.ril.es
*/
body {
	font-size: 65%;
	font-family: Arial, Helvetica, sans-serif;/* 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	background:url(i/logos/ceste_ilu.gif) no-repeat fixed top right #283b71;/*background:repeat-x url(i/bg_grad.jpg); /*bg_blue.gif*/
	color: #333;
	text-align: center;
	margin: 0; padding: 0;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align:left;
}

h1 {
	/*font-size: 20px;*/font-size: 180%;
	padding: 15px 2px 2px 4px; margin: 0 0 12px 0;
	border-bottom: 1px solid #ddd;
	background-color: #FFFFFE;
	/*color: #283b71;*/
}

h2 {
	/*font-size: 16px;*/font-size: 140%;
	margin: 25px 0 15px 0; padding-bottom:2px;
	border-bottom: 1px dashed #ddd;
	letter-spacing: 1px;
}

h3 {font-size: 13px;
}

a {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}

a img {
	border: none;
}

.a_blue, .a_blue:visited{ color:#fff; padding-bottom:1px;} .a_blue:hover{color:#fff; text-decoration:none; border-bottom:1px solid #0066FF;}


ul{ margin-top: 4px;}

.ul_img{
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

.li_img{
	margin: 5px 0 0 20px;
	padding: 1px 0 0 15px;
background-image: url(i/bullet_blue.gif);
background-repeat: no-repeat;
background-position: left center;
background-position: 0px;
}

ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
li { padding: 2px 0 0 0; }

table{
	border:0;
}
.t{
	border-bottom: 0px;
	text-align:center;
}
.t th{
	background-color: #ccc;
	color: #555;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding: 5px;
	font-size: 125%;
}
.t td{
	padding: 4px;
	border-bottom: 1px solid #cacaca;}
.fila1{ background-color: #f4f4f4;}
.fila2{ background-color: #fbfbfb;}