
/*---------------------------------------------------General------------------------------------------------------*/

* {text-indent:0px; margin:0px; padding:0px; border:0px; outline: 0;}

p {text-align:center;}

body {text-align:center;}

#global {
	width:100%; 
	margin:auto;
	min-height:100%;
	height: auto!important;
	height:100%;
}

/*---------------------------------------------------Fuentes------------------------------------------------------*/

@font-face {
    font-family: "Anton";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("fuentes/Anton.woff") format("woff"), url("Fuentes/Anton.ttf") format("truetype");
}

/*---------------------------------------------------Cabecera------------------------------------------------------*/

#cabecera-general {
	background-color:gray; 
	width:100%;
}
#cabecera {
	background-color:white; 
	width:980px; 
	margin:auto;
	padding-top:100px;
}

#logotipo {
	margin:auto;
}

/*---------------------------------------------------Contenido------------------------------------------------------*/

#contenido-general {
	background-color:transparent; 
	width:100%;
}
#contenido {
	background-color:transparent; 
	width:980px; 
	margin:auto;
}

/*---------------------------------------------------Pie------------------------------------------------------*/

#pone-pie-abajo {
	clear:both; 
	padding-top:100px;
}

#pie-general {
	width:100%;
	background-color:#FC3;
}

#pie {
	width:980px;
	margin:auto;
	text-align: center;
	color: #fff;
	height: 50px;
	margin-top: -50px;
}
