
/*!
 * reparsoft - LESS  last compressed 
 * @licence reparsoft - v1.0.0 (2015-01-19)
 * http://56hm.com/ | Licence: MIT
 */.wrapper {
  width: 1000px;
  margin: auto
}

.wid-f { width: 100% }

.hei-f { height: 100% }

.of-h { overflow: hidden }

.fat-l { float: left }

.fat-r { float: right }

.pat-5 { padding-top: 5px }

.pat-10 { padding-top: 10px }

.mat-5 { margin-top: 5px }

.mat-10 { margin-top: 10px }

.fot-yhei { font-family: 'Microsoft Yahei' }

.fot-arial { font-family: 'Arial' }

.icon {
  display: inline-block;
  zoom: 1;
  vertical-align: middle
}
[class^='ico-'] {
background:url('../../images/themes/simple/ico.png')
}

.ico-bar_edge { background-position: 0 -42px }

/*.header { background: url('../../images/themes/simple/header.jpg') center no-repeat }*/

.nav-main { background-color: #0f3fa1 }

.nav-main ul.wrapper>li { background: url('../../images/themes/simple/nav_main-split.gif') center left no-repeat }

.nav-main ul.wrapper>li a { color: #fff }

.nav-main ul.wrapper>li:hover a { color: #fed958 }
[class^='tibar-']>.bar>a {
color:#fff
}
[class^='tibar-']>.bar>a:hover {
color:#fed958
}
[class^='tibar-']>.edge {
background-color:#0f3fa1
}

.tibar-simple { background-color: #e95546 }

.list-aggregate li {
	border-bottom-color: #fff;
    padding: 13px 11px;
    width: 96%;
    margin: 0 auto;
	background: #c9de96; /* Old browsers */
background: -moz-linear-gradient(top, #353535 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #353535 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #353535 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}

.list-aggregate li a { color: #fff700;
text-decoration:underline;
cursor:pointer;}

.list-aggregate li a:hover { color: #fff }

.list-aggregate li p { color: #fff; padding:0 10px; }

.list-aggregate li:hover { background-color: #7fab00;
}
.news-res{
	color:#fc0;
	font-weight:600;
	font-size:15px;}
.news-marco-1{
	width: 33%;
    margin: 6px 0;
    background-color: #000;
    float: right;}
.news-marco-2{
	height:256px;}	
.premios-recientes{
	color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;}



@media (max-width:640px) {
	.news-marco-1{
	width: 100% !important;
    margin: 6px 0;
    background-color: #000;
    float: right;
	text-align:center !important;}
}