/*---------------------------------------------------------------------------------------------------------------------------
	IED - Marie Claire - Main Cascading Style Sheet
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	.autor			RSB Media SCP - http://www.rsbmedia.com
	.version		1.0
	.url				http://
	.timestamp	14/01/2010 .. 15/01/2010
	---------------------------------------------------------------------------------------------------------------------------*/
	
	
/*-----------------------------------------------------------------------------------------------------------------------------
	0.	Tablè of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1.	Reset
	2.	Links
	3.	Elements
	4.	Common
	5.	Concept
	6.	Rules
	7.	Participants
	8.	Send
	---------------------------------------------------------------------------------------------------------------------------*/
	
	
	/*---------------------------------------------------------------------------------------------------------------------------
	1.	Reset
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
	/*
	D: Reset Styles :D
	*/
	div, hr,
	dl, dt, dd, 
	ul, ol, li,
	h1, h2, h3, h4, h5, h6,
	pre, form, fieldset,
	input, textarea, p,
	blockquote, th, td { 
		margin: 0;
		padding: 0;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	fieldset, img { 
		display: block;
		border: 0 none;
	}
	
	address, caption, cite, code,
	dfn, strong, em, th, var {
		font-style: normal;
		font-weight: normal;
	}
	
	ol, ul, li {
		list-style: none;
		display: block;
	}
	
	caption, th {
		text-align: left;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-size: 18px;
		font-weight: normal;
	}
	
	q:before, q:after {
		content: '';
	}
	
	abbr, acronym { 
		border: 0 none;
	}
	
	
	/*---------------------------------------------------------------------------------------------------------------------------
	2.	Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
	a {
		text-decoration: none;
		color: #4d4d4d;
	}
		
		a:hover {
			text-decoration: underline;
			color: #111;
		}
		
		a:active,
		a:focus {
			outline: none;
			color: #777;
		}
		
		a img {
			display: inline;
		}
		
		button::-moz-focus-inner {
			border: 0;
		}
		
		input[type="submit"]::-moz-focus-inner {
			border: 0;
		}
		
	
	/*---------------------------------------------------------------------------------------------------------------------------
	3.	Elements
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
	body, h1, h2, h3, h4, h5, h6, input, option, textarea, button {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #000;
	}
	
	body {
		margin: 0;
		font-size: 12px;
		line-height: 17px;
	}


	/*---------------------------------------------------------------------------------------------------------------------------
	4.	Common
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
	.clearer {
		height: 0 !important;
		overflow: hidden !important;
		display: block !important;
		clear: both !important;
	}
	
	.vSpacer {
		height: 30px !important;
		overflow: hidden !important;
		display: block !important;
		clear: both !important;
	}
	
	li.clearer {
		height: 0 !important;
		overflow: hidden !important;
		display: block !important;
		float: none !important;
		clear: both !important;
	}
	
	#wrap {
		
	}
		
		#header {
			width: 670px;
			overflow: hidden;
			margin: 0 auto;
		}
			
			#header h1 {
				float: left;
				background-color: #f6efdf;
				font-size: 40px;
				line-height: 35px;
				color: #e20066;
			}
				
				#header h1 img {
					float: left;
				}
		
		#mainNav {
			width: 100%;
			height: 61px;
			position: relative;
			z-index: 2;
			clear: both;
			margin-bottom: -10px;
			background: transparent url(../images/common/mainNavBg.png) repeat-x left top;
		}
			
			#mainNav ul {
				width:620px;
				height: 61px;
				margin: 0 auto;
				padding-left: 50px;
			}
				
				#mainNav ul li {
					height: 61px;
					display: inline;
					float: left;
					margin-left: 55px;
					background: transparent none no-repeat center top;
				}
				
				#mainNav ul li.actual {
					
				}
					
					#mainNav ul li a {
						height: 51px;
						float: left;
						padding-bottom: 10px;
					}
					
					#mainNav ul li a:hover {
						background: transparent url(../images/common/mainNavHoverBg.png) no-repeat center bottom;
					}
					
					#mainNav ul li.actual a {
						background: transparent url(../images/common/mainNavActualBg.png) no-repeat center bottom;
					}
					
					#mainNav ul li.actual a:hover {
						background: transparent url(../images/common/mainNavActualBg.png) no-repeat center bottom;
					}
					
					#mainNav ul li.actual a strong {
						background-position: left bottom;
					}
						
						#mainNav ul li a strong {
							height: 51px;
							overflow: hidden;
							float: left;
							text-indent: -4000px;
						}
					
					#mainNav ul li a.concept strong {
						width: 70px;
						background-image: url(../images/common/mainNavEl_0.png);
					}
					
					#mainNav ul li a.rules strong {
						width: 49px;
						background-image: url(../images/common/mainNavEl_1.png);
					}
					
					#mainNav ul li a.participants strong {
						width: 93px;
						background-image: url(../images/common/mainNavEl_2.png);
					}
					
					#mainNav ul li a.send strong {
						width: 121px;
						background-image: url(../images/common/mainNavEl_3.png);
					}
		
		#content {
			width: 630px;
			position: relative;
			z-index: 1;
			margin: 0 auto;
			padding: 20px;
		}
			
			#content h2.sectionTitle {
				overflow: hidden;
				margin-bottom: 18px;
				background: transparent none no-repeat left top;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 36px;
				line-height: 42px;
				text-indent: -4000px;
			}


	/*---------------------------------------------------------------------------------------------------------------------------
	5.	Concept
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
	#content.sectionConcept {
		height: 760px;
		background: #f6efdf url(../images/concept/contentBg.jpg);
	}
		
		#content.sectionConcept h2.sectionTitle {
			background-image: url(../images/concept/sectionTitle.png);
		}
		
		#content.sectionConcept p {
			width: 320px;
			margin: 0 0 18px 20px;
		}
			
			#content.sectionConcept p big {
				font-weight: bold;
				text-transform: uppercase;
			}
				
				#content.sectionConcept p big strong {
					color: #e20066;
				}
			
			#content.sectionConcept p strong {
				font-weight: bold;
			}
		
		#content.sectionConcept a {
			color: #e20066;
		}


	/*---------------------------------------------------------------------------------------------------------------------------
	6.	Rules
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
	#content.sectionRules {
		background: #f6efdf url(../images/rules/contentBg.jpg) no-repeat;
	}
		
		#content.sectionRules div.wideSpacer {
			width: 200px;
			height: 840px;
			float: right;
		}
		
		#content.sectionRules h2.sectionTitle {
			background-image: url(../images/rules/sectionTitle.png);
		}
		
		#content.sectionRules h3 {
			margin-left: 20px;
			font-size: 12px;
			line-height: 17px;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		#content.sectionRules p {
			margin: 0 0 14px 20px;
		}
			
			#content.sectionRules p big {
				font-size: 12px;
				line-height: 17px;
				font-weight: bold;
				text-transform: uppercase;
			}
			
				#content.sectionRules p big strong {
					color: #e20066;
				}
			
			#content.sectionRules p strong {
				font-weight: bold;
			}
			
		#content.sectionRules p.destacado{
			color: #e20066;
		}
		
		#content.sectionRules h3.destacado{
			color: #e20066;
		}
		
		#content.sectionRules a{
			color: #e20066;
		}


	/*---------------------------------------------------------------------------------------------------------------------------
	7.	Participants
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
	#content.sectionParticipants {
		background: #f6efdf url(../images/participants/contentBg.jpg) repeat-y;
		height:718px;
	}
	
	#content.sectionParticipantsDetail {
		background: #f4eddb url(../images/participants/detailBg.jpg) no-repeat top left;
	}
	
		#content.sectionParticipantsDetail h2.sectionTitle,
		#content.sectionParticipants h2.sectionTitle {
			background-image: url(../images/participants/sectionTitle.png);
		}
		
		#content.sectionParticipantsDetail h3,
		#content.sectionParticipants h3 {
			margin-top: 20px;
			font-size: 12px;
			line-height: 17px;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		#content.sectionParticipantsDetail h4,
		#content.sectionParticipants h4 {
			margin:15px 0 10px;
		}
		
/* comentarios */
#content.sectionParticipantsDetail .comentarios,
#content.sectionParticipants .comentarios{
width:450px;
margin-bottom:30px;
margin-top:30px;
border-top: 4px #000 solid;
}

.comentarios h4{
	font-size: 12px;
}

.comentarios a {
	font-size: 14px;
	font-weight: bold;
}

/* cajas_proyectos */

.proyectos3_columnas{
padding-right: 100px;
padding-bottom:20px;
}

.proyectos{
width:142px;
height:295px;
margin:0 4px 4px 0;
padding:0;
font-family: Helvetica, Arial,  Verdana, sans-serif;
text-align: left;
float: left;
border:1px solid #000;
}


.proyectos h5 {font-size:15px; font-weight: bold; margin: 8px 4px 3px 5px; color: #000; border-bottom:1px dotted #666; }
.proyectos p {font-size:12px; margin:0.25em 0; padding:0 5px 4px 5px;}
.proyectos p a:active, .proyectos p a:link, .proyectos p a:hover {color: #00A0C6;}
.proyectos_foto {width:142px; height:100px; text-align: center; margin-bottom: 10px; border:none; border-top: 6px solid #000;}

.proyectos_pais {font-weight: bold; color: #666;}

#proyectos_navega{
font-weight: normal;
line-height:1.75em;
color: #666;
height:3em;
margin:20px 0 10px 0;
padding:5px 10px 10px 25px;
border-top: 3px solid #000;
border-bottom: 3px solid #000;
text-align: left;
position:relative; top:1.5em;
}

#proyectos_navega a,
#proyectos_navega .currentPage
{padding-right:1em; font-weight: bold;}

#proyectos_navega a:hover{color: #00A0C6; text-decoration: none; font-weight: bold;}



/* rating */

span.rating img {
	display: inline;
}
span.rating {
background:#d20357;
border:1px solid #a00242;
color:#fff;
font-size:1em;
line-height:1.25em;
margin-right:0.5em;
padding:0.25em 0.75em 0.25em 1.5em;
text-align:center;
text-decoration:none;
}

span.rating img {width:19px; height:18px; border:none; position:relative; top:5px;}


span.top_rating {
background:#f5df02;
border:1px solid #8c8d27;
color:#000;
font-size:1em;
line-height:1.5em;
margin-right:0.5em;
padding:0.25em 0.5em 0.25em 0.5em;
text-align:center;
text-decoration:none;
}

span.rssfeed {
background:#FFAA00 none repeat scroll 0;
border:1px solid #FF7700;
color:#FFFFFF;
font-size:1em;
padding:0.25em;
text-align:left;
text-decoration:none;
}

span.rssfeed a, span.rssfeed a:link, span.rssfeed a:active {color:#e7e7de;text-decoration:none;}
span.rssfeed a:hover{color:#FFFFFF;}

span.rating_single {
background:#000;
color:#FFFFFF;
font-size:1em;
line-height:1.25em;
margin-right:0.5em;
padding:0.5em 0.75em 0.5em 1.5em;
text-align:left;
text-decoration:none;
}

span.rating_single a, span.rating_single a:link, span.rating_single a:active{color:#FFFFFF;}
span.rating_single a:hover {color:#e7e7de;}

.commentary {
	margin-bottom: 30px;
}

.commentAuthor {
	font-weight: bold;
	margin: 0 0 4px;
}


	/*---------------------------------------------------------------------------------------------------------------------------
	8.	Send
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
	#content.sectionSend {
		background: #f6efdf url(../images/send/contentBg.jpg);
	}
		
		#content.sectionSend h2.sectionTitle {
			height: 78px;
			background-image: url(../images/send/sectionTitle.png);
		}
		
		#content.sectionSend h3 {
			margin-left: 20px;
			font-size: 14px;
			line-height: 17px;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		#content.sectionSend p {
			margin: 0 0 14px 20px;
		}
		
		#content.sectionSend h4 {
			margin: 14px 0 2px;
			font-size: 12px;
			line-height: 17px;
			font-weight: bold;
			clear: none;
		}
		
		.FormLabel {
			text-align: left;
			font-size: 12px;
			font-weight: bold;
			line-height: 30px;
			margin-bottom: 12px;
			margin-left: 20px;
		}
		
		#content.sectionSend .FormLabel h3 {
			margin: 25px 0 -10px 0;
		}
		
		.FormTextBox {
			width: 25em;
			background: #F9F9F9 none repeat scroll 0;
			border-color: #7C7C7C #C3C3C3 #C3C3C3;
			border-style: solid;
			border-width: 1px;
			display: block;
		}
		
		.FormTextBoxError {
			color: #F00;
		}
		
		.FormTextBoxDate {
			width: 10em;
			background: #F9F9F9 none repeat scroll 0;
			border-color: #7C7C7C #C3C3C3 #C3C3C3;
			border-style: solid;
			padding-right: 8px;
			border-width: 0px;
			display: inline;
		}
		
		.FormTextBoxDateError {
			color: #F00;
		}
		
		.FormTextBox2 {
			width: 588px;
			height: 200px;
			background: #F9F9F9 none repeat scroll 0;
			border-color: #7C7C7C #C3C3C3 #C3C3C3;
			border-style: solid;
			border-width: 1px;
			display: block;
		}
		
		.FormTextBox2Error {
			color: #F00;
		
		}
		
		.FormTextBoxFile{
			display: block;
		}
		
		.FormTextBoxFileError {
			color: #F00;
		}
		
		input#conditions {
			margin: 10px 0 -35px -25px;
		}
		
		.enText {
			font-style: italic;
		}
		
		.txt_mini {
			font-size: 10px;
			line-height: normal;
			font-weight: normal;
			clear: both;
		}
			
			.txt_mini strong {
				font-weight: bolder;
			}
		
		.rating_single {
			float: left;
			padding: 4px 12px 3px;
			background-color: black;
		}
		
		.rating_single a {
			color: #fff;
		}
