@charset "utf-8";
/* CSS Document */
/*// clases basicas para todas las paginas //*/

.contenido_inferior2 {
	width:900px;
	height:50px;
	float:right;
	margin: 40px 0 0 0;
	text-align: center;
}

/*// MENU ICONOS //*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0px;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}


/*// MENU ICONOS //*/
#iconbar {
	height: 15px;
	top: 455px;
	position: absolute;
}

#iconbar li {
	float:right;
	position:relative;
	margin-right:40px;
}

#iconbar span {
	background: no-repeat;
	width: 110px;
	height: 35px;
	position: absolute;
	top: -50px;
	left: -54px;
	text-align: center;
	padding: 25px;
	display: none;
	line-height:110%;
	color:#000000;
	cursor:pointer;
	font-size:10px;
}
