html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	text-align: center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* empieza el estilo */

#wrapper {
	font-family: Helvetica, Arial, sans-serif;
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	}
	
#head {
	padding: 30px 0;
	overflow: hidden;
	}
	
#intro {
	padding: 15px 0;
	overflow: hidden;
	clear: both;
	}
	
#sidebar {
	padding-left: 25px;
	overflow: hidden;
	}
	
.sidebox {
	width: 280px;
	position: relative;
	overflow: hidden;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	}

#content {
	float: left;
	width: 700px;
	}
	
#welcome_big {
	font-size: 30px;
	letter-spacing: -2.5px;
	font-weight: bold;
	color: #00AEED;
	}
	
#welcome_small {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	width: 700px;
	display: block;
	}

#welcome_small a{
	color: #00AEED;
	text-decoration: none;
	font-weight: bold;
	}
	
#welcome_small strong {
	font-weight: bolder;
	color: #666;
	}

#welcome_small a:hover {
	color: white;
	background: #00AEED;
	}

.welcome_long {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	display: block;
	}

.welcome_long a{
	color: #00AEED;
	text-decoration: none;
	font-weight: bold;
	}
	
.welcome_long strong {
	font-weight: bolder;
	color: #666;
	}

.welcome_long a:hover {
	color: white;
	background: #00AEED;
	}

/* liver's CSS on-hover image replacement technique */
/* Nada de display: none; - en caso de Netscape 6 */

span#welcome_small a img {
	height: 0; 
	width: 0; 
	border-width: 0;
	}
	
span#welcome_small a:hover img{
	position: absolute;
	top: 40%;
	left: 20%;
	border: 1px solid #CCC;
	width: 209px;
	height: 304px;
	z-index: 1337;
	}

/* liver's CSS on-hover image replacement technique */

	
.vote-value {
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	}

#page-title {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 15px;
	color: #00AEED;
	text-decoration: none;
	}

#page-title a{
	text-decoration: none;
	color: #00AEED;
	}
	
#page-title a:hover {
	background: #00AEED;
	color: white;
	}

#combolabel {
	font-size: 21px;
	font-weight: lighter;
	letter-spacing: -1px;
	display: block;
	margin-bottom: 15px;
	color: #00AEED;
	}	

#combolabel a {
	text-decoration: none;
	color: #00AEED;
	font-weight: bold;
	}

#worktitle-single {
	display: block;
	font-size: 24px;
	letter-spacing: -1px;
	color: #666;
	font-weight: bold;
	margin-bottom: 15px;
	text-shadow: 1px 1px 2px #EEE;
	}
	
#worktitle-single a{
	color: #00AEED;
	text-decoration: none;
	}
	
#singlespacer {
	width: 100%;
	height: 15px;
	}
	
#listings {
	margin:0 auto;
	overflow:hidden;
	padding:0;
	position:relative;
	width: 100%;
	float: left;
	}
	
.work {
	border-top:1px dotted #CCCCCC;
	float:left;
	height:170px;
	margin:16px 6px;
	padding-top:1px;
	width:192px;
	}
	
.work img a{
	float: right;
	}
	
.work_thumb {
	border-bottom:2px solid #666;
	margin-bottom:5px;
	}
	
.work_thumb_single{
	padding: 5px;
	border: 1px solid #CCC;
	float: left;
	}
	
.work_single {
	overflow: hidden;
	}
	
.buildingvote {
	float: right;
	width: 475px;
	padding-top: 15px;
	}
	
.work_title {
	color:#111111;
	font-family:Helvetica,Arial,sans-serif;
	font-size:10px;
	line-height:13px;
	margin:0 6px;
	padding:0;
	}

.on {
	background: #FFF;
	height: 200px;
	}
	
.work_title_on {
	text-align: left;
	font-weight: normal;
	padding: 10px 5px;
	min-height: 60px;
	}
	
.work_title_on a{
	padding: 3px 0;
	color:#00AEED;
	font-family:Helvetica,Arial,sans-serif;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;	
	}
	
.work_title_on a:hover {
	color: white;
	background: #00AEED;
	}
	
.vote {
	background-color: #EEE;
	color:#666666;
	font-family:Helvetica,Arial,sans-serif;
	font-size:10px;
	margin:10px auto;
	padding:5px 0;
	text-align:center;
	text-transform:uppercase;
	width:130px;
	border: 1px solid #CCC;
	}
	
.vote a{
	text-decoration: none;
	font-weight: bold;
	color: #666;
	}
	
.vote a:hover {
	color: white;
	}
	
.vote:hover {
	background: #00AEED;
	color: white;
	}
	
.votecontainer {
	margin-top:40px;
	}
	
.votetitle {
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	}
	
.vote p{
	margin: 10px 0;
	}
	
.vote a{
	margin: 0px;
	padding: 0px;
	}
	
.vote img {
	margin-top: 10px;
	}

.work_title a:hover{
	color: #849EB2;
	}
	
.work_title_stream {
	line-height: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
	
.work_title_stream a{
	color: #00AEED;
	text-decoration: none;
	}

.work_title_stream a:hover{
	background-color: #849EB2;
	background-color: #00AEED;
	color:#fff;
	}
	
.name_stream {
	line-height: 1.5em;
	color: #00AEED;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -0.5px;
	}
	
.name_stream a{
	color: #00AEED;
	text-decoration: none;
	}

.name_stream a:hover{
	color: #849EB2;
	}

	
.spacer {
	height: 23px;
	clear: both;
	}
	
.shareitems strong {
	color: black;
	font-weight: bold;
	font-size: 13px;
	}
	
#voteticker {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	display: block;
	}
	
#voteticker li{
	line-height: 15px;
	font-size: 11px;
	padding-top: 5px;
}

#voteticker li:nth-child(even){
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	}
	
#voteticker li a{
	margin: 10px 0;
	display: block;
	color: #00AEED;
	font-weight: lighter;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	}
	
#voteticker li a:hover {
	background: #00AEED;
	color: white;
	}
	
.sidebox p{
	color:#00AEED;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	margin-right:16px;
	text-align:right;
	}

.shareitems {
	float:right;
	margin: 5px 18px;
	padding-top: 15px;
	}
	
#socialcontainer {
	overflow: hidden;
	padding-bottom: 10px;
	}
	
#contest_meta {
	clear: both;
	overflow: hidden;
	border-top:1px solid #00AEED;
	}

#menu {
	background:#000000 none repeat scroll 0 0;
	font-size:9px;
	height: 30px;
	color: white;
	}

	
#menu a{
	text-decoration: none;
	}

#menu a {
	color:white;
	text-transform:uppercase;
	text-decoration: none;
	}
	
#menu ul {
	background:#000000 none repeat scroll 0 0;
	display:block;
	list-style-image:none;
	list-style-type:none;
	padding-top:12px;
	}

#menu ul li {
	float:left;
	position:relative;
	display: block;
	}
	
#menu ul li a {
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	color:#FFFFFF;
	display:block;
	float:left;
	height:12px;
	padding:6px 8px 0;
	position:relative;
	text-decoration: none;
	}
	
#menu #menu2 {
	text-transform: uppercase;
	}
	
#menu .activo, #menu .active {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	}

#menu ul li a:hover {
	background:#FFFFFF none repeat scroll 0 0;
	color:#333333;
	}

.current {
	background: #FFFFFF none repeat scroll 0 0;
	color: #000000;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	color: black;
	}
	
#menu2 .current li a{
	color: #000000;
	}

.float-r {
	float: right;
	position: relative;
	}
	
#footer_container {
	background-color:#00AEED;
	float:left;
	margin-top:20px;
	padding:10px 0;
	bottom: 0;
	left: 0;
	width:100%;
	text-align: left;
	}
	
#footer {
	color: white;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 1020px;
	}
	
#footer strong{
	font-weight: bold;
	}
	
#footer a{
	color: white;
	}
	
#footer a:hover {
	color: black;
	}
	
.clear {
	clear: both;
	}
	
.back {
	background-color: #EEEEEE;
	margin: 5px 0;
	padding: 5px;
	color: #00AEED;
	font-size: 10px;
	text-transform: lowercase;
	display: inline;
	font-weight: bold;
	border-left: 3px solid #00AEED;
	}
	
.back a{
	text-decoration: none;
	color: #00AEED;
	font-weight: bold;
	}
	
.back:hover {
	background-color: #CCCCCC;
	}
	
#displaybox {
	z-index: 99999;
	background-image:url(images/blackbg_30.png);
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
}
	
#displaybox a:hover {
	background-color: #00AEED;
	color: white;
	border-left: 3px solid #00AEED;
	}
	
#thankyou {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:white;
	border:2px solid #00AEED;
	color:#111;
	margin:10px auto;
	padding:20px;
	width:500px;
	}
	
#thankyou button{
	height: 30px;
	width: 70px;
	}
	
#thankyou_txt {
	font-size: 13px;
	line-height: 16px;
	color: #666;
	}
	
#thankyou_txt strong{
	font-weight: bold;
	}

#thankyou_container {
	margin: 25px 0;
	}
	
#displaymsg {
	z-index: 99999;
	background-image:url(images/blackbg_30.png);
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;	
	}
	
#voto_txt {
	font-weight: bold;
	margin: 10px 0;
	font-size: 12px;
	}

.voto_txt_bajada {
	font-size: 10px;
	color: #666;
	margin: 5px 0;
	padding: 5px;
	background: #F3F3FF;
	line-height: 18px;
	display: inline-block;
	border: 1px solid #EEE;
	}

.voto_txt_bajada a{
	color: #00AEED;
	font-weight: bold;
	text-decoration: none;
	}
	
.voto_txt_bajada a:hover {
	color: white;
	background: #00AEED;
	}
	
p#voto_txt_bajada strong {
	color: black;
	font-weight: bold;
	}

.form-row {
	margin: 15px 0;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	}
	
#welcome h1 {
	color:#00AEED;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-1.5px;
	margin:15px 0;	
	}
	
#vote-single {
	border: 1px solid #CCC;
	display: inline-block;
	margin: 15px 0;
	background: #00AEED;
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	width: 100px;
	text-align: center;
	}
	
#vote-single:hover {
	background: #FFF;
	color: #00AEED;
	}

.back_votesingle{
	display: block;
	}
	
.back_votesingle a{
	font-size: 12px;
	color: #00AEED;
	font-weight: bold;
	text-decoration: none;
	}
	
.back_votesingle a:hover {
	color: white;
	background: #00AEED;
	}
	
.campo {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border:1px solid #CCCCCC;
	color:#666666;
	height:25px;
	padding:0 5px;
	width: 250px;
	}
	
.votaste {
	border:1px solid #87DFFF;
	color:#666666;
	font-size:12px;
	padding:15px;
	background-color: #cbf1ff;
	width: 481px;
	}

#mensaje {
	margin: 15px 0;
	font-weight: bold;
	}
	
#logo-holder {
	float: left;
	}
	
#ads-holder {
	float: right;
	margin-top: 20px;
	}

#ads-holder img {
	margin-left: 10px;
	}
	
#ads-holder p{
	color:#666666;
	font-size:10px;
	font-weight:lighter;
	margin-bottom:10px;
	padding-left:19px;
	text-transform:uppercase;	
	}
	
#podium {
	margin: 40px auto;
	width: 1000px;
	}
	
#podium a{
	margin: 0;
	padding: 0;
	}
	
.primero {
	margin-bottom: -4px;
	}

.segundo {
	float: left;
	}

.tercero {
	float: right;
	}