*{ /*Saca los paddings y margins default*/
	margin:0;
	padding-top: 0;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html{
	width: auto;
	height: auto;
}

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

 a:hover{color: red;}
 a:active{color: blue;}
 a:visited{color: black;}

.a2{
	font-size:16px;
	color:#555;
	margin-bottom:5px;
	margin-top: -20px;	
	line-height:1.5;	
 }


.b{
	font-size:16px;
	color:#555;
	margin-bottom:20px;
	line-height:1.5;
	margin-top: -15px;	
 }

/* PARRAFOS */
p{
	font-size:20px;
	color:#555;
	margin-bottom:20px;
	line-height:1.5;	
 }



 .contenido{
 	font-size:20px;
	color:#555;
	margin-bottom:20px;
	line-height:1.5;
	text-align: justify;
 }
 .contenido:hover{color: #9B0004;}

 .contenidor{
 	font-family: 'Source Sans Pro', sans-serif;
	font-size:25px;
	color:#9B0004;
	letter-spacing:0.5px;
	margin-top:-10px;
	margin-bottom: 1px;
 }
 .contenidor:hover{color: #ff8a00;}

 .contenidorn{
 	font-family: 'Source Sans Pro', sans-serif;
	font-size:25px;
	color:#9B0004;
	letter-spacing:0.5px;
	margin-top:-10px;
	margin-bottom: 1px;
 }

  .contenidov{
 	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	color:#9B0004;
	letter-spacing:0.5px;
	margin-top:-10px;
	margin-bottom: 1px;
 }

 .contenidon{
 	font-size:20px;
	color:#555;
	margin-bottom:20px;
	line-height:1.5;
	text-align: justify;
 }

 .contenidon2{
 	font-size:20px;
	color:#555;
	margin-bottom:20px;
	line-height:1.5;
	text-align: justify;
 }

 .contenido4{
 	font-size:20px;
	color:#555;
	margin-bottom:-10px;
	line-height:1.5;
	text-align: justify;
 }
 .contenido4:hover{color: #9B0004;}


 .contenido2{
 	font-size:16px;
	color:#555;
	margin-bottom:20px;
	line-height:1.5;
	text-align: justify;
 }
 .contenido2:hover{color: #9B0004;}

 .contenido3{
 	font-size:20px;
	color:#555;
	margin-bottom:-10px;
	line-height:1.5;
	text-align: justify;
 }


 .colimag{
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  
}

.cenimag{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  height: 95%;
}

 .nuevo{
  
  width: 50px;
  height: 50px;
  vertical-align: middle;
  
}

 .webs{
 	font-size:18px;
	color:#555;
	margin-bottom:20px;
	line-height:0.5;	
 }

 .webs:hover{color: #9B0004;}


 .webs2{
 	font-size:16px;
	color:#555;
	margin-bottom:15px;
	line-height:0.5;	
 }

 .webs2:hover{color: #9B0004;}

 a.webs3{
 	font-size:16px;
	color:#555;

 }

 a.webs3:hover{color: #9B0004;}


/* IMAGENES */
img{
	max-width: 100%;
}
.tm-logo{ /*Logo Principal*/
	display: block;
  	max-width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0px auto;
}
.tm-footerlogo{ /*Logo Principal*/
  	max-width: 35%;
	padding-top: 25px;
	padding-bottom: 25px;
}
.tm-header{ /*Estilo para cabezera*/
  	background: url('../imagenes_Web/fondoheader.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	max-width:100%;
	max-height: 100%;
	text-align: center;
  	background-position: center;
}
.tm-barralink{
	background: linear-gradient(360deg, rgba(16,130,1,1) 0%, rgba(22,165,3,1) 50%, rgba(16,130,1,1) 100%);
	margin: 0 auto;
	max-height: 100%;
  	max-width: 100%;
}

.rounded-corners{ /*Redondear esquinas*/
	border-radius: 20px;
}

.rounded-corners2{ /*Redondear esquinas*/
	border-radius: 15px;
}

.circle-image{ /*Redondear imagenes*/
	border-radius: 50%;
}

.tm-container{ /*Conteiner*/
	max-width: 1300px;
	margin: 0 auto;
}
.tm-cuerpo{ /*Conteiner*/
	max-width: 900px;
	margin: 0 auto;
}
.tm-content{
	margin-top: 50px;
	margin-bottom: 50px;
}

/* LISTAS */

.ulclass{
	list-style-image: url('../logos/swg.png');
	}

ul,ol{ /*Estilo para listas ordenadas y no*/
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-image: url('../logos/utrein.png');
	list 
	font-size:16px;
	color:#555;
	line-height:1.5;
}

li.img2{ /*Estilo para listas ordenadas y no*/
	list-style-image: url('../logos/swgutrein.png');
	margin-left: 70px;
	margin-bottom: 5px;
}


.tm-nav{ /*Madre, solo Nav*/
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
}
.tm-nav ul{ /*Child, Para la unlisted list de nav*/
	margin-bottom: 0px;
	white-space: nowrap;

}
.tm-nav ul li { /*Child, Para la unlisted list de nav*/
	display: inline-block;

}


.tm-nav ul li a{ /*Child, Links de nav*/
	padding: 25px 25px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 44px;
}

.tm-nav ul li a:hover{ /*Cambiar el color al pasar arriba del link*/
	color: #eb680f;
	background: linear-gradient(360deg, rgba(9,66,2,1) 0%, rgba(16,130,1,1) 50%, rgba(9,66,2,1) 100%);
}

.tm-nav ul li a:hover  .imghor {
	display: unset;
	transform: scale(1.5); 
	}


/* CUERPO DE LA PAGINA */
body{
 	background: url('../imagenes_Web/textura2.webp');
 	background-attachment: fixed ;
 }
 /*Estilo del HEADER*/

.tm-header::after{ /*Clear floated elements*/
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}


 /*GRADIENTES*/
 .grad{
 	height:300px;
 	width:100%;
 }

 /*Headings*/

 h1,h2,h3{
 	margin-bottom: 10px;
 	margin-top: 10px;
 }

 /*Articulos*/


  /*Articulos*/
.tm-article{
 	background: #fff;
 	padding: 20px;
 }

footer{
	clear:both;
}

 /*FOOTER*/

 h4 {font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	color:#9B0004;
	letter-spacing:0.5px;
	margin-top:-10px;
	margin-bottom: 10px}

 h3 {/*font-family: 'Source Sans Pro', sans-serif;*/
	font-size:16px;
	color:#000000;
	margin-bottom:20px;
	line-height:1.5;
	/*letter-spacing:0.5px;
	margin-top:-10px;
	margin-bottom: 10px*/}

h5 {font-family: 'Source Sans Pro', sans-serif;
	font-size:50px;
	color:#9B0004;
	letter-spacing:0.5px;
	margin-top:-10px;
	margin-bottom: 1px;
    }

h6 {font-family: 'Source Sans Pro', sans-serif;
	font-size:30px;
	color:#9B0004;
	letter-spacing:0.5px;
	margin-top:-10px;
	margin-bottom: 1px;
    }

h1 {font-family: 'Source Sans Pro', sans-serif;
	font-size:30px;
	color:#9B0004;
	letter-spacing:0.5px;
	margin-top:-10px;
	margin-bottom: 1px;
	margin-top:5px;
    }

 h2 {font-family: 'Source Sans Pro', sans-serif;
	font-size:29px;
	color:#9B0004;
	letter-spacing:0.5px;
	margin-top:-10px;
	margin-bottom: 1px;
    }

.hline{ 
	width:100%;
	height:5px;
	background: #8bad31;
	}

.p-footer{
	font-size:16px;
	font-weight: bold;
	color:#555;
	margin-bottom:20px;
	line-height:1.5;
}
.tm-footer::after{ /*Clear floated elements*/
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}
.tm-footer{
 	background-color: #efffed;
	margin:auto;
 }

.tm-footerizq{
	width:250px;
	float:left;
	min-height:37px;
	padding-top:25px;
}

.tm-footerder{
	width:500px;
	float:left;
	margin-left:130px;
	min-height:37px;
}

/*Linea titulo*/

.lineamain{
	height: 5px;
	background-color: #7b8f2d;
	border: none;
}

/*Linea separador*/

.lineasep{
	height: 5px;
	background-color: #7b8f2d;
	border: none;
	margin-bottom: 20px;
	width: 500px;
	margin-left: 20%;
}

/*Laterales*/
.linenews{
	height: 5px;
	background-color: #7b8f2d;
	border: none;
	margin-bottom: 20px;
	width: 180px;
	margin-left: 20%;
}

/*Parrafos objetivos*/

.parrap{
	margin-bottom: 5px;
}


/* --- Desktop layout enforced on mobile/tablet --- */
html, body {
  min-width: 1300px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
