
h1 {
	font-size: 20px;
	font-weight: 400;	
	color: #006699;
	letter-spacing: 0px;
}
h3 {
	font-size: 50px;
	font-weight: 300;	
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 55px;
	width: 50%;
	float: left;
}
.box_listado{
	position: relative;
	display: flex;
  	flex-direction: column;
	float: left;
	margin: 10px;
	padding: 20px;
	width: 340px;
	height: auto;
	background-color: #FAFAFA;
}
.box_listado img{
	width: 100%;
	height: auto;
}

.box_titulo{
	position: relative;
	font-size:28px;
	font-weight: 600;	
	text-align: left;
	color:#006699;	
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_detalle{
	position: relative;
	display: flex;
  	flex-direction: row;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}	
.box_detalle_nombre{
	position: relative;
	float: left;
	width: 50%;
	font-size: 16px;
	font-weight: 600;	
	text-align: left;
	color:#111111;	
	padding-left: 5px;
}

.box_detalle_value{
	position: relative;
	float: left;
	width: 50%;
	font-size:16px;
	font-weight: 400;	
	text-align: right;
	color:#111111;
	padding-right: 5px;
}

.box_detalle_value img{
	width: auto;
	height: 40px;
}
.detalle_equipos_destacado{
	clear: both;
	position: relative;
	width: 90%;	
}
.detalle_equipos_imagen{
	width: 30%;
	float: left;	
	margin: 2%; 			
}
.detalle_equipos_imagen img{
	width: 100%;
	height: auto;
}

.detalle_equipos_tabla{
	width: 30%;
	float: left;	
	margin: 2%; 		
}
.detalle_equipos_link{
	width: 30%;
	float: left;	
	margin: 2%; 		
}
.detalle_equipos_textos{
	clear: both; /* Rompe el float */
	position: relative;
	width: 90%;
	margin-top: 10%;
	margin-left: 5%; 		
	margin-right: 5%; 		
}
.detalle_equipos_tx{
	width: 50%;
	float: left;	
}

.box_botones{
	position: relative;
	display: flex;
  	flex-direction: row;
  	justify-content: center;
	text-align: center;
	width: 100%;	
	margin-top: 20px;
}
.box_botones a{
	position: relative;	
	padding: 8px 20px;
	margin: 0px 5px;
	font-size:20px;
	font-weight: 600;
	color: #FFFFFF;	
	background-color:#006699;
	border-radius: 10px;
}
.detalle_equipos_header {
	position:relative;
	clear: both;
	background-repeat: no-repeat;

	background-position: bottom right;
	background-color: #FFFFFF;

	width:95%;
	
	overflow:visible;
	margin: 0px;
	padding-top: 150px;
	padding-left: 5%;
	color:#000000;
	text-align: left;	

}


@media all and (max-width: 1000px) and (min-width: 50px) and (orientation: portrait){
	
	
h1 {
	font-size: 18px;
	font-weight: 700;	
	color: #006699;
	letter-spacing: 0px;
}

h3 {
	font-size: 34px;
	font-weight: 400;	
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 35px;
	
	width: 95%;
	float: left;
}

}
