
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/aa_fnd_web.gif) repeat;
	font-size: 70%;
	color: #000;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
	}

h2 {
	margin: 0 0 20px 0;
	background: #E60004 url(../images/co-ic01nn.gif) no-repeat 0 0.2em;
	padding: 0 5px 1px 30px;
	font-size: 120%;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}

/* APOYO A LOS LECTORES DE TEXTO /////////////////////////////////////*/
.ayuda {
	position: absolute;
	left: -1000px;
	width: 1px;
	font-size: .0001%;
	line-height: 1%;
}
a.ayuda:active {
	position: static;
	width: auto;
	height: auto;
}

	
/********** INDEX.ASPX  ****************/
#web_index {
	margin: 30px auto 0 auto;
	width: 590px;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #000;
	}
#foto {
	background: url(../images/index_foto.jpg) left top no-repeat;
	height: 100px;
	border-top: 1px solid black;}
	
#callejero {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000 url(../images/aa_fnd_menu_callejero.gif) repeat-x top;
	text-align: center;
	color: #FFFFFF;
	line-height: 2em;
	font-weight: bold;
	}
#callejero a {
	color: #FFF;
	text-decoration: none;
	}
#callejero a:hover {
	text-decoration: underline;
	}
#seleccionidioma {
	background: #B60003 url(../images/aa_fnd_menu.gif) repeat-x top;
	text-align: center;
	color: #FFFFFF;
	line-height: 2em;
	}
#seleccionidioma a {
	color: #FFF;
	text-decoration: none;
	}
#seleccionidioma a:hover {
	text-decoration: underline;
	}
#web_index img {
	margin: 5px 0;}

.contenido {
	border-top: 1px solid #000;
	text-align: left;
	padding: 40px;
	
	}
	
/********* GENERAL ************/

a {
	color: #E60003;
	}

a:hover {
	color: #999999;
	}

.destacado {
	color: #e60004;
	}

/*********  LISTADOS ***********/

ul {	
	list-style-type:none;
	margin: 1.5em 2em;
	padding: 0;
	}
ul li{
	line-height: 1.2em;
	background: url(../images/piti_listado.gif) no-repeat 2px 0.4em;
	padding-left: 14px;
	padding-bottom: 0.6em;
	}
ul li a{
	color:#000000;
	text-decoration:underline;		
	}
ul li a:hover{
	color:#E60003;}
	
