
/* ------ inputs ------ */

.search{
	width: 111px;
	height: 17px;
	font-size: 11px;
	border: 1px solid #e4e4e4;
	padding: 0;
	margin: 0; 
}

.search_btn{
	position:absolute;
	height: 16px;
	border: 1px solid #777777;
	margin-top: 0px;
}
	

/* ------ inputs ------ */



.loading {
	width: 20px;
	height: 20px;
	background: url(/images/ajax-loader.gif) center no-repeat;
	float: right;
}

.cerrar_ventana{
	width: 60px;
	height: 15px;
	padding-left: 20px;
	font-weight: bold;
	background: url(/images/gtk-close.png) left no-repeat;
	float: right;
	cursor: pointer;
}

.txt_como_menu{
	font-size: 11px;
	font-weight: bold;
	color: #787878;	
}

#mat_edicion{
	font-size: 11px;
	padding: 4px;
	margin-top: 20px;
	border: 1px solid #e4e4e4;
	background-color: #cccccc;
}


.tit_archivo{
	margin:auto;
	padding: 45px 0 45px 5px;
	color: #000;
	font-weight: bold;
}


#tit_cod_particip_index{
	width: 92%;
	margin: auto;	
}

#tit_cod_particip_index ul{
	list-style:none;
}

#tit_cod_particip_index ul li{
	
}





/* Thumbnails */

.thumb_obra{
	float: left;
	margin: 4px;
	margin-bottom: 100px;
}

.thumb_tit{
	height: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	/*text-transform: uppercase;*/
	width: 100%;
}

.thumb_img{
	margin: 7px 0 5px 0;
}

.thumb_img a{
	text-decoration:none;
}

.thumb_descrip{
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 11px;
	cursor: pointer;
	position: absolute;
}

.thumb_descrip_on{
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	width: 700px;
	background-color: #FFFFFF;
	border: 4px solid #D1CFCF;
	padding: 7px;
	font-size: 12px;
	margin: 0 0 0 4px;
	position: absolute;
	z-index: 10;
	-moz-border-radius: 2px; /*Para que funcione en Mozilla*/
	-khtml-border-radius: 2px; /*Para Konqueror y Safari */
	-webkit-border-radius: 2px;
	border-radius: 2px; /*Forma normalizada*/
}

.thumb_descrip_on a{
	font-weight: bold;
	color: #E60024;
}

.thumb_media{
	float: right;
	width: 250px;
	height: 95px;
	padding: 8px;
	margin: 0;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

.thumb_btn_ver{
	padding: 5px 12px 5px 19px;
	margin-left: 6px;
	background: url(/images/viewmag.png) left no-repeat;
	border-top: 1px dotted #696969;
	border-bottom: 1px dotted #696969;
	text-decoration: underline;
	color: #E60024;
	font-weight: bold;
}

.thumb_pipe_anios{
	padding: 7px;
	width: 709px;
	clear: both;
	margin: 10px 3px 14px 3px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	background: url(/images/icons/arrow_bottom.gif) right no-repeat;
	background-color: #E40124;
}

#thumb_comments{
	width: 92%;
	margin: auto;
	padding: 9px;
}

#thumb_comments legend{
	font-weight: bold;
	color: #000;
		
}

#tbl_securimage{
	margin-top: 8px;
	padding-top: 6px;
	border-top: 1px solid #e4e4e4;
	width: 100%;	
}

#tbl_securimage a{
	color: #666666;	
}

.post{
	padding: 6px;
	background-color: #F9F9F9;
	margin: 2px;
	font-size: 13px;
}

#form_comments input{
	border:1px solid #CCCCCC;
}

#form_comments #captcha, #form_comments #FCKeditor1{
	border:1px solid #CCCCCC;
}

.autor{
	padding: 1px;
	font-size: 10px;
	color: #996600;
}


#localizador{
	width: 85%;
	margin:auto;
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
}

#localizador #localizador_form{
	padding: 10px;
	margin-top: 20px;
	font-size: 14px;
	background-color: #f6f6f6;
	border: 1px dotted #cccccc;
}

#localizador_input{
	width: 50px;
	font-size: 14px;
	margin: 0;
	padding: 2px;
	border: 1px solid #777777;
}

#localizador_submit{
	position:absolute;
	height: 20px;
	border: 1px solid #777777;
}

.btn_media{
	float: left;
	width: 27px;
	height: 15px;
	padding: 3px 0 0 2px;
	background: url(/images/web/btn_media.jpg) center no-repeat;	
}

.color_696969{
	color: #696969;
}

.bg_e4e4e4{
	background: url(/images/web/degradado_tit_archivo.jpg) left no-repeat;
	padding: 2px;
	margin: 7px 0 2px 0;
}

button.css3button {
	float:right;
	margin:15px 10px 0 0;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 4px;
	background: -moz-linear-gradient(
		top,
		#f0f0f0 0%,
		#b8b8b8 25%,
		#6b6b6b 75%,
		#424242);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f0f0f0),
		color-stop(0.25, #b8b8b8),
		color-stop(0.75, #6b6b6b),
		to(#424242));
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px solid #171717;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

