@CHARSET "UTF-8";

#banner{
	min-height: 330px;
	background: #fff url('../images/banner.png') no-repeat center top;
}

#logo{
	margin-top: 139px;
}

#menu{
	margin-top: 174px;
}

#menu-item{
	background-color: #172983;
	width: 93%;
}

.main-box > h2{
	background-color: #172983;
	padding: 10px;
	color: #fff;
}

.main-box > div{
	background-color: #cacbcc;
	padding: 5px;
	border: 1px solid #172983;
}

.control-label {
	width: 100px !important;
}

.controls{
	margin-left: 110px !important;
}

#redes{
	margin-top: 2%;
	background-color: #172983;
	padding: 5px;
}

#redes > div{
	float: right;
	border-left: 2px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
}

#redes > div > a > img{
	width: 30px;
	height: 30px;
}

#contenido-inferior{
	min-height: 150px;
	background-color: #cacbcc;
}

.menu_footer > h3 > a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #58585a;
}

.menu_footer > ul{
	font-size: 11px;
	text-decoration: none;
	color: #58585a;
}

.menu_footer > ul > li{
	list-style: none;
	margin-left: -40px;
}

.menu_footer > ul > li > a{
	color: #58585a;
}

#footer{
	background-color: #172983;
	color: #fff;
	text-align: center;
	font-size: smaller;
}

label.error { 
	color: red; 
	font-size:11px;
	display:block; 
	width:auto; 
}