@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);

body {
	font-size: 14px;
	/* [disabled]font-family: 'Open Sans', sans-serif; */
	margin: 0;
	padding: 0;
	color: #545454;
}

#contenedor{
	background-color:#FFF;
	margin:auto;
	width:auto;
}  

.encabezado1 {
	width: auto;
	background-image: url(../images/e1.jpg);
	background-repeat: no-repeat;
    background-position: center;
	height: 50px;
	margin-bottom: 25px;
}

.encabezado4 {
	width: auto;
	background-image: url(../images/e2.jpg);
	background-repeat: no-repeat;
    background-position: center;
	height: 50px;
	margin-bottom: 25px;
}

.partidos {
	width: 100%;
	margin:auto;
}

.partidos img{
	max-width: 100%;
	height: auto;
}

#zona2 {
	text-align: center;
	font-size: 18px;
	font-weight:bold;	
}

.banner_PREP {
	font-size:25px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
	}
	
.bar_1 {
	width: auto;
	height: auto;
	font-size: 12px;
	text-align:center;
 	display: inline-block;
	}
	
.bar_2 {
    margin: 15px 5px 15px 5px;
    width: auto;
    height: auto;

} 
.nuevo {
	width: 100%;
	text-align:center;
		}

.left {
	float: left;
}

.right {
	float: right;
}
