@charset "utf-8";
/* CSS Document */

.template_botonesObjetivos
{
	width:368px;
	height:62px;
	margin:0 0.5%;
	float:right;
	cursor:pointer;
	margin-top: 20px;
	margin-right: -8px;
}
.template_subtituloObjetivos
{
	font-size:2em;
	float:right;
	margin:20px 10px 0 10px;
}

.template_subtituloObjetivos_caja
{
	margin-top:0px;
	padding:10px;
}
.template_contenedorTextArea
{
	width:96%;
	height:auto;
	min-height:100px;
	clear:right;
	padding:20px;
}

.template_textArea
{
	width:100%;
	background-color:transparent;
	border:dashed 2px #424242;
	max-height:400px;
	font-size:4em;
	margin-top:10px;
	text-shadow: 1px 1px 3px #424242;
	border-radius:10px;
}
.template_objetivos
{
	width:95%;
	padding:0 1% 0 4%;
	height:auto;
	min-height:50px;
	margin-bottom:20px;
	background-position:left top;
	background-repeat:no-repeat;
	font-size:3em;
}

.template_objetivo1_M
{
	background-image:url(../../../skins/S_GGB/img/numeracion-01.png);
}

.template_objetivo2_M
{
	background-image:url(../../../skins/S_GGB/img/numeracion-02.png);
}

.template_objetivo3_M
{
	background-image:url(../../../skins/S_GGB/img/numeracion-03.png);
}

.template_contendorObjetivos_descubiertos
{
	width:98%;
	padding:10px 1% 0 1%;
	clear:right;
	height:auto;
}

#botonTeclado
{
	transition: background-image 0.5s ease-in-out;
	background: url(../../../skins/M_GGB/img/botonesObjetivos-01.png) no-repeat;
}

#botonTeclado:hover
{
	background:url(../../../skins/M_GGB/img/botonesObjetivos-01.png) no-repeat;
}


#botonMouse
{
	transition: background-image 0.5s ease-in-out;
	background:url(../../../skins/M_GGB/img/botonesObjetivos-04.png) no-repeat;
}

#botonMouse:hover
{
	background:url(../../../skins/M_GGB/img/botonesObjetivos-04.png) no-repeat;
}
