@charset "UTF-8";

body
{
	font-family: sans-serif;
	color: #333;
	background: url(images/body_bgd.png);
}

.container
{
	width: 960px;
	margin: 0 auto;
}

.header-blue
{
	background: url(images/header.png) repeat-x;
	height: 110px;
	width: 100%;
	position: relative;
}

#logo 
{
	background: url(images/logo-orange.png) no-repeat;
	position: absolute;
	background-size: 100%;
	width: 298px;
	height: 110px;
	display: block;
	top: -8px;
	left: -1px;
}
#logo-line
{
	width: 830px;
	height: 5px;
	background: #FF9100;
	position: absolute;
	top: 53px;
	right: 0;
}
#fono
{
	background: #3C3C3C;
	width: 300px;
	height: 55px;
	top: 290px;
	position: absolute;
	right: 25px;
	color: #fff;
	line-height: 55px;
	text-align: center;
	background-image: url(http://schneiderenergy.cl/images/fono.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 25px 12px;
	z-index: 9999;
}
.slider
{
	width: 100%;
	height:250px;
	background: #fff;
	overflow: hidden;
}
.slide
{
	background-size: cover;
	-moz-background:cover;
	-webkit-background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 250px;
	z-index: 1;
	position: relative;
}
.slide > div 
{
	position: absolute;
	top: 150px;
	background: rgba(51, 51, 51, 0.45);
	text-shadow: #000 1px 1px 5px;
	padding: 5px 20px;
	font-weight: 500;
	font-family: Roboto;
	left: 30px;
}
.slide > div > p
{
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.menu
{
	background: url(images/menu.png) repeat-x;
	height: 60px;
}

.menu ul
{
	list-style: none;
	margin:0;
	padding: 0;
	width:95%;
	margin: 0 auto;
  	display: table;
}

.menu li
{
	display: table-cell;
  	width: auto;
	line-height: 60px;
	text-align: center;
}

.menu a
{
	color: #333;
	text-decoration: none;
	font-family: Roboto;
	text-transform: uppercase;
	font-weight: 500;
}
.main
{
	padding: 10px;
	color: #babec1;
	font-family: Roboto;

}
.img 
{
	width: 30%;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	padding: 0px 10px;
}
.img img
{
	max-width: 100%;
}
.text-center
{
	text-align: center;
}
footer
{
	margin-top: 30px !important;
	padding: 10px 0px;
	background: #333;
	color:#babec1;
	font-family: Roboto;
	font-weight: 100;
	text-align: center;
}
.panel 
{
	border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;
	margin-bottom: 1.11111rem;
	padding: 1.11111rem;
	background: #fff;
	color: #333333;
}
.logos-footer {
	width: 960px;
margin: 10px auto;
padding: 10px 0px;
background: #fff;
border-radius: 10px;

}