@import url(http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/*ubuntu google typeface*/
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
/*** GLOBAL : GENERAL STYLE DEFAULTS ***/

/* Box sizing utility */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* CSS */

/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */

.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;	
}

.column {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.row {
	overflow: hidden;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.one-whole {
	width: 940px;
}
.one-quarter {
	width: 220px;
}
.three-quarters {
	width: 700px;
}
.one-half {
	width: 460px;
}
.two-thirds {
	width: 620px;
}
.one-third {
	width: 300px;
}
.one-sixth {
	width: 140px;
}


.brand {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
}

a {
	color: #005788;/* blue */
	text-decoration: none;
}

a:hover {
	color:#FFF;
}


ul {
	padding: 0px;
	list-style-type: none;
}

.nav {
	padding-bottom: 15px;
}


nav li {
	font-size: 14px;
	padding-left: 15px;

}

nav ul li {
	display: inline-block;
}


.nav a {
  transition: all 0.15s ease-in-out;
}

.nav a:hover {
	color:#0288d3;/* happy blue */
	background-color: transparent;
	font-weight: bolder;
}

.active a {
	color:#0288d3;/* happy blue */
	background-color: transparent;
	font-weight: bolder;  
}


.space-above {
	padding-top:20px;
}


.pull-right {
	float: right;
}

.pull-left{
	float:left;
}

.header {
	background-color:#ffd500;/* yellow */
	  
}

.logo {
	float:left;
	padding-top: 25px;
  	padding-bottom: 25px;
}
	


body {
	color: #030303;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

p {
	font-size:14px;
   
}

h3 {
	color:#FFF;
}

h4 {
	color:#ffd500;/* yellow */
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.main {
	background-color:#FFF;
}

.banner {
	position:relative;
}


.roundrect {
border-radius: 15px;
}



/*** Pagina de inicio/Imagenes/ Home page  */

.icon-arrow{
	float:right;
	padding-top:20px;
}

.icon-arrow a:hover{
	color:#333; /* drk grey */
}

.message {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color:#0288d3;/* happy blue */
}

.message p {
	color:#FFF;/* white */
	padding-left:30px;
	padding-right:30px;
	font-size:14px;
	padding-bottom:5px;
	text-align:center;
	line-height:20px;
}

.message h3 {
	color:#FFF;/* white */
}

.message a {
	color: #333; /* drk grey */
	text-decoration: none;
	position: relative;
}

.message a:hover{
	color:#FFF;
}

.main-content-home {
	padding-top: 20px;
	padding-bottom: 15px;
}

.main-content-home p {
	text-align: left;
	line-height: 20px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	color:#333;
}

.main-content-home p {
	color:#333;
}

.main-content-home p a:hover {
	color:#292929;/* drk grey*/
}

.bar {
	-moz-box-shadow:0px 1px 0px 0px;
	-webkit-box-shadow:0px 1px 0px 0px;
	background-color:#292929;/* drk grey*/
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	margin: 0 0 5px 5px;
	text-indent:0px;
	display:inline-block;
	color:#ffd500;/* yellow */
	font-family: 'Ubuntu', sans-serif, font-weight: 700;
	font-size:16px;
	font-style:normal;
	height:33px;
	line-height:35px;
	width:290px;
	text-decoration:none;
	text-align:center;
}

.bar:hover {
	background-color:#005788;/* blue */
	color:#FFF;
}

.bar:active {
	position:relative;
	top:1px;
}

 /* Footer Rules*/

  
.footer-bottom p {
  color: #FFF; /* white */
  font-size: 11px;
  text-align:left;
}

.footer-bottom a {
  color:#003; /* gray #949ea3 */
}

.footer {
	padding-top:20px;
	color:#FFF;
  	background-color:#0288d3;/* happy blue */
  	text-align:center;
  	clear:both;
	bottom:0;
}


/*** Pagina de Quienes Somos  */


.page {
	position:relative;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-bottom:40px;
	margin-top:10px;
	background-color: #005788;/* blue */
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    text-align: justify;
}

.page h2 {
	color:#ffd500;/* yellow */
	font-size:20px;
	padding-left: 8px;
}

.page ul {
	list-style-type: disc;
	color: #FFF;	

}

.main-content-header {
	padding-top: 20px;
	padding-bottom: 20px;
		
}

.main-content-header p {
	padding-top:10px;
	text-align: left;
	font-size:18px;
	line-height: 22px;
	padding-right: 8px;
	color: #292929;/* drk grey*/
}

.main-content-header h2 {
	color:#ffd500;/* yellow */
	font-size:20px;
	line-height:28px;
	
}
	

.main-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.grey {
	background-color:#292929;/* drk grey*/
}


.main-content p {
	text-align: justify;
	line-height: 20px;
	padding-right: 8px;
	padding-left: 10px;
	color:#fff;
}

.main-content h2 {
	color:#ffd500;/* yellow */
	font-size:20px;
	padding-left: 8px;
}

.main-content h2 i {
	padding-right:5px;
	color:#292929;/* drk grey*/
}

.blue-box {
	background-color:#005788;/* blue */
	height:340px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
      text-align: justify;
	
}

.blue-box2 {
	background-color:#292929;/* drk grey */
	height:300px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
      text-align: justify;
	
}


.bullets {
	padding-bottom: 14px;
	padding-left: 8px;
	padding-right: 35px;
	font-size: 16px;
	line-height: 16pt;
	text-align: justify;
}

.bullet-space {
	padding-top:10px;
}



/* Historia */

.white-text {
	font-size: 16px;
    text-align:justify;	
    margin-right:35px;
}

/* Images */

.img-responsive {
	max-width:100%;
	height:auto;
}

.padding {
	padding-top:55px;
	padding-left:10px;
}

/* Contacto*/
.space-below {
	padding-bottom:100px;
}
	
.top-text {
    text-align: justify;
    word-spacing: inherit;
}

