/* CSS Document */
/*
colores
morado		660099
verde		006600
blanco		ffffff		 

font-family: 'Nunito', sans-serif;
font-family: 'Permanent Marker', cursive;
font-family: 'Special Elite', cursive;

*/


*{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

p{
	color: #fff;
}

.visible{
	display: inline !important;
}

.oculto{
	display: none !important;
}

body{
	background-color:#000;
	
}

#cabecera{
	width:80%;
	height:21.42%;
	max-height:150px;
	/*background-image:url(../img/fondo1.png);*/
	margin:auto;
}


#cuerpo{
	max-width:1144px;
	width:80%;
	max-height:450px;
	height:64.28%;
	/*background-image:url(../img/fondo1.png);*/
	margin:0px auto;
}

#pronto{
	/*font-family:"Charlemagne Std", Castellar, "Arial Rounded MT Bold";*/
	font-family: 'Permanent Marker', cursive;
	font-size:36px;
	color:#660099;
	text-align:center;
	width: 80%;
	margin: 0px auto;
	color: #FFF;

}

#pronto img{

	min-width:150px;
	max-width:50%;
}

#pie{
	width:80%;
	height:14.28%;
	max-height:100px;
	/*background-image:url(../img/fondo1.png);*/
	margin:auto;
}

font a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

p.shell{
	display: block;
	width: 78%;
	margin: 0px auto;
}

@-webkit-keyframes blinker {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
.cursor {
	color: #fff;
  -webkit-animation-name: blinker;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1s; 
}
