.box-galerias-ap1 {
	float: left;
	width: 198px;
	margin-right: 5px;
	margin-left: 5px;
	border: 2px solid #FFFFFF;
	margin-bottom: 15px;
}
.box-img-gal {
	float: left;
	width: 198px;
	background-color: #b1b1b1;
}
.box-img-gal a {
	float: left;
	width: 192px;
	height: 120px;
	border: 3px solid #b1b1b1;
}
.box-img-gal a:hover {
	border: 3px solid #0099ff;
}
.box-img-gal-info {
	float: left;
	width: 188px;
	background-color: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.box-img-gal-info a {
	color: #151515;
	text-decoration: none;
}
.box-img-gal-info a:hover {
	text-decoration: underline;
}
.box-galerias-ap1-mmedia {
	float: left;
	width: 640px;
	margin-bottom: 15px;
}

/* ============================ TABS DEL MULTIMEDIA ================================== */

ul.tabs {
	float: left;
	list-style: none;
	height: 32px;
	width: 633px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
ul.tabs-b {
	float: left;
	list-style: none;
	height: 32px;
	width: 640px;
	padding-top: 7px;
	color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 2px;
}
ul.tabs li {
	float: left;
	padding: 0;
	height: 30px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px;
	margin-bottom: 0px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FFF;
	border-left-color: #666666;
	color: #FFFFFF;
}
ul.tabs-b li {
	float: left;
	height: 30px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d3d3d3;
	color: #151515;
	font-weight: bold;
	margin-right: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
ul.tabs li a {
	text-decoration: none;
	color: #151515;
	display: block;
	font-size: 12px; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #dedede;
	border-left-color: #fff;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
ul.tabs-b li a {
	text-decoration: none;
	color: #151515;
	display: block;
	font-size: 12px; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
ul.tabs li a:hover {
	background-color: #FFF;
	color: #000000;
}
ul.tabs-b li a:hover {
	background-color: #d3d3d3;
	color: #151515;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-color: #666666;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	color: #666666;
}
html ul.tabs-b li.active, html ul.tabs-b li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-color: #999999;
	color: #151515;
	font-weight: bold;
}
