@charset "utf-8";

.logos_externos{
    display: none;
}


/* Estructura */
	.ventana 
	{
		width: 610px; height:372px; position:absolute; top:50%; left:50%; margin-top:-186px; margin-left:-305px; background:transparent url('imagenes/fondo_intro.jpg') no-repeat;
	}
	
	.contenidos	{width: 610px; height:372px; position:relative;}
	
	.logoDiputacion	{position:absolute; left:46px; top:46px;}
	.logoApei		{position:absolute; left:227px; top:38px; }
	.logoImobe		{position:absolute; left:372px; top:42px; width:179px; height:79px;}
	.logo112		{position:absolute; left:46px; top:271px; width:72px; height:78px;}
	.logoJunta		{position:absolute; left:481px; top:293px; width:82px; height:57px;}
	
	
	.error_login			{display:block; color:#FFED00; width:517px; position:absolute; left:46px; top:147px; font-size:13px; font-weight:bold; text-align:center;}
	.login			{display:block; background-color:#fff; width:487px; height:41px; position:absolute; left:46px; top:175px; padding:15px 15px;}
	
	input	{border:none; padding:0px 4px; line-height:19px; color:#9C9E9F; height:19px;}	
	label	{display:block; color:#9C9E9F; margin-bottom:4px;}

	.campoEmail		{width:229px; float:left; margin-right:15px;}
		.campoEmail	input	{width:221px; background:transparent url('imagenes/campoEmail.jpg') no-repeat;}
	
	.campoPassword	{width:160px; float:left; margin-right:15px;}
		.campoPassword	input	{width:158px; background:transparent url('imagenes/campoPassword.jpg') no-repeat;}
	
	.btn		{
		float:left;
		font-size:11px;
		padding:1px 8px; line-height:17px; background:#DE364C; margin-top:18px; display:block; color:#fff; margin-left:2px;
		border-radius: 4px; -moz-border-radius:4px; -webkit-border-radius:4px;
		width:50px; text-align:center;
	}
	.btn:hover	{background-color:#1e384a;}
	
	.opciones	{position:absolute; top:256px; right:47px;}	
		.opcion			{background:transparent url('imagenes/btnSiguiente.png') no-repeat 0px 4px; padding-left:12px; color:#fff;}
		.opcion:hover	{background-position:0px -26px; color:#FFF200;}
