/* CSS Document */

#full-slider-doble{
	float: left;
	width: 100%;
	height: 400px;
	background-image: url(http://danielpernigotti.com.ar/wp-content/themes/theme-pernigotti/images/slider-pernigotti.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#fecha-remate{
	font-size: 18px;
	color: #FFFFFF;
}
#lugar-remate{
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
#boton-remate{
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	border: 1px solid #CC6666;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#boton-remate a{
	color: #BB0000;
	text-decoration: none;
	font-weight: bold;
	padding: 12px;
}
#boton-remate a:hover{
	color: #006699;
}
#bloque-datos-remates{
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	background-color: #CC0000;
	background-color: rgba(189, 12, 12, 0.7);
	margin-top: 10px;
	text-align: center;
	font-family: Lato;
	font-size: 16px;
	border-radius: 9px;
	padding: 25px;
}

<!--/* Large desktop */
@media (min-width: 1200px) { 

#bloque-datos-remates{
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	background-color: #CC0000;
	background-color: rgba(189, 12, 12, 0.7);
	margin-top: 140px;
	text-align: center;
	font-family: Lato;
	font-size: 16px;
	border-radius: 9px;
	padding: 25px;
}
#lado-a{
	float: left;
	width: 50%;
}
#lado-b{
	float: left;
	width: 50%;
}
 }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

#bloque-datos-remates{
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	background-color: #CC0000;
	background-color: rgba(189, 12, 12, 0.7);
	margin-top: 10px;
	text-align: center;
	font-family: Lato;
	font-size: 16px;
	border-radius: 9px;
	padding: 25px;
}
#lado-a{
	float: left;
	width: 100%;
}
#lado-b{
	float: left;
	width: 100%;
}

 }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

#bloque-datos-remates{
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	background-color: #CC0000;
	background-color: rgba(189, 12, 12, 0.7);
	margin-top: 10px;
	text-align: center;
	font-family: Lato;
	font-size: 16px;
	border-radius: 9px;
	padding: 25px;
}
#lado-a{
	float: left;
	width: 100%;
}
#lado-b{
	float: left;
	width: 100%;
}
 }

/* Landscape phones and down */
@media (max-width: 480px) { 

#bloque-datos-remates{
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	background-color: #CC0000;
	background-color: rgba(189, 12, 12, 0.7);
	margin-top: 10px;
	text-align: center;
	font-family: Lato;
	font-size: 16px;
	border-radius: 9px;
	padding: 25px;
}
#lado-a{
	float: left;
	width: 100%;
}
#lado-b{
	float: left;
	width: 100%;
}

 }
