img {
	height: auto;
	width: 100%;
}

* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #000;
	text-decoration: none;
}

body {
	/* font-family: 'Open Sans', sans-serif;*/
	/* font-family: Tahoma, Geneva, sans-serif; */
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #151514;
	background-color: #F5F5F5;
	}
.top {
	float: left;
	width: 100%;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCC;
}
.top .izq  {
	float: left;
	width: 25%;
	padding-left: 10px;
}
.top .der {
	float: left;
	width: 25%;
	text-align: right;
	padding-right: 10px;
}
.top .centro {
	float: left;
	width: 50%;
	text-align: center;
}
