



html, body, li,ul{
	margin: 0;
	padding: 0;
}

body {
	background: #f5f5f5;
	color: #494949;
	font-family: 'open_sans_regular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.izq {
	float: left;
}

.der {
	float: right;
}

.cuerpo {
    margin: 0 auto;
    transition: all 0.25s ease 0s;
    width: 100%;
	max-width: 1374px;
}	

.cabezal img,
.cabezal_m img{
    width: 100%;
}

.cabezal{
	font-size: 0px;
	text-align: center;
	display: block;
}

.cabezal_m{
	font-size: 0px;
	text-align: center;
	display: none;
}

.pie{
    width: 100%;
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 25px;
	border-top: 1px #dddddd solid;
	overflow: hidden;
	color: #999999;
    font-size: 12px;
}



h1,
h2,
h3{
	color: #479acc;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
}

h1 a,
h2 a,
h3 a{
	color: #ff7111;
}

h3{
	margin-top: 20px;
	font-size: 17px;
	font-weight: bold;
}

h2.cabezal_seccion{
	background: #479acc;
	padding: 20px !important;
	text-align: center;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

h2.cabezal_seccion.respuesta{
	background: #0053a0;
}

.tab-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fafafa;
  overflow: hidden;
  text-align: center;
}

.tab-nav li {
  display: inline-block;
  text-align: center;
  flex-grow: 1;
  margin: 0;
	width: 50%;
}

.tab-nav li:hover { opacity: .95; }

.tab-nav li a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: white;
}

.tab-nav li a {
	background-color: #f5f5f5;
	font-size: 17px;
	line-height: 60px;
	height: 60px;
	padding: 0 20px;
	border: 0px;
	display: block;
	color: #479acc;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	-webkit-transition:  .6s;
    -moz-transition:  .6s;
    -o-transition:  .6s;
    -ms-transition:  .6s;
    transition:  .6s;
	cursor: pointer;
}

.tab-nav li a:hover {
	background: #00aced;
	color: #ffffff;
}

/* Content */

.content {
  display: none;
	background: #fff;
    width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	margin: 0;
	color: #494949;
}

.content.active { 
	display: block;
}

a{	color: #ff7111;
	text-decoration: none;
}

a:hover{	color: #2C2C2C;
	text-decoration: none;
}


.texto{
	padding: 20px;
	padding-top: 1px;
	border: 1px solid #dddddd;
	border-top: 0px;
}

.texto img{
	width: 400px;
	margin-top: 20px;
}
.texto a{
	border-bottom: 1px solid #e0e0e0;
	bottom: -2px;
	text-decoration: none;
}

.texto a:hover{
	border-bottom: 1px solid #479acc;
	bottom: -2px;
	color: #000000;
	text-decoration: none;
}

.narnaja {  color: #e26910;
}

@media screen and (max-width: 1384px) {
	
.izq,
.der{
	padding-left: 20px;
	padding-right: 20px;
}

.pie {
		margin-top: 0px;
	background: #f5f5f5;
	color: #474747
}
	
.texto {
		border: 0px;
}



@media screen and (max-width: 1024px) {

h2.cabezal_seccion{

	padding: 15px !important;
	font-size: 20px;

}
.texto img{
	width: 300px;
}
	
.content {
	font-size: 13px;
	line-height: 24px;
}
	
h3 {
    font-size: 16px;
}
	
}	

@media screen and (max-width: 800px) {

	
h2.cabezal_seccion{
	padding: 14px !important;
	font-size: 18px;

}
	
.cabezal{
	display: none;
}

.cabezal_m{
	display: block;
}

.tab-nav li a {
	background-color: #f5f5f5;
	font-size: 12px;
	line-height: 45px;
	height: 45px;
	padding: 0 15px;
	letter-spacing: 0px;
}
	
.texto img{
	width: 200px;
}
	
.content {
	font-size: 12px;
	line-height: 22px;
}
	
h3 {
    font-size: 15px;
}
	

	
.izq,
.der{
	float: none;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;	
}
	
	}



@media screen and (max-width: 600px) {

	
.tab-nav li {
	width: 100%;
	
}
	
.tab-nav li a {
	background-color: #f5f5f5;
	font-size: 14px;
	line-height: 45px;
	height: 45px;
	padding: 0 15px;
	letter-spacing: 0px;

	border-bottom: 1px solid #479acc;
}
	
.texto img{
	width: 100%;
	float: none;
}
	
.content {
	font-size: 12px;
	line-height: 22px;
}
	
h3 {
    font-size: 15px;
}
	
	
	}
