/*General*/
body {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    margin-top: 5px;
    text-align: justify;
    font-size: medium;
	background-color:#9AC0FF;
	background-image: url(../imatges/bg_home.jpg);
	background-repeat: repeat-x;    /*IE*/
  }
html > body {
    font-size: medium;    /*Otros navegadores*/
  }
/*Enlaces*/
a {
	color: #000099!important;
	text-decoration:none;
}
a:hover {
 color: #0072C6;
 background-color: #CECFAA;
 text-decoration: underline;
}
/*TITULO*/
#cabecera {
	width: 95%;
	border-bottom: 2px solid #CCCCCC;
	padding:0px;
	text-align: left;
	margin:0 10px;
}
/*SUBTITULO*/
#cabecera2 {
	width: 95%;
	padding:0px;
	text-align: left;
	margin:0 20px;
}
/*Cuerpo*/
#cuerpo {
	margin: 10px 10px;
	width: 95%;
	background:#CECFFF;
}
/*Nota pie de pagina*/
#nota {
	width: 95%;
	font-size: 0.6em;
	text-align: right;
	margin: 0 10px;
	border-top: 1px solid #CCCCCC;
}

.txtseccion {
	font-size: 12px;
	text-align: center;
}

.tituloseccion {
	font-size: 12px;
	color: #2B5ACF;
	font-weight: bold;
}
.titular {
	font-size: 14px;
	color: #2B5ACF;
	font-weight: bold;
}
