#temp_cabecera {
	width: 100%;
	position: relative;
	height: 112px;
	margin-top: 100px;
}
#temp_cabecera #temp_der, #temp_cabecera #temp_izq {
	width: 50%;
	height: 112px;
	position: absolute;
	top: 0px;
}
#temp_cabecera #temp_izq {
	background-color: #C3C3C3;
	left: 0px;
}
#temp_cabecera #temp_der {
	background-color: #E5E5E5;
	right: 0px;
}
#temp_cabecera #temp_img_top {
	width: 800px;
	height: 112px;
	background-image: url(../imagenes/img_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
}
#temp_cabecera #temp_img_top img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 10px;
	left: 10px;
}
#temp_background_top {
	background-image: url(../imagenes/background_top.gif);
	background-position: center top;
	height: 10px;
	width: 100%;
	overflow: hidden;
}
#temp_background {
	background-image: url(../imagenes/background.gif);
	background-repeat: repeat;
	background-position: center -11px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	width: 100%;
}
#temp_botonera {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 8px;
	position: relative;
}
#temp_botonera .temp_construccion {
	width: 230px;
	text-align: right;
	font-weight: bold;
	color: #FF0000;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#temp_background .temp_globo {
	position: absolute;
	top: 50%;
	left: 235px;
	margin-top: -45px;
}
#temp_botonera .temp_globo p {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 230px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	text-align: right;
}
#temp_botonera .temp_globo p strong {
	font-size: 1.1em;
}
#temp_botonera .temp_globo p a {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#temp_botonera .temp_globo p a:hover {
	text-decoration: underline;
}
#temp_botonera .temp_imagen {
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 999;
	margin-top: -160px;
}

