/* CSS Document */
body {
	background-color: #CCCCCC;
	background-image:url(images/fondo.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #002156;
}
.fondo_menu_azul {
	background: #002156;
	height: 26px;
}
.texto_pie_pagina a{
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.texto_pie_pagina {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a {
	color: #002156;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #002156;
	color: #002156;
	margin-bottom: 5px;
}
ul {
	font-size: 14px;
	color: #002156;
	list-style-image: url(images/flechita.jpg);
	padding-bottom: 5px;
	line-height: 25px;
}
h2 {
	font-size: 12px;
	text-decoration: underline;
	margin-bottom: -15px;
}
.subrrayado {
	border-top: 1px solid #002156;
	color: #002156;
}
