.boton_atras
{
	text-align: right;
	margin-right: 5px;
}

.boton {
 	color: #333333;
	border: 1px solid #CECECE;
	padding-left: 1px;
	padding-right: 3px;
	width: 90%;
	height: 17px;
	background-image: url(../imagenes/fondoBoton.jpg);
}
.dentroboton
{
	width: 100%;
	height: 100%;
	background-image: url(../imagenes/iconoBoton.jpg);
	background-repeat: no-repeat;
        padding: 1px 0 0 7px;
	color: #3B3B3B;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
}
.dentroboton a
{
	text-decoration:none;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #3B3B3B;
}
.dentroboton a:hover
{
	text-decoration:underline;
}

.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 14px;
}
.texto_descr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #505050;
	font-style: normal;
	line-height: 20px;
	padding:5px;
}
.contenedor_dentro {
	background-color: #F6F6F6;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #777777;
}
.contenedor_dentro_cabecera {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	background-color: #DCDCDC;
	padding-top: -5px;
	padding-right: -1px;
	padding-bottom: 3px;
	padding-left: -3px;
	margin-top: -5px;
	margin-right: -1px;
	margin-bottom: 3px;
	margin-left: -5px;
}

.foro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	margin-left: 15px;
	padding-top: 7px;
}
.contenedor_imagen {
	float: left;
}
