@charset "utf-8";
/* CSS Document */
a:visited {
	text-decoration:none;
	outline:0px;
	}
	
a:focus {
	text-decoration:none;
	outline:0px;
	}
a:hover {
	text-decoration:none;
		outline:0px;
	}
#wrapper {
	padding-left:0px;
	padding-right:0px;
}
.img-thumbnail.img-responsive {
	border-style: none;
	border-width: 0px;
	background-color: hsla(0,0%,0%,0.00);
	padding:0px;
	border-radius:0px;	
}
.thumbnail {
	border-style: none;
	border-width: 0px;
	background-color: hsla(0,0%,0%,0.00);
	padding:0px;
	border-radius:0px;
}
.img-fill {
	width:100%;
}

.center-block {
	margin-top:-45px;
	width:100%;
}
/******************************************/
/***    DISEÑO PARA TABLETAS 1200      ****/
/******************************************/
@media only screen and (max-width:1200px){
}
/******************************************/
/***    DISEÑO PARA TABLETAS 768      ****/
/******************************************/
@media only screen and (max-width:768px){
}
/******************************************/
/***    DISEÑO PARA TABLETAS 480      ****/
/******************************************/
@media only screen and (max-width:480px){
}
/******************************************/
/***    DISEÑO PARA TABLETAS 360      ****/
/******************************************/
@media only screen and (max-width:360px){
}
