@charset "UTF-8";
@font-face {
	font-family: "Amaranth";
    src: url(fonts/Amaranth-Regular.ttf) format("truetype");
}
@font-face {
	font-family: "Barthowheel-Regular";
    src: url(fonts/Barthowheel-Regular.ttf) format("truetype");
}


*{ padding: 0;	margin: 0; }
a{ text-decoration: none;  }
a:hover{ text-decoration: underline; }
	
	#divContenedor{
		position: relative;
		left: 0px;
		margin:0px auto;
		border: solid 0px #000;
		width: 90%;
		text-align: center;
		border-radius: 5px;
		padding:0px;
		height: 480px;
	}
	
    #divContenedor > ul{
		   list-style: none;
	    }
	#divContenedor > ul li{
			display: inline-block;
			background: #fff url(../img/social/dorso_tarjetas.jpg) no-repeat center;
			padding: 5px;
			margin: 4px;
			width: 80px;
			height: 116px;
			
			text-align: center;
			border-radius: 3px;
			border: solid 3px #5B2874;
			cursor: pointer;
			color: #D91139;
			font-size: 14px;
			font-weight: bold;
			background-position: center;
			background-repeat: no-repeat;
		}
	#divContenedor	> ul li:hover{
			border-color: #eb1757;
	
	}
	
		
	
	
	#divInicio{ 
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	}
	
		#divInferior{
			position: absolute;
			top: 0%;
			text-align: center;
			width: 100%;
			padding: 0; 
		}		
		/*#divInferior div{background:url(../img/reloj.jpg) no-repeat;
			text-align: left;
			width:100%;
			margin-left:54%;
			font-family: 'Barthowheel-Regular', sans-serif; 
			font-size:27px; color:#B6B6B6; 
		}
		#divInferior p{
			padding-bottom: 20px;
		}*/
		#divInferior input[type="button"]{
			background:url(../img/reloj.png) center center no-repeat;
			color:#5d2a73; width:400px; height:500px; border:none; 
			cursor: pointer;
			font-family:  'Barthowheel-Regular', sans-serif;
			font-size:60px; padding-top:410px;
		}
		#divInferior input[type="button"]:hover{
			border:none;
			color:#EF1277;
		}
		#divContador{
			position: absolute;
			bottom:10px;
			right: 0; 
		}
		#divContador p{
				padding: 0px;
				color: #a14095;
				text-shadow: #FFF 0.1em 0.1em 0.2em;
				font-family: 'Barthowheel-Regular', sans-serif;
				text-align:left;
				font-size:18px; 
		}
		
