﻿
                    
                    
                    
                    
                    
                    
                    .box-shadow {
	border: 1px solid rgba(61,106,128,0.2);
	box-shadow: rgba(45,50,55, 0.2) -2px 3px 6px 1px !important;
	-o-box-shadow: rgba(45,50,55, 0.2) -2px 3px 6px 1px !important;
	-moz-box-shadow: rgba(45,50,55, 0.2) -2px 3px 6px 1px !important;
	-webkit-box-shadow: rgba(45,50,55, 0.2) -2px 3px 6px 1px !important;
}
.box-sub-shadow{
	border: 1px solid rgba(61,106,128,0.2);
	box-shadow: rgba(45,50,55, 0.2) 0px 0px 3px 1px !important;
	-o-box-shadow: rgba(45,50,55, 0.2) 0px 0px 3px 1px !important;
	-moz-box-shadow: rgba(45,50,55, 0.2) 0px 0px 3px 1px !important;
	-webkit-box-shadow: rgba(45,50,55, 0.2) 0px 0px 3px 1px !important;
}
.box-background {
	background: rgba(246,246,246,0.8) !important;
	background: -moz-linear-gradient(top, rgba(237,242,244,0.6) 0%, rgba(255,255,255,0.6) 54%, rgba(237,242,244,0.6) 100%) !important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,242,244,0.6)), color-stop(54%, rgba(255,255,255,0.6)), color-stop(100%, rgba(237,242,244,0.6))) !important;
	background: -webkit-linear-gradient(top, rgba(237,242,244,0.6) 0%, rgba(255,255,255,0.6) 54%, rgba(237,242,244,0.6) 100%) !important;
	background: -o-linear-gradient(top, rgba(237,242,244,0.6) 0%, rgba(255,255,255,0.6) 54%, rgba(237,242,244,0.6) 100%) !important;
	background: -ms-linear-gradient(top, rgba(237,242,244,0.6) 0%, rgba(255,255,255,0.6) 54%, rgba(237,242,244,0.6) 100%) !important;
	background: linear-gradient(to bottom, rgba(237,242,244,0.6) 0%, rgba(255,255,255,0.6) 54%, rgba(237,242,244,0.6) 100%) !important;
}
.box-header {
	text-align: left;	
	padding: 10px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #ffffff;
	background-color:#3d6a80;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.box-header * {
	color: #ffffff;
}
.box-sub-shadow .box-header {
	text-align: left;	
	padding: 10px;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #ffffff;
	background-color:#56A5B2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.box-sub-shadow.box-border-top {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.box-border-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.box-padding{
	padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
.box-full-width .box-full-width, .box-half-width .box-full-width, .box-one-third-width .box-full-width, .box-two-third-width .box-full-width, .box-quarter-width .box-full-width {
	margin: 0 !important;
	width: 100% !important;
}
.box-full-width .box-half-width, .box-half-width .box-half-width, .box-one-third-width .box-half-width, .box-two-third-width .box-half-width, .box-quarter-width .box-half-width {
	margin: 0 !important;
	width: 50% !important;
}
.box-full-width .box-one-third-width, .box-half-width .box-one-third-width, .box-one-third-width .box-one-third-width, .box-two-third-width .box-one-third-width, .box-quarter-width .box-one-third-width {
	margin: 0 !important;
	width: 33.33% !important;
}
.box-full-width .box-two-third-width, .box-half-width .box-two-third-width, .box-one-third-width .box-two-third-width, .box-two-third-width .box-two-third-width, .box-quarter-width .box-two-third-width {
	margin: 0 !important;
	width: 66.66% !important;
}
.box-full-width .box-quarter-width, .box-half-width .box-quarter-width, .box-one-third-width .box-quarter-width, .box-two-third-width .box-quarter-width, .box-quarter-width .box-quarter-width {
	margin: 0 !important;
	width: 25% !important;
}
.box-full-width {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	margin: 0 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
.box-half-width {
	width: 48%;
	width: calc(50% - 10px);
	position: relative;
	float: left;
	clear: left;
	margin: 0 10px 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box-half-width:nth-child(even) {
	float: right;
	clear: right;
	margin: 0 0 20px 10px;
}
.box-one-third-width {
	width: 31.33%;
	width: calc(33.33% - 10px);
	position: relative;
	float: left;
	margin: 0 10px 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box-two-third-width {
	width: 64.66%;
	width: calc(66.66% - 10px);
	position: relative;
	float: left;
	margin: 0 10px 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box-quarter-width {
	width: 23%;
	width: calc(25% - 10px);
	position: relative;
	float: left;
	margin: 0 10px 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box-sub-shadow.box-full-width {	margin: 5px; width: 98%; width: calc(100% - 10px);}
.box-sub-shadow.box-half-width{margin: 5px; width: 48%; width: calc(50% - 10px);}
 .box-sub-shadow.box-one-third-width{margin: 5px; width: 31.33%; width: calc(33.33% - 10px);}
 .box-sub-shadow.box-two-third-width{margin: 5px; width: 64.66%; width: calc(66.66% - 10px);}
 .box-sub-shadow.box-quarter-width{margin: 5px; width: 23%; width: calc(25% - 10px);}
 .box-sub-shadow.box-one-fifth-width{margin: 5px; width: 18%; width: calc(20% - 10px);}
 .box-sub-shadow.box-two-fifth-width{margin: 5px; width: 38%; width: calc(40% - 10px);}
 .box-sub-shadow.box-three-fifth-width{margin: 5px; width: 58%; width: calc(60% - 10px);}
 .box-sub-shadow.box-four-fifth-width {margin: 5px; width: 78%; width: calc(80% - 10px);}
.body-background {
	background: url('/cvdata/cntr2/dtos/mdia/About/fondo-transparencia.jpg');
	/* background-position: 0px -20px; */
	}
.body-position {
    width: 80%;
    height: auto; 
    display: table;
    padding: 5px 0 0 20px;
    position: relative;
   float: right; 
    clear: right;
    margin: 5px 0 10px 0;
}



.header-position {
	/*height: 60px;
	position: relative;*/
	/**margin: 5px auto;**/
	/*width: 1040px;*/
	margin-bottom: 10px;
	clear: both;
}

.header-position img {
    height: auto;
    width: 100%;
}

.side-menu-position {
	width: 190px;
	position: relative;
	float: left;
	height: auto;
	margin: 5px 0;
}
.page-menu-position {
	width: 825px;
	position: relative;
	height: 35px;
	margin: 5px 0;
	float: right;
}

.cimne.blue-background {
	color:#fff !important; 
	background: #3c647c !important;
	margin-bottom: 5px;
	padding: 5px;
}
.cimne.blue  {
	color: #3c647c !important;
}
.cimne.turquoise-background {
	color: #ffffff !important;
	background: #488294 !important;
	margin-bottom: 5px;
}
.cimne.turquoise {
	color: #488294;
}
.cimne.green-background {
	color:#fff !important;
	background: #56a5b2 !important;
	margin-bottom: 5px;
}
.cimne.green {
	color: #56a5b2 !important;
}
.cimne.light-green-background {
	color: #3c647c !important;
	background: #8bc1ca !important;
	margin-bottom: 5px;
}
.cimne.light-green {
	color: #8bc1ca !important;
}
.cimne.lighter-green-background {
	color:#3c647c !important;
	background: #c0dde2 !important;
	margin-bottom: 5px;
}
.cimne.lighter-green {
	color: #c0dde2 !important;
}
.cimne.header{
	border: 0 !important;
	padding: 5px 10px !important;
	margin:0 0 5px 0 !important;
	line-height: 30px !important;
	font-size: 2em !important;
	font-weight: bold !important;
	font-style: normal !important;
}
.award-title {
	color: #777;
	font-style:italic;
	padding-top: 3px;
	/*text-decoration: underline;*/
}
                
                
                
                
                
                
                