/*
*
* CORE css
*
* Incluida en todos los temas para incluir estilos genericos.
*
*/

/******************
 HEIGHT FIXED
*******************/
.item-height-fixed-auto .item {height: auto}
.item-height-fixed-50 .item {height: 50px}
.item-height-fixed-100 .item {height: 100px}
.item-height-fixed-150 .item {height: 150px}
.item-height-fixed-200 .item {height: 200px}
.item-height-fixed-225 .item {height: 225px}
.item-height-fixed-250 .item {height: 250px}
.item-height-fixed-300 .item {height: 300px}
.item-height-fixed-350 .item {height: 350px}
.item-height-fixed-50 .item * {max-height: 50px}
.item-height-fixed-100 .item * {max-height: 100px}
.item-height-fixed-150 .item * {max-height: 150px}
.item-height-fixed-200 .item * {max-height: 200px}
.item-height-fixed-225 .item * {max-height: 225px}
.item-height-fixed-250 .item * {max-height: 250px}
.item-height-fixed-300 .item * {max-height: 300px}
.item-height-fixed-350 .item * {max-height: 350px}

/******************
 MARGINS
*******************/
.push-margin-top {margin-top: 50px;}
.push-margin-bottom {margin-bottom: 50px;}
.push-margin-left {margin-left: 50px;}
.push-margin-right {margin-right: 50px;}
.push-margin {margin-top: 50px; margin-bottom: 50px;}
.push-margin-all {margin: 50px;}
.nomargin-top {margin-top: 0;}
.nomargin-bottom {margin-bottom: 0;}
.nomargin-left {margin-left: 0;}
.nomargin-right {margin-right: 0;}
.nomargin-vertical {margin-top: 0; margin-bottom: 0;}
.nomargin-horizontal,.lateral-margin-0 {margin-left: 0; margin-right: 0;}
.nomargin-all {margin-top: 0;}

/******************
 COLORS BASIC
*******************/
.color-pdf {color: #d21e24;}
.color-excel {color: #179d42;}
.color-word {color: #3197d7;}

/******************
 SIZE IMAGE
*******************/
img.size-75 {max-width: 75%;}
img.size-66 {max-width: 66.66%;}
img.size-50 {max-width: 50%;}
img.size-33 {max-width: 33.33%;}
img.size-25 {max-width: 25%;}

/******************
 BORDERS
*******************/
.show-border-top {border-top: 1px solid;}
.show-border-bottom {border-bottom: 1px solid;}
.show-border-left {border-left: 1px solid;}
.show-border-right {border-right: 1px solid;}