body {
	margin: 0px;
	border: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*CABECERA*/

#tablaCabecera{
	width: 750px;
	height: 90px;
	margin: 0px auto;
	border:0px;
	padding:0px;
}


/*LOGOTIPO*/
#logoURJC{
	border:0px;
}

#imagenCabecera{
	background-image: url('../imagenes/imagenCabecera.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	height:62px;
	width: 843px;
}

#baseCabecera{
	background-image: url('../imagenes/baseCabecera.jpg');
	border-bottom:0px solid #336699;
	background-repeat: no-repeat;
	background-position: top right;
	height:30px;
	width: 700px;
	text-align:right;
	padding-bottom:4px;
	background-color:#bd3131;
}

