#erroresContainer{
	font:bold 11px Verdana;
	color:#8F1413;
	background:url('../img/bg_errores_top.gif') left top no-repeat;
	width:950px;
	padding-top:7px;
	display: none;
}

#erroresContainer ul{
	margin:0;
	padding:0;
	list-style:none;
	background:#FFFFE1 url('../img/ico_errores.jpg') 10px 0px no-repeat;
}

#erroresContainer ul li{
	padding-left:40px;
	line-height:15px;
	text-align:left;
}

.bottomErrores{
	background:url('../img/bg_errores_bottom.gif') left top no-repeat;
	width:950px;
	padding-top:7px;
	height:7px;
}


#cajaContenedoraInfo{
	width:960px;
	background-color:#FFFFFF;
	padding: 5px 5px 5px 5px;
	display: none;
}

#cajaInfo{
	font:normal 12px Verdana;
	color:#8F1413;	
	width:950px;
	padding: 5px 5px 5px 5px;
	background-color:#8F1413;
}

#cajaInfo ul{
	margin:0;
	padding:5px 0  2px 0;
	list-style:none;
	background:#FFFFFF url('../img/logoJumPeq.jpg') 35px 0px no-repeat;
}

#cajaInfo ul li{	
	line-height:15px;
	text-align:center;
}
#cajaInfo ul li p{
	margin:0;
	padding:0;	
}


#cajaInfo ul li p a{
	font-weight: bold;
	text-decoration: underline;
}
#cajaInfo ul li p a:hover{
	font-weight: bold;
	text-decoration: underline;
	color:#2A8B00;
}




/***************/

.publicZone #erroresContainer{
	background:url('../img/bg_errores_public_top.jpg') left top no-repeat;
	width:756px;
}

.publicZone .bottomErrores{
	background:url('../img/bg_errores_public_bottom.jpg') left top no-repeat;
	width:756px;
}
