body 
{
	background-color: #FFF8F4;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0 !important;
	padding: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a
{
	color: #FFFFFF;
	text-decoration: none;
	*color: #FFFFFF;
	*text-decoration: none;
}
.mainContainer
{
	margin: auto;
	overflow: hidden;	
}
.mainContainer, .element
{
	top: 10px;
	width: 950px;
	bottom: 5px;
	position: relative;
	overflow: hidden;
/*	background-color: #FFF8F4; */
}
.secondContainer
{
	top: -4px;
	width: 950px;
	position: relative;
	overflow: hidden;
	background-color: #FFF8F4;	
}
.borderUpper
{
	width: 950px;
/*	background: transparent url(../images/roundedUpper.png) no-repeat; */
	top: 0px;
	left: 0px;
	position: relative;
}
.borderLower
{
	width: 950px;
/*	background: transparent url(../images/roundedLower.png) no-repeat; */
	bottom: 4px;
	left: 0px;
	position: relative;
}
.borderLowerUpload
{
	width: 480px;
	left: 5px;
	bottom: 15px;
	position: absolute;
	*top: 650px;
	top: 640px;
}
.header
{
	width: 960px;
	height: 170px;
}
.logo
{
	width: 400px;
	height: 120px;
	top: -5px;
	*top: 5px;
	left: 3px;
	position: absolute;
}
.logo a
{
	width: 363px;
	height: 100px;
	text-decoration: none;
	display: block;
	color: #D9D9D9;
	background-image: url(../images/logo.jpg);
}
.logo a img
{
	border-style: none;
}
.logo span
{
	display: none;
}
.searchBox
{
	width: 292px;
	height: 80px;
	top: 30px;
	left: 550px;
	position: absolute;
	background: url(../images/searchBox.png) no-repeat;
}
#searchWord
{
	width: 182px;
	height: 18px;
	margin-top: 34px;
	margin-left: 20px;
	margin-right: 5px;
	padding-top: 3px;
	border: 1px solid #4B4642;
	float: left;
	position: relative;
}
.submitter
{
	padding-bottom: 4px;
	height: 25px;
	color: #FFF8F4;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #4B4642;
	background-image: url(../images/buttonBackground.jpg);
}
.submitterExplore
{
	padding-bottom: 4px;
	height: 25px;
	font-weight: bold;
	cursor: pointer;
	
}

.upExplore #browserButton input[type="file"]
{
	padding-bottom: 4px;
	height: 25px;
	color: #FFF8F4;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #4B4642;
	background-image: url(../images/buttonBackground.jpg);
}
#searchButton
{
	float: left;
	position: relative;
	margin-top: 33px;
}
.rss
{
	width: 100px;
	height: 100px;
	top: 10px;
	left: 843px;
	position: relative;
	background: url(../images/rssFeeds.png) no-repeat;
}
.rss a
{
	color: #FFF8F4;
	text-decoration: none;
	*color: #FFF8F4;
	*text-decoration: none;
}
.menu
{
	width: 950px;
	height: 60px;
	top: 20px;
	left: 0px;
	position: relative;
}

/* el width y height de menu deben repetirse en navigation */

.navigation
{
	width: 950px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background: url(../images/menu.png) no-repeat;
}
.navigation li 
{
	float: left;
	list-style:none;
}
.navigation a 
{
	display: block;
	height: 60px;
	left: 51px;
}
.navigation li a span
{
	display: none;
}
.homeMenu a 
{
	width: 72px;
	left: 51px;
	position: absolute;
	background-position: 0px 0px;
}
.favoritesMenu a 
{
	width: 186px;
	left: 125px;
	position: absolute;
	background-position: 0px 0px;
}
.tagsMenu a 
{
	width: 112px;
	left: 313px;
	position: absolute;
	background-position: 0px 0px;
}
.uploadMenu a 
{
	width: 125px;
	left: 427px;
	position: absolute;
	background-position: 0px 0px;
}

.navigation li.active a, .homeMenu a:hover 
{
	background-image: url(../images/menu.png);
	background-position: -51px -60px;
}
.favoritesMenu a:hover
{
	background-image: url(../images/menu.png);
	background-position: -125px -60px;
}
.tagsMenu a:hover
{
	background-image: url(../images/menu.png);
	background-position: -313px -60px;
}
.uploadMenu a:hover
{
	background-image: url(../images/menu.png);
	background-position: -427px -60px;
}
.adListTitle
{
	width: 130px;
	height: 100px;
	top: 175px;
	*top: 190px;
	right: 7px;
	position: absolute;
}
*adListTitleResultado
{
	*top: 200px;
	*position: absolute;
}
.adListTitleUpload
{
	width: 130px;
	height: 100px;
	top: 180px;
	*top: 195px;
	right: 7px;
	position: absolute;
}
.adListTitle h4 span, .adListTitleUpload h4 span
{
	display: none;
}
.adList
{
	width: 130px;
	top: 290px;
	right: 7px;
	position: absolute;
	background-color: #F38C03;
}
.adListUpload
{
	width: 130px;
	top: 295px;
	right: 7px;
	position: absolute;
	background-color: #F38C03;
}
.adIndex
{
	width: 800px;
	height: 185px;
	top: -1px;
	margin-left: 5px;
	margin-bottom: 10px;
	position: relative;
}
#adIndexResultado
{
	top: 25px;
	*top: 20px;
	position: relative;
}
#adIndexContact
{
	top: 40px;
	*top: 35px;
	margin-bottom: 35px;
	position: relative;
	float: left;
}
.adPlayer
{
	width: 300px;
	height: 480px;
	float: left;
/*	margin-top: -64px;	*/
	margin-left: 5px;
}
.adUpper
{
	width: 525px;
	height: 120px;
	top: 0px;
	left: 415px;
	position: absolute;
	background-color: #FF421A;
}
.adLower
 {
	width: 930px;
	height: 60px;
	margin-top: 10px;
	margin-left: 10px;
	top: 0px;
	position: relative;
	float: left;
 }
.adMini
 {
	width: 100px;
	height: 246px;	
	margin-top: 15px;
	margin-left: -11px;
	position: relative;
	float: left;
 }
.topTags
{
	width: 810px;
	position: relative;
	margin-left: 0px;
	top: 15px;
	*top: -31px;
}
.topTags h3 span
{
	display: none;
}
.topTags h3 img
{
	position: relative;
}
.topTagsInsider
{
	background-image: url(../images/topTagsInside.png);
	top: -13px;
	position: relative;
	*top: -23px;
}
.topTags ul
{
	left: 30px;
	right: 5px;
}
.topTags li
{
	display: inline-block;
 	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF8F4;
	background-color: #1b1b1b;
	border: 1px solid #1b1b1b;
	margin-right: 3px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-image: url(../images/buttonBackground.jpg);
	background-position: bottom;
	text-decoration: none; 	
	zoom: 1; /* IE7 (hasLayout)*/
        *display: inline; /* IE */
}
.topTags .topTagsLower
{
	position: relative;
	top: -24px;
	*top: -42px;
}
.titleLinks
{
	top: 20px;
	margin-left: 5px;
	margin-bottom: 10px;
	position: relative;
	float: left;
}
.titleTags
 {
	margin-top: 25px;
	margin-left: 5px;
	position: relative;
}
.titleVideos, .titleFavorites, .titleContact
 {
	left: 5px;
	position: relative;
}
.titleFavorites, .titleContact
 {
	top: 20px;
}
#titleVideos { top: 15px; }
.videoList
{
	width: 800px;
	top: 15px;
	*top: 12px;
	left: 5px;
	position: relative;
	background-color: #F38C03;
	overflow: hidden;
}
.videoList .videoThumbnail
{
	width: 180px;
	height: 145px;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	overflow: hidden;
}

.videoList .videoThumbnail a img
{
	border: 1px solid #383838;
	width: 180px;
	height: 135px;
	top: 0px;
	left: 0px;
}
.videoList .videoThumbnail img:hover
{
	border: 2px solid #4B4642;
}
.videoList .videoThumbnail .titulo-video a, .videoList .videoThumbnail h3
{
	color: #FFFFFF;
	font-size: 12px;
	background-color: #4B4642;
	left: 11px;
	bottom: 23px;
	width: 180px;
	max-width: 175px;
	margin: 0px;
	padding: 3px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}
.videoList .videoThumbnail span
{
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}
.videoList .videoThumbnail .time
{
	float: left;
}
.videoList .videoThumbnail .votes
{
	float: right;
}
.videoFrame
{
	border: 1px solid #8C8282;
	width: 600px;
	height: 480px;
}
.videoBackground
{
	margin-bottom: 20px;
}
.roundedBottom
{
	width: 800px;
	left: 5px;
	position: relative;
	top: 15px;
	*position: relative;
	*top: 12px;
}
.roundedBottomTags
{
	margin-left: 5px;
	position: relative;
	top: 20px;
	*top: 17px;
	width: 800px;
}
#roundedBottomContact
{
	position: relative;
	top: 20px;
	*top: 17px;
	height: 11px;
}
.uploader
{
	width: 820px;
	height: 375px;
	position: relative;
	top: 0px;
	*top: -3px;
	left: -15px;
	/* border: 1px solid #4B4642; */
}
.uploadForm
{
	width: 480px;
	height: 320px;
	position: relative;
	float: left;
	left: 20px;
	padding-top: 25px;
	background-color: #F38C03;
}
.uploadForm form
{
	width: 525px;
	position: relative;
	left: -50px;
	margin-bottom: 5px;
	color: #4B4642;
	font-size: 11px;
	font-weight: bold;
}
.uploadForm p, .uploadForm label
{
	display: block;
	width: 213px;
	float: left;
	text-align: right;
	margin-right: 10px;
	padding-top: 4px;
}
.uploadForm .upField
{
	width: 225px;
	border: 1px solid #4B4642;
}
.uploadForm .submitter
{
	width: 225px;
	margin-top: 10px;

}
.uploadForm h1
{
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 16px;
	color: #F38C03;
	font-size: 14px;
	letter-spacing: 0.7px;
}
#upTag
{
	position: relative;
	top: 5px;
}
.videoTitle, .videoEmail, .videoPerson, .videoTag, .videoText, .videoDuration, .upExplore, .buttonSubmit
{
	margin-bottom: 8px;
	display: inline-block;
}
.videoText textarea
{
	border: 1px solid #4B4642;
}

.uploadInstructions
{
	width: 305px;
	position: relative;
	float: left;
	left: 20px;
}
.uploadInstructions p
{
	border: 1px solid #4B4642;
	margin-top: 20px;
	margin-left: 15px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 16px;
	background-color: #4B4642;
	color: #FFF8F4;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.7px;
}
.uploadInstructions li
{
	color: #4B4642;
	font-weight: bold;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 17px;
	margin-left: 15px;
}
.uploadVideo
{
	width: 950px;
	height: 700px;
	position: relative;	
	top: 10px;
}
.uploadVideo .center
{
	width: 800px;
	left: 100px;
	top: 20px;
	position: relative;
	text-align: center;
}
.pagination
{
	width: 800px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 6px;
	position: relative;
	top: 15px;
	*position: relative;
	*top: 14px;
	text-align: right;
	color: #DE5B04;
}
#paginationResultado
{
	*position: relative;
	*top: 10px;
	*margin-bottom: 5px;
}
.pagination a
{
	border: 1px solid #DE5B04;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-image:url(../images/fondoPaginador.jpg);
	background-position: bottom;
	text-decoration: none;
	color: #DE5B04;		
}
.pagination a:hover
{
	border: 1px solid #DE5B04;
	background-image: none;
	background-color: #FFC794;
	color: #DE5B04;
}
.pagination strong
{
	border: 1px solid #DE5B04;
	margin-right: 4px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-image: none;
	background-color: #DE5B04;
	color: #FFF8F4;
}
hr.divider
{
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
	color: #4B4642;
}
.infoPage
{
	width: 928px;
	height: 160px;
	color: #4B4642;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #F38C03;
	top: 20px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#infoPageResultado
{
	top: 25px;
	*top: 25px;
}
.infoPage2
{
	width: 928px;
	height: 160px;
	color: #4B4642;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #F38C03;
	margin-top: 12px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: -10px;
	overflow: hidden;
	position: relative;
}
.infoPage p, .infoPage2 p, .infoPage h4, .infoPage2 h4
{
	margin-left: 10px;
	margin-right: 10px;
	*margin-top: 20px;
	line-height: 15px;
	letter-spacing: 0px;
	*font-size: 11px;
}
.infoPage a, .infoPage2 a
{
	color: #CB2807;
	*font-size: 11px;
}
.infoPage .infoLink, .infoPage2 .infoLink
{
	padding-right: 10px;
	
}
.otherLinks
{
	margin-bottom: 10px;
}
.otherLinks img
{
	padding-right: 3px;
}
.otherLinks, .linkList a
{
	color: #CB2807;
	font-weight: bold;
}
.linkList
{
	margin-top: 20px;
	margin-left: 47px;
	top: 12px;
	width: 900px;
	height: 80px;
	margin-bottom: 5px;
	background-color: #FFF8F4;
	overflow: hidden;
	position: relative;
}
.linkList a
{
	line-height: 15px;
	letter-spacing: 0px;
}
.footer
{
	width: 930px;
	margin: auto;
	margin-bottom: 5px;
	top: 20px;
	background-color: #FFF8F4;
	overflow: hidden;
	position: relative;
}
.footer ul
{
	margin-right: 15px;
}
.footer li
{
	display: inline-block;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 12px;
	margin-bottom: 2px;
}
.footer a
{
	color: #CB2807;
}
.element h2
{
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: -10px;
}
.element h2 a
{
	color: #4B4642 !important;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	
}
.element span
{
	top: 15px;
	left: 10px;
	position: relative;
	*top: 20px;
	*margin-bottom: 10px;
}
.element span a
{
	color: #4B4642 !important;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	
}
.element h3
{
	color: #4B4642;
	font-size: 12px;
	letter-spacing: 0px;
	top: 10px;
	*top: 15px;
	*margin-bottom: 25px;
	position: relative;
	margin: 10px;
	padding: 0px;
	height: 40px;
	*height: 45px;
	text-transform: uppercase;
}
.element h3 a
{
	color: #8C0000;
}
.element .video
{
	border: 1px solid #8C8282;
	width: 608px;
	height: 476px;
	margin-right: 10px;
	margin-left: 10px;
/*	margin: 10px;	*/
	top: -75px;
	*top: -85px;
/*	position: relative; */
	float: left;
}
.videoOptions
{
	float: left;
	width: 926px;
	height: 200px;
	margin-left: 10px;
	margin-top: 20px;
	position: relative;
	border: 2px solid #F38C03;
}
.rateVideo
{
	width: 280px;
	height: 65px;
	margin-top: 5px;
	margin-left: 5px;	
	position: relative;
}
.badVideo
{
	width: 165px;
	height: 65px;
	margin-top: -65px;
	margin-left: 310px;
	
}
#notifyVideo
{
	margin-left: 5px;
}
.aboutVideo
{
	width: 910px;
	float: left;
	position: relative;
	top: -73px;
	margin-left: 8px;
	margin-bottom: 8px;
}
.rateVideo p, .linkVideo p, .badVideo p, .aboutVideo h1
{
	font-size: 14px;
	font-weight: bold;
	color: #4B4642;
	margin-left: 6px;
	margin-top: 0;
	padding-top: 6px;
}

#star ul.star, .rateVideo ul
{
	list-style: none; 
	margin: 0;
	padding: 0;
	width: 85px;
	height: 20px;
	left: 10px;
	top: -5px;
	position: relative;
	float: left;
	background: url('../images/starVotes.gif') repeat-x;
	cursor: pointer;
}
#rateVideo li
{
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	max-width: 85px !important;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	position: absolute;
}
#rateVideo li.curr
{
	background: url('../images/starVotes.gif') left 25px;
	font-size: 1px;
}
#rateVideo div.user
{
	left: 15px;
	position: relative;
	margin-top: 0px;
	margin-left: 3px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #4B4642;
}
.linkVideo
{
	width: 420px;
	height: 70px;
	float: left;
	position: relative;
	top: -65px;
	left: 500px;
}
.linkVideo h2
{
	color: #4B4642;
}
.linkVideoBox
{
	width: 409px;
	height: 17px;
	border: 1px solid #F38C03;
	padding-left: 2px;
	padding-right: 2px;
	font-family: monospace;
	color: #867D76;
}
 #aboutVideoBox
 {
	width: 905px;
	height: 90px;
	border: 1px solid #F38C03;
	padding-left: 2px;
	*position: relative;
	*top: -10px;
 }
#aboutVideoBox p
 {
	color: #4B4642;
	margin: 4px;
	overflow: auto;	
 }

 .leadIn
{
	font-size: 8px;
}
.videoDescription
{
	width: 930px;
	height: 60px;
	bottom: -875px;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #4B4642;
	font-size: 12px;
	font-weight: bold;
}
.videoBackground a
{
	color: #FF421A !important;
}
 .relatedVideos 
{
	overflow: hidden;
	width: 830px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	top: 5px;
	left: 1px;
	position: relative;
	float: left;
}
.relatedVideos .videoThumbnail
{
	padding: 0px;
	width: 146px;
	float: left;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 114px;
	border: 2px solid #4B4642;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}
.relatedVideos .videoThumbnail:hover
{
	border: 2px solid #4B4642;
}
.relatedVideos .videoThumbnail img
{
	width: 165px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position:absolute;
	top:0px;
	left:0px;
}
.relatedVideos .videoThumbnail a img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.relatedVideos .videoThumbnail h2
{
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
	float: left;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:25;
	line-height: 11px;
	background-color: #4B4642;
	text-align: center;
	letter-spacing: 0px;
}
.relatedVideos h4
{
	font-size: 16px;
	color: #FFFFFF;
	background-color: #111111;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.relatedVideos h4 span
{
	background-color: transparent;
}
.tagList
{
	width: 950px;
	position: relative;
	*top: 30px;
	*margin-bottom: 25px;
}
.tagList table
{
	padding: 25px;
	margin: auto;
	font-size: 14px;
	color: #383838;
}
.tagList table td
{
	padding-left: 20px;
	padding-bottom: 2px;
}
.tagList table td a
{
	color: #4B4642;
	font-weight: bold;
	letter-spacing: -1px;
}
.allTags
{
	width: 800px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	margin: 6px;
	text-align: right;
	color: #DE5B04;
	position: relative;
	top: 15px;
	*top: 15px;
	*margin-bottom: 10px;
}
.allTags a
{
	
	border: 1px solid #DE5B04;
	margin-right: 4px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-image: none;
	background-color: #DE5B04;
	color: #FFF8F4;
	
}
#formContact
{
	width: 800px;
	position: relative;
	float: left;
	top: 20px;
	*top: 17px;
	left: 5px;
	padding-top: 25px;
	background-color: #F38C03;
}
#formContact form
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#formContact form p
{
	float: left;
	overflow: hidden;
	padding: 0px;
	width: 702px;
	*padding-bottom: 15px;
	text-align: right;
}
#formContact form textarea
{
	height: 400px;
}
#formContact form label
{
	color: #4B4642;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	left: 40px;
	padding: 3px;
	text-align: right;
	width: 150px;
}
#formContact form input[type="text"], #formContact form textarea
{
	background-color:#FFF8F4;
	border: 2px solid #4B4642;
	color: #000000;
	position: relative;
	float: left;
	font-size: 12px;
	left: 45px;
	padding: 3px;
	width: 490px;
}
#anuncioCumLouder
{
	width: 800px;
	height: 322px;
	position: relative;
	top: 16px;
	left: 5px;
	margin-bottom: 5px;
	font-family: "trebuchet MS";
}
#cabeceraAnuncio
{
	height: 66px;
}
#logoCumLouder
{
	width: 215px;
	height: 65px;
	float: left;
	position: relative;
	top: -2px;
	left: -2px;
}
#logoCumLouder a { color: #FFF8F4; }
#cabecera2Anuncio
{
	width: 585px;
	height: 65px;
	float: left;
	position: relative;
	top: -20px;
}
.tituloVideoAnuncio
{
	font-size: 19px;
	font-weight: bold;
	position: relative;
	top: 11px;
	text-align: right;
	margin-right: 10px;
}
.tituloVideoAnuncio a p { color: #4B4642; }
#separadorAnuncio
{
	width: 581px;
	height: 3px;
	position: relative;
	top: -8px;
	background-color: #F38C03;
}
#fechaPuntuacion
{
	position: relative;
	top: -17px;
	float: right;
	margin-right: 10px;
}
#fechaPuntuacion li
{
	font-size: 15px;
	font-weight: bold;
	float: left;
	list-style: none;
	display: block;
	color: #4B4642
}
#fechaPuntuacion li.datosVideoAnuncio, #enlacesAnuncio li#enlaceAnuncio, #enlacesAnuncio li#enlaceAnuncio a
{
	color: #F38C03 !important;
}
#cuerpoAnuncio
{
	width: 790px;
	height: 251px;
	position: relative;
	top: -10px;
}
#imagenAnuncio
{
	width: 350px;
	height: 250px;
	color: #444;
	position: relative;
	float: left;
}
#imagenAnuncio a { text-decoration: none; }
#imagenAnuncio a img 
{
	border: 2px solid #4B4642;
	max-width: 350px; 
	max-height: 300px;
}
#textoAnuncio
{
	width: 400px;
	height: 200px;
	top: 15px;
	left: 30px;
	float: left;
	position: relative;
	font-size: 12px;
	font-weight: bold;
}
#textoAnuncio a { color: #000; }
#enlacesAnuncio
{
	position: relative;
	font-size: 13px;
	font-weight: bold;
}
#enlacesAnuncio li
{
	width: 370px;
	position: relative;
	float: left;
	left: 50px;
}
#pieAnuncio
{
	width: 800px;
	height: 3px;
	position: relative;
	top: -14px;
	background-color: #F38C03;
}
