
h1 {
	font-size: 20px;
	font-weight: 400;	
	color: #006699;
	letter-spacing: 0px;
}
h2 {
	font-size: 20px;
	font-weight: 400;	
	color: #006699;
	letter-spacing: 0px;
	line-height: 24px;
}
h3 {
	font-size: 50px;
	font-weight: 300;	
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 55px;
	width: 50%;
	
}
.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: 20px;
	font-weight: 600;	
	text-align: left;
	color:#111111;	
	padding-left: 5px;
}

.box_detalle_value{
	position: relative;
	float: left;
	width: 50%;
	font-size: 20px;
	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: 95%;
	background-color: #ff0000;		
}
.detalle_equipos_col1{
	width: 46%;
	float: left;
	margin-right: 4%;		
}
.detalle_equipos_col1 p{
	font-size: 20px;
	font-weight: 400;	
}
.detalle_equipos_col1 img{
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 25px;
}
.detalle_equipos_col2{
	width: 46%;
	float: left;
	left: 4%;		
}

.listado_equipos_mas{
	position: relative;
	clear: both;	
	width: 95%;
	padding-left: 5%;
	padding-top: 50px;	
	
}
.detalle_equipos_tabla{
	width: 100%;
	margin-bottom: 35px;				
}
.detalle_equipos_link{
	width: 100%;
}

.detalle_equipos_textos{
	clear: both;
	position: relative;
	width: 90%;
	margin-top: 10%;	
	background-color: #ff00ff;	

	font-size: 20px;
	font-weight: 400;	
}


.detalle_boton_cotizar{
	margin-bottom: 50px;	
	text-align: left;
	margin-top: 20px;
}
.detalle_boton_cotizar a{
	position: relative;	
	padding: 8px 20px;
	margin: 0px;
	font-size:20px;
	font-weight: 600;
	color: #FFFFFF;	
	background-color:#006699;
	border-radius: 10px;
}

.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;
}

}
