@charset "UTF-8";
/* CSS Document */

/** ---- RESET ----- */

body, div, span, h1, h2, h3, h4, h5, p, ul, ol, li, img, table, tr, td, tbody, form, input, legend, fieldset, object, embed, param{
 margin:0;
 padding:0;
}

ul li, ol li{list-style-type:none;}

img{
 border:0;
}

.limpia{
float:none;
display:block;
clear:both;
}

hr{
display: block;
height: 1px;
border-top: 1px solid #299926;
border-left: none;
border-bottom: none;
border-right: none;
}

fieldset{
border:0;
}

a{background-color: #333 ; color:#FFF; font-weight: normal;padding: 2px; text-decoration: none;}
a:hover{background-color: #999}

a.face_btn{
	display: block;
	width: 245px;
	background: url(images/bt_face_off.png) no-repeat top left;
	color: #FFF;
	height: 120px;
	padding: 73px 0 0 20px;
	font-size: 16px;
	float: right;
	}


a.face_btn:hover{background: url(images/bt_face_on.png) no-repeat top left;}

h2{color: #FFF;font: normal 13px/15px Arial, Helvetica, sans-serif;padding: 5px 0;background-color: #299926;margin: 5px 0;}
h3{color: #333;font: bold 13px/15px Arial, Helvetica, sans-serif;padding: 5px 0;margin: 5px 0;}
strong{background-color: #999 ; color:#FFF; font-weight: normal;padding: 2px;}
strong.blue{background-color:#00CCFF}
strong.green{background-color:#299926}

.floatLeft{float: left; margin-right: 15px;}

/** ----- ESTRUCTURA ------ */


body{
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	color: #000;
	border-top: 6px solid #999;
}

/** ESTRUCTURA GENERAL: contenedores */

#wrapper{
	width:900px;
	background: #FFF url(images/bg_wrapper.jpg) no-repeat top left;
	margin: 0 auto;
}

	/** NAVEGACIÓN PRINCICPAL */
	
	#wrapper #nav{
		background-color: #FFF;
		font-size: 11px;
		text-transform: uppercase;
		padding: 3px 0;
		overflow: hidden;
		font-weight: bold;
	}
	
		#nav ul#navmain{
			float: left;
			width: 700px;	
		}
		
			ul#navmain li{
				float: left;
				border-right: 1px dashed #999;
			}
		
		#nav #linklogin{
			float: right;
			width: 200px;
			text-align: right;
		}
		
			#nav #linklogin a{
				background-color: #FFFF00;
				display: inline;
				border-right: 1px dashed #000;
			}
			
				#nav #linklogin a.last{border-right: none;}
		
		#nav a{
			padding: 0 10px;
			background-color: #FFF;
			color:#000;
			font-weight: bold;
		}
	
		#nav a:hover, #nav li.current a{text-decoration: underline;}
			
	/** CABECERA */
	
	#wrapper #header{
	/*  height: 342px;
	   background-color: #FFF;
	   overflow: hidden;
	   position: relative;
	   background: url(images/completo.jpg) no-repeat bottom right; /* Con el */calendario completo; agradecimiento o con los ganadores*/
	}
	
	.premiados{
	 height: 242px;
	   background-color: #FFF;
	   overflow: hidden;
	   position: relative;
	   background: url(images/completo.jpg) no-repeat bottom right;
	}
	
		#header h1{
			height: 92px;
			text-indent: -5000em;
			overflow: hidden;
			background: url(images/h1.jpg) no-repeat 0 0;
		}
	
		#header .faltan{
			
		}		
		
		#header .texto{
		 	margin: 15px;
			font-size: 13px;
			width: 300px;
			position: absolute;
			_position: relative;
		 }
		 
		 	#header .texto p{
				margin-bottom: 15px;
			}
			
		#header .numbers{
			float: right;
			width: 900px;
			text-align: right;
			_margin-top: -221px;
		}
		 
		 

	/** CONTENIDO */
			 
	#content{
		width: 900px;
		padding: 0 0 25px 0;
		overflow: hidden;
		background: url(images/bg_content.png) repeat-y 580px 0;
	}
	
	body.ancho #content{background: none;}
	
		#content p, label{background-color: #FFF; display: inline; padding: 2px;
		font: normal 12px/20px Arial, Helvetica, sans-serif;}
		
		#content #col1, #content #col2{
			float: left;
			overflow: hidden;
		}
		
		#content #col1{width: 580px;}
		#content #col2{width: 275px; padding: 0 10px 0 20px;}
			
		/* El calenddario */
			
		#content #calendar{width: 100%; text-align: center; margin-top: 25px;}
		
			 #calendar .months_header{width: 85%; margin: 0 0 15px 60px;}
			 
			 	#content #calendar .months_header a{
					font-size: 13px;
					padding: 3px 8px;
				}
			 
			 #calendar .calendar_header{width: 85%; margin: 0 0 15px 60px;}
			 
			 	#content #calendar .calendar_header a, #content #calendar .calendar_header em{
					font-size: 18px;	
					text-transform: uppercase;
				}
				
				.calendar_header a.prevMonth{float: left}
				.calendar_header a.nextMonth{float: right}
				
				#content #calendar .calendar_header em{font-style: normal;}
				
			 
			 #calendar div.week_days, #calendar div.calendar_days{
				width: 100%; 
			 }		 
				 
				
				#content table{
          width: 85%;
/*          width: 740px;*/
					margin-left: 60px;
				}
				#content #month table {
				  margin-left: 0;
				  width: 100%;
				}
				
				#calendar div.week_days table{
					background-color: #999;
					color:#FFF;
				}
				
					#calendar .week_days table td{width: 107px;}
				
					#content .calendar_days td.day{
            width: 107px;
						height: 25px;
						padding-top: 110px;
						overflow: hidden;
						font: bold 23px/23px Arial, Helvetica, sans-serif;
						color: #666;
						border: 1px solid #999;
						background:#fff  url(images/calendar/person_green.jpg) no-repeat 0 bottom;
					}
					
					#content .calendar_days td.current{background: #FFF url(images/calendar/person_grey.jpg) no-repeat 0 bottom; padding: 0;}
					#content .calendar_days td.current a {margin-top: 105px; display: block;}
					#content .calendar_days td.current img { width: 107px;}
					#content .calendar_days td a{color: #FFF; background: none;}
					#content .calendar_days td a:hover{color: #000; background: none;}
		

		div.day {
		  width: 380px;
		  margin: 0 auto;
		}
		div.day_photo img {
		  width: 380px;
		  height: 500px;
		  margin: 0 !important;
		}
		div#month {
		  width: 200px;
		}
		div.day td {
		  width: 25px !important;
		  text-align: right !important;
		}
		div.day td.day {
		  background-color: #333333;
		  padding: 0 4px;
		}

		div.day td.fiesta,
		div.day td.Sun {
		  background: #999;
		}
		div.day td.current {
		  background: #299926;
		}
		div.day td.current a {
		  font-weight: bold;
		}
		div.day td.day a {
		  background: none !important;
		}
		div.day div.week_days_small td {
		  text-align: center;
		}
		div.calendar_header_small {
		  position: relative;
		  background: #fff;
		}
		div.calendar_header_small a.prevMonth,
		div.calendar_header_small a.nextMonth{
		  position: absolute;
		}
		div.calendar_header_small a.nextMonth {
		  right: 0;
		}
		div.calendar_header_small p.currentMonth {
		  text-align: center;
		  display: block !important;
		  font-weight: bold !important;
		  font-size: 14px;
		  
		}
		div.day h4 {
		  background: #333;
		  color: #fff;
		  font-size: 20px;
		  margin: 0 0 10px 0;
		  padding: 3px 10px;
		}
		
		/* Columna 1 */
		
		/*HOME*/
		#col1 .steps{
			margin: 0 50px;
		}
		
			.steps div{
				width: 400px;	
				background-position: 0 0;
				background-repeat: no-repeat;
				min-height: 70px;
				overflow: hidden;
				margin-bottom: 25px;
				padding-left: 70px;
			}
			
			.steps .step1{background-image: url(images/step1.gif);}
			.steps .step2{background-image: url(images/step2.gif);}
			.steps .step3{background-image: url(images/step3.gif);}
				
				.steps div span{display: none;}
				
				.steps div h2{
					color: #999;
					font: normal 13px/15px Arial, Helvetica, sans-serif;
					padding: 5px 10px;
					background-color: #FFF;
					margin: 5px 0;
					
				}
				
				#content .steps div p{
					padding: 0 10px;
					background: none;
					font-size: 14px;
					display: block;
				}
			
		/* Columna 1 */
		
		#col1 img{margin: 0 10px;}
			
			#content ul li{
				margin-bottom: 10px;
				background: url(images/dot_green.gif) repeat-y 0 0;
				padding-left: 4px;		
			}
			
			
		#col1 .suggest{
			margin: 0 0 5px 0;
			background-color: #333;
			color: #FFF;
			padding: 5px 10px;
		}
		
			.suggest h3{display: block; color: #FFF;}
			#content #col1 .suggest p{
				display: block;
				background-color: #333;
			}
		
		/* Columna 2 */
		
		#col2 img {margin: 0 0 5px 60px;}
		
			#col2 .side_element{padding-bottom: 15px;}
			
		
		
		/* las últimas caras */
		
		#lastfaces {	
			width: 860px;
			margin: 15px 28px 0 28px;			
		}
		
		#lastfaces_small {
			width: 580px;
			margin: 15px 28px 0 28px;	
		}		
			
			#lastfaces .face, #lastfaces_small .face{
				width: 152px;
				float: left;
				height: 240px;
				overflow: hidden;
				margin-right: 20px;
			}	
			
			#lastfaces .face_small{
				width: 100px;
				float: left;
				height: 140px;
				overflow: hidden;
				margin-right: 8px;
				text-align:left;
			}	
			
			#col1 .face_small img{margin: 0;}
				
	/** FOOTER */
	
	#wrapper #footer{
		background: url(images/bg_footer.png) repeat-x 0 15px;
		overflow: hidden;
		height: 30px;
	}
	
		#footer p{
			float: left;
			width: 110px;
			padding-left: 50px;
		}
		#footer .navsecond{
			float: left;
			margin-top: 5px;
		}
		
			.navsecond ul li{
				float: left;
				margin: 0 20px;
			}
			
				.navsecond ul li a{
					padding: 3px 10px;
					font-size: 11px;
					background-color: #333;
				}
				
				.navsecond ul li a:hover{background-color: #999;}
	
	p.mail{width: 900px; display: block;}			
				
	/** FORMULARIOS */
	
	#content fieldset{
		margin: 0 25px;
	}
	
	#content fieldset p{display: block;background: none;}
	#content fieldset label{font: bold 14px/18px Arial, Helvetica, sans-serif;}
	
		fieldset input, fieldset textarea{
			border: 1px solid #999;
			padding: 2px 5px;
			font-size: 13px;
			margin: 3px 0;
		}
	
		 fieldset textarea{width: 500px; height:130px;}
		 
		
	    .message, .error-message{margin: 10px 0; padding: 2px;background-color: #CC0000; color: #FFF; font-size: 12px; display: inline; }
		.message{margin: 10px 25px;}
	
	
	
    /** SWF Upload */
    .progressWrapper,
    div.asset_container {
    	width: 100%;
    }
    .progressWrapper {
    	overflow: hidden;
    }

    .progressContainer {
    	margin: 5px;
    	padding: 4px;
    	border: solid 1px #E8E8E8;
    	background-color: #F7F7F7;
    	overflow: hidden;
    }
    /* Message */
    div.asset_container .message {
    	margin: 1em 0;
    	padding: 10px 20px;
    	border: solid 1px #FFDD99;
    	background-color: #FFFFCC;
    	overflow: hidden;
    }
    /* Error */
    .red {
    	border: solid 1px #B50000;
    	background-color: #FFEBEB;
    }

    /* Current */
    .green {
    	border: solid 1px #DDF0DD;
    	background-color: #EBFFEB;
    }

    /* Complete */
    .blue {
    	border: solid 1px #CEE2F2;
    	background-color: #F0F5FF;
    }

    .progressName {
    	font-size: 8pt;
    	font-weight: 700;
    	color: #555;
    	width: 323px;
    	height: 14px;
    	text-align: left;
    	white-space: nowrap;
    	overflow: hidden;
    }

    .progressBarInProgress,
    .progressBarComplete,
    .progressBarError {
    	font-size: 0;
    	width: 0%;
    	height: 2px;
    	background-color: blue;
    	margin-top: 2px;
    }

    .progressBarComplete {
    	width: 100%;
    	background-color: green;
    	visibility: hidden;
    }

    .progressBarError {
    	width: 100%;
    	background-color: red;
    	visibility: hidden;
    }

    .progressBarStatus {
    	margin-top: 2px;
    	width: 337px;
    	font-size: 7pt;
    	font-family: Arial;
    	text-align: left;
    	white-space: nowrap;
    }

    a.progressCancel {
    	font-size: 0;
    	display: block;
    	height: 14px;
    	width: 14px;
    	background-image: url(images/swf_cancelbutton.gif);
    	background-repeat: no-repeat;
    	background-position: -14px 0px;
    	float: right;
    }

    a.progressCancel:hover {
    	background-position: 0px 0px;
    }
    div.swfupload_button {
      margin: 15px 0;
    }
    p.delete {
      padding: 0 0 0 20px;
      background: url(images/swf_cancelbutton.gif) no-repeat -14px 0;
      font-weight: bold;
      color: #990000;
    }
    /* -- SWFUpload Object Styles ------------------------------- */
    .swfupload {
    	vertical-align: top;
    }
    div.nota {
      margin-top: 40px;
    }
    div.nota p {
      font-size: 10px;
      color: #999;
    }
    div.nota p strong {
      color: #000;
    }

