*{
	margin: 0;
	left: 0;
	top: 0;
	padding: 0;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}



/* Fondo del portal */
body{
margin: 0;
	left: 0;
	top: 0;
	padding: 0;
	/*background: url(/cas/images/bg_global.png) repeat-x;*/
	background-color: 00ccff;
}

#activar{
	background-color: transparent;
	border: 0;
}

#wrapper{
	background: url(/cas/images/curva-colores-cabecera.png) no-repeat;
	background-size: 100%;
	min-height: 500px;
	padding-top: 15px;
	text-align: center;
	overflow: hidden;
}

.botones_form {
	text-align: center;
	border: 0px;
}

.bloque_izq{
	min-width:300px;
	max-width:465px;
	clear: none;
	display: block;
	float: left;
	text-align: center;
	margin: 5% 0 10px 26%;
	font-size: 12px;


}
#fm1{
	position: absolute;
	margin: 5% 0 10px 26%;
	min-width:300px;
	max-width:465px;
	display: block;
	float: left;
	padding-top:100px;
	padding-left: 100px;


}

.bloque_der{
	min-height:300px;
	max-width:370px;
	display: block;
	clear: none;
	float: left;
	margin-top: 10px;
	margin-left: 0px;

}



.fondocampologin{

	background-image: url(./images/etiqueta_form.png);





}



.logo_sie{
	max-width: 90%;
}

.logo_sie_400{
	display: none;
}

.texto-img{
	max-width: 200%;
}

h2.bienvenida{
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: normal;
	margin: 20px 0 10px 0;
	color: #fff;
}
.tabla_form {
	margin: 0 auto;
	margin-bottom: 15px;
}

.boton{

	width: 73px;
	margin: 3px 10px;

}

.button {
	padding-top: 5px;
	padding-left: 5px;
    border: 0px solid #006;
    background: transparent;
}



input{



}


footer{
	text-align: center;
	border-top: 2px dotted #ddd;
	margin: 3px 5% 10px 5%;
	font-size: 9px;

}

/* Configuración responsive

/* resolución más 1024
@media only screen and (max-width:1280px) { /* Tablet custom styles
	.bloque_izq{
		margin: 0 0 10px 15%;
		}
	.bloque_der{
		margin-top: 0;
		}
	#fm1{
        margin: 0 0 10px 15%;
    }
}

/* resolución más 1024
@media only screen and (max-width:1024px) { /* Tablet custom styles
	.bloque_izq{
		margin: 0 0 10px 5%;
		}
	#fm1{
        margin: 0 0 10px 5%;
    }
}

/* resolución más 768
@media only screen and (max-width:768px) { /* Tablet custom styles
	.bloque_izq{
		margin 0 0 0 0;
		margin: 0 auto;
		float: none;
		clear: both;
		}
		.bloque_der{
		margin: 0 0 0 0;
		margin: 0 auto;
		float: none;
		clear: both;
		}
		#fm1{
        margin 0 0 0 0;
		margin: 0 auto;
		float: none;
		clear: both;
        }
}
*/

/* resolución más 480
@media only screen and (max-width:480px) { /* Smartphone custom styles
	.bloque_izq{
		min-width: 300px;
		margin: 0 0 10px 0;
		}

	.bloque_izq{
		min-width: 300px;
		margin: 0 0 10px 0;
		}
	#fm1{
        min-width: 300px;
		margin: 0 0 10px 0;
        }
	.logo_sie{
		display: none;
		}
	.logo_sie_400{
		display:inherit;
		max-width: 90%;
		margin:  0 auto;
		}
	#wrapper{
		background: url(/cas/images/curva-colores-cabecera.png) no-repeat;
		background-size: 200%;
		}

	h2.bienvenida{
		margin: 0 0 10px 0;
		}
	.tabla_form {
		margin-bottom: 0px;
		}
	br{
		display: none;
	}
}
/* resolución más 320
@media only screen and (max-width:480px) { /* Smartphone custom styles
	.texto-img{
		max-width: 100%;
		}
}
*/

