body {
	font-family: Arial, Verdana, Helvetica, SunSans-Regular, sans-serif;
	background-color: #FFFFFF;
	font-size: 80%; 
	margin: 0px 10px 0px 10px;
}

#loading {position:absolute;left:0;top:0;padding:10px 15px;background:gray;color:white;display:none;
}

.oculto { display:none; 
}

.button {
background: #3C93CD;
background: -webkit-gradient(linear, left top, left bottom, from(#CAE2F1), to(#3e779d));
background: -moz-linear-gradient(top, #CAE2F1, #3C93CD);
padding: 2px 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-size: 100%;
text-decoration: none;
vertical-align: middle;
text-align: center;
width:100%;
}
.button:hover {
background: #3C93CD;
color: #ffffff;
}
.button:active {
background: #1b435e;
}

a.buttonlink {
text-decoration: none;
color: #ffffff;
font-weight: bold;
}

.menulink {
	font-size: 140%;
	text-decoration: none;
	color: #707070;
	padding-left: 15px;
	font-weight: bold;
	line-height: 120%;
}
a.menulink:hover {
	color: #000000;
}
.menulinkchica {
	padding-left: 15px;
	color: #404040;
}
a.menulinkchica:hover {
	color: #000000;
}
a.linksindec {
	text-decoration: none;
	color: #404040;
}
a.linksindec:hover {
	color: #000000;
}
.novedad{
}

.novhome{
	font-size: 90%; /* 80 */
	text-align: left;
}
.titnovhome {
	font-size: 100%;  /* 90 */
	font-weight: bold;
	text-align: left;
}
a.sindecoration {
	text-decoration: none;
	color: #000000;
}

.titnovedad {
	font-size: 120%;
	font-weight: bold;
}
a.titnovedad {
	text-decoration: none;
	color: #000000;
}
p.menu {
	font-size: 90%; 	
	line-height: 140%;
}
p.aviso {
	font-size: 120%; 	
	line-height: 140%;
}
div.maschica{
	font-size: 80%; 
	text-decoration: none;
	color: #707070;
}
div.chica{
	font-size: 90%; 
}

a.link_bar {
	text-decoration: none;
	color: #707070;
	font-size: 85%;
	font-weight: bold;
}

