/** ********************************************************************************************** **/
/**  Descripción: Hoja de estilo para la página "colaboraciones".                                  **/
/** ---------------------------------------------------------------------------------------------- **/
/**  Fecha de creación: 20 de marzo de 2016                                                         **/
/** ********************************************************************************************** **/

/*.content_slider_text_block_wrap {
	font-family: JosefinSans-Regular; font-size: 16px;
}
.content_slider_text_block_wrap h3 {
	font-family: JosefinSans-Light !important;
	font-size: 30px !important;
	line-height: 36px !important;
	font-weight: 100 !important;
}
.content_slider_text_block_wrap a {
    color: #A00000;
    line-height: 18px;
    font-size: 16px;
    font-family: JosefinSans-Regular;
    text-decoration: none;
}*/
.border-dotted {width: 1px; height: 100%; border-right: 1px dashed #1D1E1E; position: absolute; top: 0; left: 50%; margin-left: -1px; z-index: -1;}
.colaboraciones-wrapper {width: 100%; padding: 0 72px;}
.colaboraciones-wrapper > div {
	margin: 72px auto;
}
.colaboraciones-wrapper > div:last-child {margin-bottom: 0;}
.colaboraciones-wrapper .descripcion {
	width: 40%;
}
.colaboraciones-wrapper .table-cell:first-child {
	text-align: right;
	padding-right: 12px;
}
.colaboraciones-wrapper .table-cell:last-child {
	text-align: left;
	padding-left: 12px;
}
.colaboraciones-wrapper .table-cell a {display: block;}
.colaboraciones-wrapper .table-cell div.imagen-redondeada {
	width: 200px; height: 200px; 
	padding: 0 12px; 
	border-radius: 100px; cursor: default;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.colaboraciones-wrapper .table-cell div.imagen-redondeada img.imagen-redondeada {
	border-radius: 100px; max-width: 100%; cursor: pointer;
}
.colaboraciones-wrapper .hover-triangle {
	-webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	-o-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	-ms-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	transition: color 0.3s, background-color 0.3s, opacity 0.3s; 
}
.colaboraciones-wrapper a:hover .hover-triangle {
	opacity: 0.5;
	opacity: 1; filter: alpha(opacity=100);
}
/** ============================================================================================== **/