a{color: #666;}

.slides li img{margin: 0 auto;}

header hgroup h1{
	font-size: 50px;
	line-height: 60px;
	color: #555;
}

header hgroup h2{
	color: #777;
	font-size: 30px;
	line-height: 40px;
}

#main{
padding-top: 20px; 
#background-color:#105C93;
background-repeat: no-repeat;
background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0, #1193F0),
	color-stop(1, #105C93)
);
background-image: -o-linear-gradient(right, #1193F0 0%, #105C93 100%);
background-image: -moz-linear-gradient(right, #1193F0 0%, #105C93 100%);
background-image: -webkit-linear-gradient(right, #1193F0 0%, #105C93 100%);
background-image: -ms-linear-gradient(right, #1193F0 0%, #105C93 100%);
background-image: linear-gradient(to right, #1193F0 0%, #105C93 100%);

}


.center{text-align: center;}

/* Correcciones de estilo del slider */
#slider{padding-bottom: 40px;}
#slider .flex-direction-nav li a.prev {left: -16px;}
#slider .flex-direction-nav li a.next {right: -24px;}