p {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #003399;
}
.cuadrotextoconSagria {
	padding-left: 20px;
}
.cuadroBonitoConBorde {
	background: #EBEBEB;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 10px;
}
.floatanteDerecha {
	float: right;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
	margin: 5px;
	padding: 5px;
}
.CuadroCentral {
	margin: 15px;
	padding: 15px;
}
/*-----------------------------*/
#coolmenu{
	width: 120px;
	background-color: #CCCCCC;
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1 solid #000000;
	border-left: 1px solid #000000;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 120px;
}

#coolmenu a{
	font: bold 10px Verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #00818A;
	background: #CCCCCC;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #000000;
color: #FFFFFF;
}

/*-------------------------*/
.listado {
	list-style: url(http://www.cambiardetrabajo.com.ar/images/arrow.gif);
	text-indent: -30px;
	text-align: left;
}
