/*
* Theme Name: Tyger
* File name: style.css
* Theme URL: tyger.mordorthemes.com
* Description: Tyger - Beautiful onepage template
* Author: Mordorthemes
* Author URL: http://www.mordorthemes.com
* Support: support@mordorthemes.com
* Version: 1.0
*/


/*------------------------------------------------------

CSS TABLE OF CONTENTS: 

1. IMPORTING EXTERNAL CSS

---------------------------------------------------------*/

@import url("normalize.css");
@import url("foundation.css");
@import url("owl-carousel.css");
@import url("owl.transitions.css");
@import url("animate.css");
@import url("tyger-fonts.css");
@import url("navigation.css");
@import url("cubeportfolio.css");
@import url("layout.css"); 

.nosotros
{
	color: #888;
	font-size: 12px;
	font-family: Montserrat, serif;
	text-align: justify;
	-webkit-font-smoothing: antialiased
}

nosotrosh
{
	color: #1287C8;
	text-align: center;
	font-family: Montserrat, serif;
	font-weight: bold;
	font-size: 18px;
	-webkit-font-smoothing: antialiased
}

.center-info
{
	text-align: center;
}

.col-centered{
	float: right;
	margin: 0 auto;
}

.profesional
{
	color: #000;
}

.infostaff
{
	color: #999;
}

.profesional, .infostaff
{
	font-size: 12px;
	font-style: normal;
	font-family: Montserrat, serif;

}

.row-centered {
    text-align:center;
}
.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
	vertical-align: top;
}
.col-fixed1 {
	/* custom width */
	width: 320px;
	height: 500px;
}

.col-fixed2 {
	/* custom width */
	width: 320px;
	height: 320px;
}

ul li {
    /* Bullet color */
    color: #888888;
}