/* CSS */
*{
	margin:0;
	padding:0;
}
html {
	padding: 0px; MARGIN: 0px;
	height: 100%;
}
body {
	color: #706D67; padding: 0px;
	height: 100%;
}


a {text-decoration: none; color: #299400; background-color: transparent;}
	
	a:hover {
	text-decoration: none; color: #666666; background-color: transparent;}

.oculto{
display: none; visibility:hidden;}

#interface {
	 background: url(../images/cabeceraFondo.gif)  transparent repeat-x; padding: 0px; margin: 0px; width: 300px;  height: 100%; font: 10px Helvetica,Verdana;}

#cabecera {
	background: url()  transparent repeat-x; padding: 0px; margin: 0px; width: 300px;  height: 63px;}

#menuH {
margin-top:22px; text-align: center; float: left; /*Set to "left" or "right" to position menu accordingly*/ /*border-bottom: 1px solid #000000;  uncomment this line to add bottom border*/ background-color:transparent;}

.bloqueIzda{ width:60px; float:left; display:block;}

.bloqueCentroCabecera{
width:500px;
float:left;
display:block;}


#imgFlotante {
display:none;}

.volver{
background: url() transparent no-repeat left  center;
padding-left:10px;}

#pie {width:300px;}