/*
	AQUI SOLO SE MODIFICARA LA APARIENCIA DEL CONTENIDO DE LA PAGINA, NADA DE DIVS
*/
body {
	font-family: Tahoma, helvetica, verdana;
	margin: 0;
	padding: 0; /* IE 5.5 hack */
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
	font-size:11px;
	font-weight:bold;
	color: black;
	text-decoration: none;
	text-align: left;
}

a {
	text-decoration: none;
	color: #DE7B0E;
}
a:hover {
	color: #DE7B0E;
}
fieldset {
	border: 0px;
}
/***************************************************/
.clearfloat {
	clear: left;
	height:0px;
	margin: 0px;
}
.login * li, .buscar * li {
	text-align: right;
	padding: 10px;
	float: right;
	font-weight: normal;
	list-style: none;
	background: none;
}
.login * { float: right; }
.login {
	padding-top: 5px;
	padding-right: 30px;
}
#menu a, .login * a {
	color: black;
}
#menu a:hover, .login * a:hover {
	color: #DE7B0E;
}
.texthome {
	font-weight: normal;
	border: 1px solid #F59F2C;
	padding: 5px;
	color: white;
}
#foot {
	text-align: center;
	font-weight: normal;
	color:#292929;
}
#foot a {
	color: black;
}
.image, .clr, .image img{
	border: 0px;
}
dl.jea_item {
	border: 1px solid #DE7B0E;
	background: white;
	color: black;
	margin-left: 20px;
	padding: 5px;
	min-height: 125px;
}
dl.jea_item a {
	color: #DE7B0E;
}
.componentheading {
	font-size: 16px;
	margin-bottom: 5px;
}
.buscar { color: white; }
.texthome hr {
height: 0;
border: 0px;
border-bottom: 3px dotted #F59F2C;
} 
.texthome a {
	color: white;
}
.info {
	font-weight: normal;
}