#marqueediv{
	padding: 0px;
	max-width:980px;
	margin:0 auto;
	cursor:pointer;
	background-color:#FFFFFF;
}
.marqTitulo1{
    font-family: open Sans,Arial;
    font-size: 18px;
    font-weight: bold;
	color:#666666;
    height: 82px;
    padding-left: 10px;
	float:left; 
	width:120px; 
	background-color:#F4AC42; 
	line-height: 82px;
}

.marqTitulo2{
	padding-left:3px;
}

.marqContenido{
	float:left; 
	height:80px; 
	width:849px;
	border-top: 1px solid #ECEDF3; 
	border-bottom: 1px solid #ECEDF3; 
	border-right: 1px solid #ECEDF3;
}

@media screen and (max-width: 980px) {
.marqTitulo1{
	display:none;
}
.marqContenido{
	width:100%;
	border-right: 0px;
}
}

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

}
@media screen and (max-width: 650px) {
#marqueediv{
	display:none;
}

}

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