body {
  font-size: 1.5em;
  font-family: "Exo 2", sans-serif;
  color: #5c5b5f;
  text-align: justify;
}
.navbar-inverse {
    background-color: #00a0bb;
    border-color: #00a0bb;
    color:#fff;
    padding-top: 18px;
    padding-left: 2px;
}
.navbar-inverse a{
    color:#fff;
    padding-left: 20px;
}

header {

}
h1 {
	font-size: 3em;
	color:#00a0bb;
	font-weight: 700;
}
h2 {
	font-size: 2.1em;
	color: #00a0bb;
	line-height: 140%;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: 700;
}
h3 {
	font-size: 1.8em;
	color: #808080;
	line-height: 120%;
	margin-top: 10px;
}
.marco {
	background-color: #e6e6e6;
	border-top-left-radius: 60px;
	padding: 20px;
}
.text-blue {
	color: #00a0bb;
	font-size: 1.2em;
	margin: 0 0 2px;
}
#info {
	background-color: #00a0bb;
	color: #fff;
	margin-top: 80px;
	padding-top: 40px;
	padding-bottom: 30px;
}
#info p {
	font-family: 'Exo';
	font-weight: 300;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	text-align: left;
}
#info a {
	color: #fff;
}
.container {
	margin-top:20px;
	margin-bottom: 20px;
}
footer {
	background-color: #045970;
	color: #fff;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #ccc;
}
.espacio {
	padding: 0 24px;
}
.succMsg {
  color:#009755;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}
.errMsg{ 
  color:#fb4314; 
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}
.modal-header {
    background-image: url(../img/top-modal.png);
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: none;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
    background-image: url(../img/bottom-modal.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
}
hr.style11 {
    height: 6px;
    background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}
.textBlue {
    color: #0081c6;
}
.cuadro {
    border: solid 1px #ccc;
    padding: 20px;
}