html{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.homeContents
{
    padding: 26px 26px 26px 26px;
    display: block;
    float: left;
    width: 100%;
}

.siteContents
{
    padding: 46px 26px 46px 26px;
    display: block;
    float: left;
    width: 100%;
}

.intro
{
    background-color: #f5f6fa;
    color: #353b48;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    display: block;
    float: left;
    padding: 60px 60px 60px 60px;
    width: 100%;
}

.cardImageRounded
{
    overflow: hidden;
    display: block;
    float: left;
    width: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 10px 10px 10px 10px;
    border: 1px solid #adadad;
}

.grid
{
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
}

.grid-item
{
    width: 310px;
    margin-bottom: 40px;
}

.grid-item-file
{
    width: 360px;
    margin-bottom: 40px;
}

.grid-item--width2
{
    width: 400px; 
}

.quoteContainer
{
    top: 228px;
    left: 0px;
    width: 380px;
    height: 80px;
    position: absolute;
    z-index: 100;
    display: none;
}

.quote
{
    margin: 0 0 0 8px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #00923f;
    text-shadow: 2px 2px #f1f2f6;
    padding: 20px 20px 20px 20px;
    display: block;
    float:left;
    width: calc( 100% - 178px );
    height: 80px;
    z-index: 10;
    background-color: #ffffff;
    opacity: 0.85;
    filter: alpha(opacity=85);
    border-top: 0px solid #00612f;
}

.quoteLogo
{
    background-image: url(../images/h_cesaladillo.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    float:left;
    width: 170px;
    height: 80px;
    z-index: 20;
    background-color: #ffffff;
    opacity: 0.85;
    filter: alpha(opacity=85);
    border-top: 0px solid #00612f;
}

.headerTop{
	margin-top: 47px;
	display: block;
	float: left;
	height: 160px;
	width: 100%;
	background-color: #00923f;
	background-image: linear-gradient(#00923f, #00612f);
	overflow: hidden;
	z-index: 1;
}

.sliderTop
{
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
}

.logoHeader
{
    display: block;
    float: left;
    background-image: url(../images/logoheader.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 30px 16px 0 50px;
    overflow: hidden;
    width: 252px;
    height: 115px;
    z-index: 100;
}

.logoHeaderTexto
{
    display: block;
    float: left;
    background-image: url(../images/logoheadertexton.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin: 35px 20px 0 0;
    overflow: hidden;
    width: 365px;
    height: 71px;
    z-index: 100;
}

.textHeader
{
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    background-color: #019247;
    display: block;
    float: left;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 480px;
    height: 30px;
    z-index: 100;
    border: 1px solid yellow;
}

.selectNone
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contentType
{
    background-color: #beb9bb;
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    display: block;
    float: left;
    width: 100%;
    padding: 8px 8px 8px 8px;
    margin: 0 0 0 0;
}

.contentDetailBox
{
    color: #2b5688;
    background-color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    display: block;
    float: left;
    width: 100%;
    padding: 12px 12px 12px 12px;
    margin: 14px 0 14px 0;
    -webkit-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.contentDetailBox:hover
{
    background-color: #fff9ea;
}

.contentMore
{
    color: #2b5688;
    background-color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    display: block;
    float: left;
    width: 100%;
    padding: 12px 12px 12px 12px;
    margin: 14px 0 14px 0;
}

.contentDetailText
{
    cursor: pointer;
    color: #2b5688;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    float: left;
    width: calc( 100% - 36px );
}

.contentDetailIcons
{
    color: #2b5688;
    display: block;
    float: left;
    width: 36px;
}

.contentDetailBoxSepa
{
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #beb9bb;
    height: 1px;
}

.filterDetail
{
    display: block;
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
}

.filterDetailContainer
{
    display: block;
    float: left;
    width: 340px;
    margin: 0 20px 20px 0;
    border-right: 4px solid #2b5688;
    display: none;
}

.filterResultContainer
{
    display: block;
    float: left;
    width: calc( 100% - 360px );
    margin: 0 0 0 0;
    display: none;
}

.searchFrame
{
    padding: 40px 40px 40px 40px;
    width: 100%;
    min-height: 700px;
    display: block;
    float: left;
}

.modalUpload
{
	position: absolute;
	display: block;
	float: left;
	cursor: default;
	background: rgba(224, 224, 224, 0.5);
  	z-index: 20;
  	display: none;
}

.listRow
{
	cursor: pointer;
	padding: 14px 14px 14px 14px;
	display: block;
	float: left;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	border-bottom: 1px solid #7b7c7b;
}

.listRow:hover
{
	background-color: #e1efff;	
}

.modalContent
{
	padding: 28px 26px 28px 26px;
	background-color: #ffffff;
	display: block;
	float: left;
	width: 100%;
}

.topSessionUserData
{
	margin-left: 10px;
	display: block;
	float: right;
	height: 42px;
}

.topSessionUserDataOff
{
	margin-left: 10px;
	display: block;
	float: right;
	height: 42px;
}

.topSessionUserDataField
{
	color: #346397;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-align: right;
	line-height: 14px;
}

.logedData
{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
	float: left;
	color: #346397;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

.waves-effect.waves-globalix .waves-ripple {
    background-color: rgba(50, 89, 138, 0.3);
}

.link{
	-webkit-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
	color: #214c7c;
	text-decoration: none;
}

.link:hover{
	color: #b71b00;
}

.linkPie
{
	display: block;
	float: left;
	margin-top: 20px;
	color: #4a7eb8;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .5px;
	width: 100%;
	padding: 20px 20px 20px 20px;
	
}

.contentCardRight
{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 36px;
	padding: 20px 20px 20px 20px;
	background-color: #fff9f9;
	border: 1px solid #e8efeb;
	border-top-right-radius: 110px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}

.contentCard
{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 36px;
	padding: 20px 20px 20px 20px;
	background-color: #fff9f9;
	border: 1px solid #e8efeb;
	border-top-left-radius: 110px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top: 2px solid #4a7eb8;
	border-bottom: 2px solid #4a7eb8;
	overflow: hidden;
}

.racionalSepa
{
	display: block;
	float: left;
	width: calc(100% - 239px);
	height: 260px;
}

.racionalImageRight
{
	margin-left: 25px;
	margin-bottom: 25px;
	background-image: url(../images/ur1.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	float: right;
	width: 214px;
	height: 214px;
	border-radius: 110px;
}

.racionalImage
{
	width: calc(100% - 244px);
	margin-right: 25px;
	margin-bottom: 40px;
	background-image: url(../images/ur1.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	float: left;
	width: 214px;
	height: 214px;
	border-radius: 110px;
}

.racionalTitle
{
	width: calc(100% - 244px);
	padding-top: 26px;
	padding-bottom: 20px;
	color: #4a7eb8;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: .5px;
	display: block;
	float: left;
}

.racionalTitleRight
{
	width: calc(100% - 244px);
	padding-top: 26px;
	padding-bottom: 20px;
	color: #4a7eb8;
	text-align: right;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: .5px;
	display: block;
	float: left;
}

.racionalDetail
{
	padding-bottom: 10px;
	color: #a3aaa6;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: .5px;
	display: block;
	float: left;
}

.racionalDetailRight
{
	padding-bottom: 10px;
	color: #a3aaa6;
	text-align: right;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: .5px;
	display: block;
	float: left;
}

.sliderImgContainer
{
	display: block;
	float: left;
	border: 0px solid red;
}

.highlightActivity
{
	margin: 10px 10px 6px 6px;
	padding: 10px 10px 10px 10px;
	display: block;
	float: right;
	color: #ffffff;
	background-color: #9eacb2;
	width: 82px;
	text-align: center;
	font-family: Roboto;
	font-size: 11px;
	line-height: 12px;
	font-weight: 500;
}

.provinceName
{
	color: #2b5688;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .5px;
	line-height: 23px;
	display: block;
	float: left;
	width: 100%;
}

.companyName
{
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	color: #5f6f70;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 19px;
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #2b5688;
}

.mapContainer
{
	margin: 20px 0 0 40px;
	display:block;
	float: left;
	width: 250px;
}

.mapCompanyContainer
{
	margin: 20px 0 0 20px;
	display:block;
	float: left;
	width: calc( 100% - 330px );
}

.area
{
	padding: 0 16px 0 16px;
	margin: 30px 0 0 0;
	display: block;
	float: left;
	width: 100%;
}

.areaName
{
	padding-bottom: 12px;
	color: #2b5688;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: .5px;
	display: block;
	float: left;
	width: 100%;
	text-transform: uppercase;
}

.areaDirector
{	
	padding-bottom: 12px;
	display: block;
	float: left;
	width: 100%;
}

.areaDirectorName
{
	margin: 0 10px 0 0;
	color: #767f88;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 15px;
	display: block;
	float: left;
}

.areaDirectorCompany
{
	margin: 0 10px 0 0;
	color: #767f88;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: .5px;
	display: block;
	float: left;
}

.numbersCount
{
	color: #2b5688;
	font-family: Roboto, sans-serif;
	font-weight: 800;
	font-size: 50px;
	letter-spacing: .5px;
	display: block;
	float: left;
	padding: 26px 0px 0px 16px;
}

.imageDetail
{
	padding: 0px 16px 16px 16px;
	color: #767f88;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: .5px;
	width: 100%;
	display: block;
	float: left;
}

.normalText
{
	padding: 16px 16px 16px 16px;
	color: #767f88;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: .5px;
	width: 100%;
	display: block;
	float: left;
}

.secSubTitle
{
	margin: 0 0 20px 0;
	padding: 0 0 14px 16px;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #2b5688;
	text-align: left;
	display: block;
	float: left;
	width: calc(100% - 16px);
	border-bottom: 1px solid #6e7c7e;
}

.colCont
{
	clear: both;
	width: 100%;
}

.submenuBase
{
	/*margin-left: 8px;*/
	margin-top: 6px;
	padding-bottom: 14px;
	display: block;
	float: left;
	background-color: #ffffff;
	width: 100%;
	z-index: 100;
}

.submenuContent
{
	margin-left: 20px;
	margin-bottom: 26px;
	background-color: #ffffff;
	display: block;
	float: left;
	width: 100%;
	z-index: 100;
}

.submenu
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #95a5a6;
	/*margin: 0 0 30px 0;*/
	margin-top: 38px;
	padding: 0px 16px 16px 16px;
	display: block;
	float: left;
	width: 100%;
}

.submenuOpci
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	margin: 16px 0 0 0;
	padding: 12px 12px 12px 12px;
	display: block;
	float: left;
	color: #ffffff;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #6e7c7e;
}

.modalHeaderTitle
{
	margin: 22px 0 0 20px;
	display: block;
	float: left;
	color: #ffffff;
	text-align: left;
	font-family: Roboto;
	font-weight: 500;
	font-size: 20px;
	cursor: default;
}

.modalHeader
{
	display: block;
	float: left;
	width: 100%;
	height: 65px;
	background-color: #008238;
	overflow: hidden;
}

.activityLinks
{	
	padding: 0px 26px 26px 26px;
	background-color: #ffffff;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.messageHeader
{
	display: block;
	float: left;
	width: 100%;
	height: 65px;
	background-color: #4b7fbb;
	overflow: hidden;
}

.messageFile
{
	display: block;
	float: left;
	color: #4e82be;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	width: 100%;
	padding: 10px 20px 20px 20px;
}

.messageIcon
{
	padding-top: 16px;
	text-align: center;
	font-family: Roboto;
	font-size: 38px;
	font-weight: 700;
	color: #ffffff;
	display: block;
	float: left;
	height: 65px;
	width: 69px;
	line-height: 65px;
}

.messageSepa
{
	display: block;
	float: left;
	width: 1px;
	height: 65px;
	border-left: 1px solid #939ea5;
}

.messageHeaderData{
	padding: 14px 14px 14px 14px;
	width: calc( 100% - 70px );
	font-family: Roboto;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	display: block;
	float: left;
}

.messageUser
{
	margin-bottom: 4px;
	width: 100%;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	display: block;
	float: left;
}

.messageCompany
{
	width: 100%;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 500;
	color: #c0e4ff;
	display: block;
	float: left;
}

.modalOverlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	background-color: #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 20000;
	display: none;
}

.modalWindowContent
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 21000;
	overflow-y: auto;
	overflow-x: none;
	display: none;
}

.modalWindow
{
	padding: 0 0 0 0;
	position: relative;
	margin-top: 80px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	background-color: #ffffff;
}

.pageContent
{
	display: block;
	float: left;
	width: 100%;
}

.pageContentSepa
{
	display: block;
	float: left;
	margin: 8px 0 8px 0;
	width: 100%;
	border-bottom: 1px solid #8a8b8a;
}

.pageContentText
{
	padding: 10px 10px 10px 10px;
	display: block;
	float: left;
	color: #37669c;
	width: calc( 100% - 60px );
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .5px;
	word-wrap: break-word;
}

.pageContentNumber
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	display: block;
	float: right;
	color: #FFFFFF;
	background-color: #37669c;
	width: 46px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .5px;
	text-align: center;
}

.magazinePDF
{
	display: block;
	float: right;
	width: 60px;
	height: 74px;
	cursor: pointer;
}

.magazineTopic
{
	padding: 0 0 6px 0;
	width: calc( 100% - 70px );
	display: block;
	float: left;
	color: #32598a;
	text-align: left;
	font-family: Roboto;
	font-weight: 700;
	font-size: 26px;
}

.magazineNumber
{
	width: calc( 100% - 70px );
	display: block;
	float: left;
	color: #32598a;
	text-align: left;
	font-family: Roboto;
	font-size: 16px;
}

.magazineTitle
{
	padding: 14px 14px 1px 14px;
	width: 100%;
	display: block;
	float: left;
	color: #32598a;
	text-align: left;
	font-family: Roboto;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	word-wrap: break-word;
}

.magazineEdicion
{
	padding: 3px 14px 14px 14px;
	width: 212px;
	display: block;
	float: left;
	width: 100%;
	color: #32598a;
	text-align: left;
	font-family: Roboto;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	word-wrap: break-word;
}

.magazineSectionContent
{
	margin-top: 22px;
	display: block;
	float: left;
	width: 100%;
}

.magazineSection
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 10px 10px 10px;
	display: block;
	float: left;
	width: 100%;
	color: #ffffff;
	text-align: left;
	font-family: Roboto;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	background-color: #8a8b8a;
}

.magazineContent
{
	padding: 10px 10px 10px 10px;
	display: block;
	float: left;
	width: 100%;
	color: #58585a;
	text-align: left;
	font-family: Roboto;
	font-size: 15px;
}


.boulletinTitle
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 9px 0;
	display: block;
	float: left;
	width: 100%;
	color: #ffffff;
	text-align: left;
	font-family: Roboto;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	background-color: #32598a;
}

.boulletinText
{
	padding: 10px 10px 10px 10px;
	display: block;
	float: left;
	width: 100%;
	color: #58585a;
	text-align: left;
	font-family: Roboto;
	font-size: 15px;
}

.boulletinSepa
{
	padding: 16px 0 16px 0;
	margin: 16px 0 16px 0;
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #8b9191;
}

.modalTitle
{
	line-height: 20px;
	display: block;
	float: left;
	color: #32598a;
	text-align: left;
	font-family: Roboto;
	font-weight: 500;
	font-size: 16px;
	cursor: default;
}

.modalDivider{
	margin: 12px 0 18px 0;
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #007532;
}

.newsYear
{
	display: none;
}

.newsMonth
{
	display: none;
}

.secGridContent
{
	width: auto;
	display: block;
	float: left;
}

.secGridControls
{
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 8px;
	padding: 6px 6px 6px 6px;
	color: #37669c;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	display: block;
	float: left;
	background-color: #c5c9d2;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.secGridControlsIcon
{
	margin-right: 8px;
	color: #37669c;
	display: block;
	float: left;
}

.secGridControlsName
{
	margin-top: 5px;
	color: #37669c;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	display: block;
	float: left;
	width: 140px;
}

.secGridDescription
{
	color: #37669c;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	padding: 0px 0px 30px 0px;
	margin: 0px 26px 50px 26px;
	width: calc( 100% - 52px);
	display: block;
	float: left;
	border-bottom: 1px solid #beb9bb;
}

.gridCardFileTitleContainer
{
	margin-top: 14px;
	color: #37669c;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: .5px;
	word-wrap: break-word;
	overflow: hidden;
	width: calc( 100% - 124px );
	display: block;
	float: left;
}

.gridCardFileTitle
{
	color: #37669c;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: .5px;
	word-wrap: break-word;
	overflow: hidden;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
}

.gridCardFileName
{
	color: #37669c;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: .5px;
	word-wrap: break-word;
	overflow: hidden;
	width: 100%;
	display: block;
	float: left;
}

.fileReport
{
	-webkit-border-radius: 53px;
	-moz-border-radius: 53px;
	border-radius: 53px;
	margin-right: 16px;
	cursor: pointer;
	width: 107px;
	height: 107px;
	display: block;
	float: left;
	background-image: url(../images/filereport.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #beb9bb;
}

.gridCardSimple
{
	margin: 0 14px 0 14px;
	margin-bottom: 26px;
	display: block;
	float: left;
	width: 300px;
	min-height: 120px;
	display: none;
}

.gridCard
{
	margin: 0 14px 26px 14px;
	/*margin-bottom: 26px;*/
	cursor: pointer;
	display: block;
	float: left;
	width: 280px;
	border: 1px solid #beb9bb;
	overflow: hidden;
	display: none;
}

.gridCardImage{
	cursor: pointer;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.gridCardTitle{
	color: #37669c;
	padding: 16px 16px 8px 16px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: .5px;
	word-wrap: break-word;
	overflow: hidden;
}

.gridCardIntroduction{
	color: #b0adae;
	padding: 0px 16px 22px 16px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: .5px;
	word-wrap: break-word;
	overflow: hidden;
}

.galleryContainer
{
	display: block;
	float: left;
}

.hilightImage{
	-webkit-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.hilightImage:hover{
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
}

.newsCentralImage{
	-webkit-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.page{
    width: 100%;
	z-index: 1;
}

.menuTop{
	position: fixed;
	display: block;
	float: left;
	height: 47px;
	width: 100%;
	background-color: #00923f;
	z-index: 800;
}

.logoa{
	margin: 30px 0 0 25px;
	display: block;
	float: left;
	height: 77px;
	width: 130px;
	background-image: url(../images/logoa.svg);
	background-repeat: no-repeat;
}
    
.logob{
	margin: 27px 0 0 10px;
	display: block;
	float: left;
	height: 77px;
	width: 296px;
	background-image: url(../images/logob.svg);
	background-repeat: no-repeat;
}

.logoc{
	margin: 27px 0 0 10px;
	display: block;
	float: left;
	height: 67px;
	width: 290px;
	background-image: url(../images/logoc.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.logo{
	margin: 27px 0 0 25px;
	display: block;
	float: left;
	height: 126px;
	width: 347px;
	background-image: url(../images/adeera25.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.menuItem
{
	text-transform: uppercase;
	cursor: pointer;
	font-family: Raleway;
	display: block;
	float: right; 
	margin-right: 20px;
	color: #ffdd59;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 48px;
	height: 46px;
	-webkit-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menuItemIcon{
	margin: 12px 9px 0px 0px;
	cursor: pointer;
	display: block;
	float: right; 
	height: 23px;
	width: 23px;
}

.menuContainer{
	text-align: right;
	position: fixed;
	top: 0;
	width: 100%;
	height: 46px;
	overflow: hidden;
	z-index: 800;
	-webkit-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.menuBurger{
	margin-right: 20px;
    margin-left: 14px;
    display: block; 
    float: left;
    color: #c8e2ee;
    height: 46px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logoTop{
	display: block;
	float: left;
	margin: 0 0 0 0;
	height: 47px;
	width: 240px;
	/*background-image: url(../images/apebatop.jpg);*/
	background-repeat: no-repeat;
	background-size: contain;
	backgorund-position: center;
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
	user-select: none;
	display: none;
}

.newsTop{
	width: 300px;
	height: 130px;
}

.headerNews{
	display: block;
	float: left;
	min-height: 270px;
	width: 100%;
	background-color: #4276b0;
	overflow: hidden;
	border-top: 1px solid #2b5688;
	z-index: 1;
}

.headerNews .imagen{
	cursor: pointer;
	padding: 30px 0 0 0;
	display: block;
	float: left;
	width: 790px;
	height: 270px;
	background-image: url(../temp/eolica.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.headerNews .content{
	padding: 20px 20px 0 20px;
	display: block;
	float: left;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.headerNews .date{
	cursor: default;
	color: #ffffff;
	background-color: #305a8c;
	margin: 0 8px 0 0;
	padding: 8px 8px 8px 8px;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 12px;
}

.headerNews .theme{
	cursor: default;
	color: #ffffff;
	background-color: #27ae61;
	margin: 0 8px 0 0;
	padding: 8px 8px 8px 8px;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 12px;
}

.headerNews .title{
	cursor: pointer;
	color: #f1ebdd;
	margin: 14px 14px 14px 0;
	width: 100%;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: .5px;
}

.headerNews .caption{
	cursor: pointer;
	color: #88d2ff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: .5px;
	width: 100%;
	display: block;
	float: left;
}

.rightIndicator{
	display: block;
	float: left;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 30px solid #4276b0;
	border-bottom: 50px solid transparent;
}

.leftIndicator{
	display: block;
	float: right;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-right: 30px solid #4276b0;
	border-bottom: 50px solid transparent;
}

.upIndicator{
	display: block;
	float: right;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 30px solid #4276b0;
}

.iMore{
	margin: 24px 0 0 0;
	background-image: url(../images/imore.svg);
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: right; 
	height: 50px;
	width: 50px;
	color: red;
}

.newsCarouselContainer{
	display: block;
	float: left;
	border-top: 5px solid #2b5688;
	border-bottom: 2px solid #2b5688;
}

.newsCarousel{
	display: block;
	float: left;
	width: 470px;
	height: 270px;
	background-image: url(../temp/noticia.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	cursor: pointer;
}

.newsCarouselImagen{
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.newsCarouselContentBig{
	position: absolute;
	padding: 12px 12px 12px 12px;
	width: 100%;
	height: auto;
	text-align: left;
	background-color:rgba(66,118,176,0.85);
	z-index: 10;
	display: none;
}

.newsCarouselContentBig .date{
	cursor: default;
	color: #ffffff;
	background-color: #305a8c;
	margin: 0 6px 0 0;
	padding: 6px 6px 6px 6px;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 10px;
}

.newsCarouselContentBig .theme{
	cursor: default;
	color: #ffffff;
	background-color: #27ae61;
	margin: 0 6px 0 0;
	padding: 6px 6px 6px 6px;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 10px;
	line-height: 10px;
}

.newsCarouselContentBig .title{
	cursor: pointer;
	color: #f1ebdd;
	margin: 12px 12px 12px 0;
	width: 100%;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: .5px;
}

.newsCarouselContentBig .caption{
	cursor: pointer;
	color: #88d2ff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .5px;
	width: 100%;
	display: block;
	float: left;
}

.newsCarouselContent{
	padding: 14px 14px 14px 14px;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #4276b0;
}

.newsCarouselContent .date{
	cursor: default;
	color: #ffffff;
	background-color: #305a8c;
	margin: 0 6px 0 0;
	padding: 6px 6px 6px 6px;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 10px;
}

.newsCarouselContent .theme{
	cursor: default;
	color: #ffffff;
	background-color: #27ae61;
	margin: 0 6px 0 0;
	padding: 6px 6px 6px 6px;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 10px;
	line-height: 10px;
}

.newsCarouselContent .title{
	cursor: pointer;
	color: #f1ebdd;
	margin: 12px 12px 12px 0;
	width: 100%;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: .5px;
}

.newsCarouselContent .caption{
	cursor: pointer;
	color: #88d2ff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: .5px;
	width: 100%;
	display: block;
	float: left;
}

.directAccesses{
	padding: 46px 20px 36px 0px;
	display: block;
	float: left;
	width: 100%;
	background-image: url(../images/wavecut.jpg);
	border-top: 1px solid #dad4d6;
	-webkit-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}

.directAccessContainer{
	display: block;
	float: left;
}

.directAccessContent{
	padding: 16px 16px 16px 16px;
	display: block;
	float: left;
}

.accessTitle{
	padding-bottom: 12px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: .5px;
	display: block;
	float: left;
	color: #f1ebdd;
}

.accessDetail{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .5px;
	display: block;
	float: left;
	color: #ffffff;
}

.directAccess{
	margin: 0 0px 20px 20px;
	display: block;
	float: left;
	width: 310px;
	height: 310px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	transition:all 0.5s ;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
	-moz-transition:all 0.5s ;
}

.directAccess:hover{
	/*background-size: 110% 110%;*/
}

.footer{
	padding: 26px 26px 26px 26px;
	display: block;
	float: left;
	width: 100%;
	background-color: #00923f;
	background-image: linear-gradient(#00923f, #00612f);
}

.footerOne{
	display: block;
	float: left;
}

.apebapie{
	margin: 10px 0 10px 0px;
	width: 288px;
	height: 90px;
	display: block;
	float: left;
	background-image: url(../images/logoheader.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.address
{
    padding: 0 10px 0 10px;
	margin-top: 14px;
	margin-bottom: 20px;
	color: #ffdd59;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .5px;
	font-style: normal;
	display: block;
	float: left;
}

.globalix{
	cursor: pointer;
	margin: 116px 0 0 0px;
	width: 173px;
	height: 16px;
	display: block;
	float: left;
	background-image: url(../images/globalix.svg);
	background-repeat: no-repeat;
}

.loadContents
{
	background-color: Blue;
	margin-left: -200px;
	position: absolute;
	border: 1px solid blue;
	width: 300px;
	height: 100px;
	overflow: hidden;
	z-index: -10;
}

.secYearMonthContainer
{
	display: block;
	float: right;
	width: 340px;
}

.titSec
{
    padding: 10px 10px 10px 0;
    display: block;
	float: left;
}

.selDescription
{
	padding-top: 5px;
	text-align: center;
	height: 40px;
	font-size: 13px;
	line-height: 14px;
	width: 100px;
	display: block;
	float: right;
	border: 1px solid #007a34;
	color: #ffffff;
	background-color: #007a34;
}

.selField
{
	height: 40px;
	background-color: rgba(0, 0, 0, 0);
	font-size: 16px;
	width: 144px;
	display: block;
	float: right;
	margin-left: 8px;
	border: 1px solid #007a34;
}

.linkTitle
{
	color: #78878b;
	text-decoration: none;
}

.secTitle
{
	margin: 8px 0 10px 0;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	color: #2b5688;
	text-align: center;
	display: block;
	float: left;
}

.secContent{
	height: auto;
	display: block;
	float: left;
}

.secNews{
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #939192;
	border-top: 6px solid #27ae61;
}

.secNewsHead{
	margin-top: -3px;
	padding: 26px 26px 26px 26px;
	display: block;
	float: left;
	background-color: #00923f;
	background-image: linear-gradient(#00923f, #00612f);
	width: 100%;
}

.secNewsHead .courseInfo{
	cursor: default;
	color: #ffffff;
	background-color: #15a186;
	margin: 0 0 8px 0;
	padding: 8px 10px 8px 10px;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
}

.secNewsHead .date{
	cursor: default;
	color: #ffffff;
	background-color: #444a52;
	margin: 0 8px 9px 0;
	padding: 8px 10px 8px 10px;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 12px;
}

.secNewsHead .theme{
	cursor: default;
	color: #ffffff;
	background-color: #27ae61;
	margin: 0 8px 9px 0;
	padding: 8px 10px 8px 10px;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 12px;
}

.secNewsHead .title{
	color: #f1ebdd;
	margin: 26px 0px 24px 0;
	width: 100%;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: .5px;
}

.secNewsHead .caption{
	color: #f1ebdd;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: .5px;
	width: 100%;
	display: block;
	float: left;
}

.secNewsBody{
	padding: 26px 26px 26px 26px;
	color: #767f88;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: .5px;
	width: 100%;
	display: block;
	float: left;
}

.iNewsOptionContainer{
	margin-top: 20px;
	display: block;
	float: left;
	width: 100%;
}

.iNewsOption{
	cursor: pointer;
	display: block;
	float: right;
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
}

.secNewsMonth{
	display: block;
	float: left;
	width: 202px;
}

.newsMonthCard{
	margin-bottom: 26px;
	cursor: pointer;
	display: block;
	float: left;
	width: 202px;
	border: 1px solid #beb9bb;
	border-top: 6px solid #27ae61;
}

.newsMonthImage{
	cursor: pointer;
	display: block;
	float: right;
	width: 100%;
	height: 127px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.newsMonthImage:hover{
	filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
	-moz-filter: brightness(1.3);
	-o-filter: brightness(1.3);
	-ms-filter: brightness(1.3);
}

.newsMonthTitle{
	color: #a7a7a7;
	padding: 16px 16px 22px 16px;
	width: 100%;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 13.5px;
	line-height: 16px;
	letter-spacing: .5px;
}

.newsMonthCaption{
	color: #f1ebdd;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: .5px;
	width: 100%;
	display: block;
	float: left;
}

.secNewsVideo{
	padding: 0px 26px 26px 26px;
	display: block;
	float: left;
	width: 100%;
}

.youtubeVideo{
	width: 100%;
	height: 316px;
}

.secNewsLinksSepa{
	margin: 28px 0 28px 0;
	display: block;
	float: left;
	background-color: #54555f;
	height: 4px;
	width: 100%;
}

.secNewsLinksContent{
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
}

.secNewsLinks{
	margin-bottom: 20px;
	cursor: pointer;
	display: block;
	float: left;
	width: 99%;
	overflow: hidden;
}

.secNewsLinkIcon{
	cursor: pointer;
	display: block;
	float: left;
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: top;
}

.secNewsLinkText{
	color: #767f88;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	margin-left: 10px;
	cursor: pointer;
	display: block;
	float: left;
	width: calc( 100% - 60px );
	overflow: hidden;
}

.secNewsLinkText:hover{
	color:#3e71aa;
}


/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */

.bglxCardContainer{
    padding-bottom: 20px;
    margin-top: 12px;
    overflow: hidden;
    border: 0px dashed #CCC;
    position: relative;
}

.bglxCardContainer > div {
    background: #AAA;
    position: absolute;
    z-index: 300;
}

.bglxCardContainer > .ss-placeholder-child {
    background: transparent;
    border: 1px dashed #CCC;
}

/*--------------*/

.directorImage
{
    background-image: url('../images/director.jpg');
	background-repeat: no-repeat;
	background-position: center;
    margin: 20px 0 0 20px;
    position: absolute;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	border: 4px solid #ffffff;
    z-index: 100;
}
	
.directorHeader
{
    border-top: 4px solid #ffb142;
    position: relative;
    width: 100%;
    height: 290px;
    z-index: 1;
}

.directorName
{
    padding: 44px 10px 12px 170px;
    background-color: #cc8e35;
	background-image: linear-gradient(#cc8e35, #ffb142);
    position: relative;
    width: 100%;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    z-index: 1;
}

.directorPosition
{
    padding: 10px 10px 3px 170px;
    position: relative;
    width: 100%;
    color: #353b48;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    z-index: 1;
}

.directorCompany
{
    padding: 3px 10px 3px 170px;
    color: #008d3e;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.gblxCardHeader
{
    display: block;
    float: left;
    width: 100%;
    min-height: 190px;
}

.gblxCardBlock
{
    display: block;
    float: left;
    width: 100%;
    padding: 0 20px 0 20px;
    margin: 0 0 0 0;
}

.gblxCardIcon
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #008d3e;
    display: block;
    float: left;
    width: 40px;
}

.gblxCardIconDetail
{
    margin: 0 0 0 0;
    padding: 6px 0 0 0;
    color: #218c74;
    display: block;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    width: calc( 100% - 40px );
}

.gblxCardSepa
{
	display: block;
	float: left;
	margin: 8px 0 8px 0;
	width: 100%;
	border-bottom: 1px solid #cac9ca;
}

.gblxCardDateThemeContainer
{
    padding: 20px 20px 0 20px;
    width: 100%;
    display: block;
	float: left;
}

.gblxCardDate{
	cursor: default;
	color: #ffffff;
	background-color: #008d3e;
	margin: 0 8px 0 0;
	padding: 8px 8px 8px 8px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 12px;
	display: block;
	float: left;
}

.gblxCardTheme{
	cursor: default;
	color: #ffffff;
	background-color: #27ae61;
	margin: 0 8px 0 0;
	padding: 8px 8px 8px 8px;
	display: block;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 12px;
}

.gblxCardSimple
{
    height: auto;
	width: 100%;
	overflow: hidden;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    cursor: pointer;
    border: 1px solid #cac9ca;
}

.gblxCardContentSimpleOff{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ffffff;
	position: absolute;
	width: 280px;
	height: 340px;
	z-index: 2;
	overflow: hidden;
}

.gblxCardContentSimpleOn{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ffffff;
	position: absolute;
	width: 280px;
	height: 340px;
	z-index: 1;
	overflow: hidden;
}

/*---------------*/
.gblxCard{
	background-color: #ffffff;
	width: 280px;
	height: 341px;
	overflow: hidden;
	border-bottom: 3px solid #479ec7;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.gblxCardIntro
{
    padding: 0px 20px 20px 20px;
	width: 100%;
	color: #353b48;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
	overflow: hidden;
}

.gblxCardTitle
{
    padding: 20px 20px 20px 20px;
	width: 100%;
	color: #353b48;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
	overflow: hidden;
	word-wrap: break-word;
}

.gblxCardTitleOn{
	margin-top: 0px;
}

.gblxCardTitleIconContainer{
	display: block;
	float: left;
	width: 58px;
	height: 80px;
	overflow: hidden;
}

.gblxCardTitleIcon{
	display: block;
	float: left;
	padding: 5px 0 0 5px;
	margin: 12px 0 0 18px;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #c08d00;
	-webkit-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.gblxCardTitleIconOn{
	display: none;
}

.gblxCardTitleText{
	width: 192px;
	display: block;
	float: left;
	margin: 8px 0 0 20px;
	z-index: 5;
	color: #ffffff;
	font-family: YanoneKaffeesatzLight;
	font-weight: 600;
	font-size: 20px;
	text-align: left;
}

.gblxCardTitleSubText{
	width: 192px;
	display: block;
	float: left;
	margin: 5px 0 0 20px;
	z-index: 5;
	color: #ffffff;
	
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	text-align: left;
}

.gblxCardContent{
	background-color: #ffffff;
	position: absolute;
	width: 280px;
	height: 340px;
	z-index: 1;
	overflow: hidden;
	-webkit-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.gblxCardText{
	margin: 80px 0 0 -280px;
	padding: 24px 24px 24px 24px;
	display: block;
	float: left;
	width: 280px;
	height: 200px;
	z-index: 1;
	color: #34495e;
	text-align: left;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	-webkit-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    overflow: hidden;
}

.gblxCardTextOn{
	margin-left: 0px;
}

.gblxCardOpen{
	cursor: default;
	text-align: right;
	margin: 60px 0 0 0;
	padding-right: 24px;
	display: block;
	float: right;
	width: 280px;
	height: 60px;
	z-index: 1;
	-webkit-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.gblxCardOpenOn{
	margin-top: 0px;
}

.gblxCardImage{
	background-image: url('../content/about.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 280px;
	height: 260px;
	z-index: 10;
	-webkit-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    overflow: hidden;
}

.gblxCardImageOn{
	margin: 8px 0 0 8px;
	height: 62px;
	width: 62px;
	z-index: 10;
}

/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.reset{
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}

#pageContents{
	background-color:#ffffff;
	display: block;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: none;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

#scroller {
	background-color:#ffffff;
	text-align: justify;
	width: 100%;
	height: auto;
	display: block;
	float: left;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.menu{
	text-align: right;
	position: fixed;
	top:0;
	width: 100%;
	height: 46px;
	overflow: hidden;
	z-index: 1000;
	-webkit-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.menuLeftText
{
	text-transform: uppercase;
	cursor: pointer;
	font-family: YanoneKaffeesatzLight;
}

.headerBox{
	background-image: url(../content/hdrfdo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	float: left;
	background-color: #eeedeb;
	width: 100%;
	height: 400px;
	z-index: 1;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

.baseBox{
	background-image: url(../content/base.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	float: left;
	width: 100%;
	height: 500px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.imgBase{
	background-image: url(../content/b_eje.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.domicilio{
	text-align: right;
	padding: 14px 20px 14px 20px;
	margin: 20px 20px 20px 20px;
	display: block;
	float: right;
	color: #c8e2ee;
	font-size: 14px;
	line-height: 19px;
	font-weight: 200;
	border-right: 2px solid #c8e2ee;
}

/* ------------------------------------------------------------------ */

.animate-repeat {
  line-height:40px;
  list-style:none;
  box-sizing:border-box;
}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  transition:all linear 0.5s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity:0;
  max-height:0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity:1;
  max-height:40px;
}

.scrollcontent{
    text-align: justify;
    margin: 0px;
    width: auto;
    height: 300px;
    padding: 10px 10px 10px 10px;
    overflow: auto;
    display: block;
    float: left;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.backgroundModal{
	color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
	background-color: #000000;
	overflow: hidden;
	z-index: 10;
	display: none;
}

.cardBoxBase{
	color: #000000;
	position: absolute;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 30010;
	display: none;
	overflow: auto;
}

.cardBox{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	margin-top: 70px;
	margin-bottom: 70px;
	background-color: #ffffff;	
	border-bottom: 8px solid #479ec7;
    border-top: 8px solid #479ec7;
    overflow: hidden;
    border-radius: 4px;
}

.contentHeader{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	min-height: 60px;
	background-color: #479ec7;    
}

.headerTitle{
	display: block;
	float: left;
	padding: 18px 16px 16px 8px;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	width: calc(100% - 200px);
}

.productContentFrame{
    display: block;
    float: left;
    width: 100%;
    padding: 20px 20px 20px 20px;
}


@keyframes sploosh {
  0% {
	box-shadow: 0 0 0 0px rgba(92, 151, 191, 0.7);
    background: rgba(92, 151, 191, 0.7);
  }
  100% {
	box-shadow: 0 0 0 300px rgba(92, 151, 191, 0);
    background: rgba(92, 151, 191, 0);
  }
}

.contactHeader{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	min-height: 60px;
	background-color: #479ec7;
}

.contactTitle{
	display: block;
	float: left;
	padding: 16px 16px 16px 16px;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	width: calc(100% - 80px);
}

.logoCard{
	margin: 26px 2px 26px 0;
	display: block;
	float: right;
}

.multimediaContainer{
	cursor: default;
	padding: 0 0 0 0;
	margin: 10px 14px 14px 24px;
	display: block;
	float: left;
}

.gblxBlue{
	color: #479ec7;
}

.cardHiddenFiled{
	display: block;
	float: left;
	display: none;
}

.galerialink{
	margin-top: 20px;
	color: #2f5989;
	cursor: pointer;
	font-size: 17px;
	line-height: 90px;
	text-align: center;
	position: absolute;
	height: 158px;
	width: 158px;
	background-image: url(../assets/images/galeriag.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	z-index: 100;
}

.galerialinkImage{
	margin: 45px 0 0 43px;
	display: block;
	float: left;
	width: 73px;
	height: 62px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.galerialinkText{
	padding: 2px 2px 2px 2px;
	margin-top: 10px;
	margin-right: 10px;
	height: 22px;
	max-width: 30px;
	min-width: 24px;
	line-height: 18px;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	background-color: #000000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.cardGallery{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: none;
}

.galeriabox{
	padding: 0px 8px 0px 5px;
	margin: 12px 0 12px 0;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #2f5989;
}

.imagen_main{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	z-index: 10;
}

.titulo{
	padding: 30px 30px 0px 30px;
	display: none;
	float: left;
	cursor: default;
	color: #34495e;
	font-family: YanoneKaffeesatzRegular;
	font-size: 40px;
	line-height: 42px;
	text-align: left;
	width: 100%;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.copete{
	cursor: default;
	display: none;
	float: left;
	text-align: left;
	padding: 0px 30px 30px 30px;
	color: #34495e;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cuerpo{
	cursor: default;
	display: none;
	float: left;
	text-align: justify;
	padding: 0px 30px 30px 30px;
	color: #34495e;
	font-weight: 300;
	font-size: 17px;
	line-height: 27px;
	width: 100%;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*   --------------    */

.cita{
	cursor: default;
	display: none;
	float: left;
	padding: 14px 14px 7px 14px;
	color: #ffffff;
	background-color: #479ec7;
	text-align: left;
	font-family: 'Roboto Light';
	font-weight: 500;
	font-size: 14px;
	width: 100%;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	overflow: hidden;
}

.material{
	padding: 0 0 0 0;
	display: block;
	float: left;
	width: 100%;
	display: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.videos{
	padding: 6px 14px 6px 14px;
	display: none;
	float: left;
	background-color: #b7c0d2;
	width: 100%;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

.materialelementoscontainer{
	width: 100%;
	margin: 0 0 0 0;
	display: block;
	float: left;
	overflow: hidden;
}

.materialelementos{
	padding: 16px 16px 16px 16px;
	display: block;
	float: right;
	width: 100%;
}

.materialcontainer{
	margin: 14px 14px 14px 14px;
	display: inline-block;
	float: left;
	width: 110px;
}

.materialico{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	cursor: pointer;
	background-image: url(../assets/images/lfile.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 82px;
	height: 82px;
}

.materialtxt{
	cursor: default;
	margin-top:3px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 14px;
	overflow: hidden;
}

.materiallink{
	cursor: default;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 14px;
	overflow: hidden;
}

.imagen_main_container{
	width: 100%;
	display: none;
	float: left;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.materialCenter{
	width: auto;
	display: block;
	float: left;
}

.gblxCardSoundProgress{
	margin: 20px 0 20px 0;
	display: block;
	float: left;
	width: 100%;
	height: 4px;
	background-color: #d2d7d3;
	-webkit-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: none;
}

.gblxCardSoundProgressBar{
	display: block;
	float: left;
	width: 0%;
	height: 4px;
	background-color: #dba828;
	-webkit-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.playNews{
	color: #ffffff;
	text-align: center;
	font-size: 19px;
	line-height: 74px;
	cursor: pointer;
	position: fixed;
	left: calc( 100% - 100px );
	margin-top: 20px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #dba828;
	overflow: hidden;
	z-index: 30030;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.playNewsProgress{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 0%;
	height: 60px;
	background-color: #5c5c5c;
	z-index: 10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.navBar{
    position: fixed;
    width: 100%;
    height: 50px;
    background-color:#055ca8;
    overflow: hidden;
    z-index: 40;
}

.navBarContent{
    width: 1000px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.menuOpci{
    display: block;
    float: left;
    color: #ffffff;
    font-weight: 500;
    line-height: 50px;
    height: 50px;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    cursor: pointer;
}
