@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body{
	font-family: 'Open Sans', sans-serif;
}

header{
	width: 100%;
	height: 107px;
	float: left;
	background: transparent url('../images2015/headerBG.png') repeat-x top center;
	outline: solid black 0px;
}

section{
	width: 100%;
	min-height: 1000px;
	float: left;
	outline: solid red 0px;
	margin: 0px 0px 0px;
}

footer{
	width: 100%;
	height: 200px;
	float: left;
	outline: solid gray 0px;
	background: #000000;
}

.registroahora {
    background: #ff0000 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 180px;
	display:table;
	margin: 0 auto;
}

.registroahora a{
    color: white;
    font-size: 14px;
    font-weight: bolder;
}

.registroahora2 {
    background: #ffcc33 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 180px;
	
}

.registroahora2 a{
    color: black;
    font-size: 14px;
    font-weight: bolder;
}
@media screen and (max-width: 1000px) { 
	header{
		height: 152px;
		background: transparent url('../images2015/headerMovilBG.png') repeat-x top center;
	}

	footer{
		width: 100%;
		height: auto;
		float: left;
		outline: solid gray 0px;
		background: #000000;
	}
}