.infe {

	font-family: "Arial Narrow";

	font-size: 11px;

	font-weight: normal;

	color: #333333;

	text-decoration: none;

}

.textos {



	font-family: Tahoma, Arial;

	font-size: 11px;

	font-weight: normal;

	color: 3A2B28;

	text-decoration: none;

}

a.textos:hover {



	font-family: Tahoma, Arial;

	font-size: 11px;

	font-weight: normal;

	color: 026FAA;

	text-decoration: none;

}

.enlaces {





	font-family: Tahoma, Arial;

	font-size: 11px;

	font-weight: normal;

	color: 026FAA;

	text-decoration: underline;

}

.menu {





	font-family: Tahoma, Arial;

	font-size: 11px;

	font-weight: normal;

	color: 026FAA;

	text-decoration: none;

}

a.menu:hover {





	font-family: Tahoma, Arial;

	font-size: 11px;

	font-weight: normal;

	color: #0099FF;

	text-decoration: none;

}
.cursos {





	font-family: Tahoma, Arial;

	font-size: 11px;

	font-weight: normal;

	color: 3A2B28;

	text-decoration: none;

}

.mascursos {







	font-family: Tahoma, Arial;

	font-size: 11px;

	font-weight: normal;

	color: 026FAA;

	text-decoration: underline;

}


.enlaces2 {





	font-family: Tahoma, Arial;

	font-size: 11px;

	font-weight: normal;

	color: a6402a;

	text-decoration: none;

}

a.enlaces2:hover {

	text-decoration: underline;

}



/* ESTILOS JOOMLA */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/button_right2.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 25px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
	cursor:pointer;
}
a.button:hover {
    background: transparent url('images/button_right2.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 25px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
	cursor:pointer;
}
a.button span {
    background: transparent url('images/button_left2.gif') no-repeat;
	font: normal 11px arial, sans-serif;
    display: block;
    line-height: 14px;
    padding: 2px 0px 5px 10px;
	cursor:pointer;
}

a.button:active {
	font: normal 11px arial, sans-serif;
    background-position: top right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_:active span {
	font: normal 11px arial, sans-serif;
    background-position: top left;
    padding: 3px 0px 5px 10px; /* push text down 1px */
}


a.button_sin {
    background: transparent url('images/button_right2.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 25px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
	cursor:default;
}
a.button_sin span {
    background: transparent url('images/button_left2.gif') no-repeat;
	font: normal 11px arial, sans-serif;
    display: block;
    line-height: 14px;
    padding: 2px 0px 5px 10px;
	cursor:default;
}
