.Alertas{
		background:url(alertas/Alert.jpg);
		width:30px;
		height:30px;
		float:right;
}

.opcionesAlertas{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	
}

.verTodasMisAlertas{
	color:#FF6600;
	font:Arial, Helvetica, sans-serif 12px;
}
.verTodasMisAlertas:hover{
	color:#0066FF;
}

#esplicacionesAlertas{
	font-size:10px;
	color:#666666;
	cursor:help;
}

.TipsAlerta{
	background:url(alertas/question.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	display:inline-block;
	height:15px;
	padding-right:17px;
	color:#FF6600;
}
.TipsAlerta:hover{
	color:#0066FF;
}
.listaAlerta{
	float:left;
	padding-left:20px;
	width:550px;
	padding-top: 30px;
}
.TituloAlertas{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	height:50px;
	background-image:url(alertas/Alerttitulo.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.listaAlerta .subcripciones {
	width: 400px;
	border: 1px dashed #CCCCCC;
	padding: 5px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.listaAlerta #subcripciones{
	height:250px;
}
.listaAlerta .AlertasLinks {
	background-image:url(alertas/Alert2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 5px;
	height: 20px;
	display: block;
	margin-bottom: 5px;
}
.listaAlerta .AlertasLinks:hover {
	background-position:left -25px;
}

