*{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

body{
	/*9096b6*/
	background:#3f4656 url('../img/fondo.jpg') top center no-repeat;
	font-family: 'Open Sans', sans-serif;
}



a{
	color:#6c758f;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	outline:none;
}


#pagina{
	width:1000px;
	margin:auto;
}

#megabanner{
	width:1000px;
	margin:auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	height:90px;
}

#escudos{
	width:1000px;
	background:url(../img/fondoescudos.jpg) top center repeat-x;
	box-shadow: 1px 1px 3px #000;
	margin-top:15px;
	margin-bottom:15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#escudos .twitter{
	height:32px;
	padding-left:15px;
	font-size:12px;
	color:#346364;
	font-weight:bold;
}

#escudos .twitter .icono{
	float:left;
	padding-top:3px;
	width:36px;
	height:27px;
	background:url(../img/pajarito.jpg) no-repeat;
}

#escudos .twitter .texto{
	float:left;
	margin-left:10px;
	padding-top:7px;
}

#escudos .twitter a{
	font-size:12px;
	color:#346364;
	text-decoration:none;
	font-weight:normal;
}

#escudos .twitter a:hover{
	text-decoration:underline;
}

#escudos .escudos{
	height:32px;
	padding-left:15px;
	position:relative;
}

#escudos .escudos .ideal{
	position:absolute;
	display:none;
	right:10px;
	top:0px;
}

#menu{
	background:url(../img/fondomenu.jpg) top center no-repeat;
	width:1000px;
	height:46px;
	box-shadow: 1px 1px 3px #000;
	position:relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position:relative;
	margin-top:30px;
	border:#6a757c 1px solid;
}

.viendo_fotos{
	color:#ffffff;
	font-size:18px;
	width:1000px;
	martin:auto;
	padding-top:5px;
}

.logo{
	position:absolute;
	top:5px;
	left:10px;
}

.logo a{
	display:block;
	width:171px;
	height:36px;
	background:url(../img/logo.png) top center no-repeat;
	text-indent:-9000px;
	overflow:hidden;
}

.menu{
	position:absolute;
	left:210px;
	top:11px;
}

.menu ul{
	list-style:none;
}

.menu li{
	float:left;
}

.menu li a{
	display:block;
	text-decoration:none;
	padding:3px 10px 3px 10px;
	color:#fff;
	margin-right:5px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 
}

.menu li a:hover{
	/*box-shadow: inset  1px 1px 3px #3f4656;*/
	/*background:#ec8132;*/
	/*background:#526e7f;*/
	background:#ff9600;
	/*color:#333;*/
}

#portada ul.menuPrincipal .portada a,
#comunidad ul.menuPrincipal .comunidad a,
#fotos ul.menuPrincipal .fotos a,
#videos ul.menuPrincipal .videos a,
#cuenta ul.menuPrincipal .cuenta a,
#provincia ul.menuPrincipal .provincia a,
#radio ul.menuPrincipal .radio a,
#movil ul.menuPrincipal .movil a,
#perfil ul.menuPrincipal .perfil a,
#registro ul.menuPrincipal .registro a{
	display:block;
	text-decoration:none;
	padding:3px 10px 3px 10px;
	color:#fff;
	margin-right:5px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	/*box-shadow: inset  1px 1px 3px #3f4656;*/
	/*background:#ec8132;*/
	/*background:#526e7f;*/
	background:#ff9600;
	/*border:#ccc 1px solid;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 
}


#contenido{
	width:1000px;
	clear:both;
	margin-top:10px;
	overflow:hidden;
}
	
#columna1{
	width:670px;
	float:left;
	overflow:hidden;
}

#columna1 .bloque{
	width:670px;
	background:#ebebeb;
	box-shadow:1px 1px 3px #000;
	padding-bottom:10px;
	margin-bottom:15px;
	font-size:13px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 
}

#columna1 .bloque .titulo{
	width:670px;
	background:url(../img/fondotitulobloque.jpg) top center repeat-x;
	
	border-radius:10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	 
	
	box-shadow:0px 1px 3px #3f4656;
	color:#fff;
	font-size:14px;
	font-weight:normal;
}

#columna1 .bloque .titulo .icono{
	float:left;
	margin-right:5px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#columna1 .bloque .titulo .texto{
	float:left;
	padding:7px 5px 5px 5px;
}

/********* noticia portada *********************/

.noticia_portada{
	width:650px;
	margin-left:10px;
	margin-top:10px;
	border-bottom:1px #bababa solid;
	position:relative;
}

.noticia_portada .imagen{
	width:165px;
	height:139px;
	float:left;
	text-align:center;
	overflow:hidden;
	margin-bottom:10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
/*	position:relative;*/
	 
}

.noticia_portada .comentarios_no{
	position:absolute;
	right:0px;
	top:0px;
	padding:2px;
	width:20px;
	height:15px;
	background:#000;
	text-align:center;
	font-size:11px;
	color:#fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	 
}

.noticia_portada .comentarios_si{
	position:absolute;
	right:0px;
	top:0px;
	padding:2px;
	width:20px;
	height:15px;
	background:#ffa200;
	text-align:center;
	font-size:11px;
	color:#000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	 
}

.noticia_portada .comentarios_si .pico{
	position:absolute;
	bottom:-7px;
	left:50%;
	margin-left:-8px;
	width:17px;
	height:7px;
	background:url(../img/comentarios_si.jpg) top center no-repeat;
}

.noticia_portada .comentarios_no .pico{
	position:absolute;
	bottom:-7px;
	left:50%;
	margin-left:-8px;
	width:17px;
	height:7px;
	background:url(../img/comentarios_no.jpg) top center no-repeat;
}


.noticia_portada .contenido{
	width:475px;
	margin-left:10px;
	float:left;
	padding-bottom:10px;
}

.noticia_portada .contenido .cofradia{
	color:#42464a;
	font-size:12px;
	margin-bottom:5px;
}

.noticia_portada .contenido .categoria .nombrecategoria{
	background:#b5e674;
	color:#42464a;
	font-size:12px;
	padding:2px 7px 2px 7px;
	float:left;
	margin-right:5px;		
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 
}

.noticia_portada .contenido .categoria .fecha{
	color:#808e99;
	font-size:12px;
	float:left;
	padding-top:2px;
}

.noticia_portada .contenido .titular a{
	color:#6c758f;
	font-size:26px;
	line-height:30px;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 
}

.noticia_portada .contenido .titular a:hover{
	background:#6c758f;
	text-shadow:1px 1px 0px #000;
	color:#fff;
}

.noticia_portada .contenido .resumen{
	text-align:justify;
	color:#42464a;
	font-size:13px;
}


/***********************************************/

#columna2{
	width:320px;
	margin-left:10px;
	float:left;
}

#columna2 .bloque{
	width:320px;
	background:#ebebeb;
	box-shadow:1px 1px 3px #000;
	padding-bottom:10px;
	margin-bottom:15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position:relative;	 
}

#columna2 .bloque .titulo{
	width:320px;
	background:url(../img/fondotitulobloque2.jpg) top center repeat-x;
	
	border-radius:10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	 
	
	box-shadow:0px 1px 3px #3f4656;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
}

#columna2 .bloque .titulo2{
	width:320px;
	background:url(../img/fondotitulobloque3.jpg) top center repeat-x;
	
	border-radius:10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	 
	
	box-shadow:0px 1px 3px #3f4656;
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
}

#columna2 .bloque .titulo .icono, #columna2 .bloque .titulo2 .icono{
	float:left;
	margin-right:5px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#columna2 .bloque .titulo .texto, #columna2 .bloque .titulo2 .texto{
	float:left;
	padding:7px 5px 5px 5px;
}

.login{
	width:300px;
	margin-left:10px;
}

.login .avatar{
	float:left;
	width:80px;
}

.login .datos{
	float:left;
	width:210px;
	margin-left:10px;
	font-size:13px;
	color:#000;
}

/*********** profile *********************/

.profile{
	width:300px;
	margin-left:10px;
}

.profile .avatar{
	float:left;
	width:80px;
}

.profile .datos{
	float:left;
	width:210px;
	margin-left:10px;
	font-size:13px;
	color:#000;
}

/*****************************************/

.botonazul{
	padding:2px 10px 2px 10px;
	background:#546595;
	border:#ccc 1px solid;
	color:#fff;
	margin-top:5px;
	display:inline-block;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	 
}

.botonazul:hover{
	background:#3f4656;
	text-decoration:none;
}

.bloque2{
	width:300px;
	margin-left:10px;
	font-size:11px;
	color:#fff;
	margin-bottom:15px;	
}
	
#pie{
	background:#546595;
	height:20px;
	padding-top:7px;
	padding-bottom:7px;
}

#pie .contenido{
	color:#fff;
	width:1000px;
	margin:auto;
	font-size:13px;
}

.herramientas{
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-top:20px;
	width:80px;
	border-right:#717992 1px solid;
	padding-right:10px;
}

.noticia{
	float:left;
	width:549px;
}

.noticia .titular{
	color:#6c758f;
	font-size:32px;
	text-shadow:1px 1px 0px #fff;
	line-height:33px;
	margin-bottom:15px;
}

.noticia .contenido{
	/*color:#42464a;*/
	color:#000000;
	font-size:13px;
	padding-bottom:10px;
	text-align:justify;
	padding-right:10px;
}

.noticia .contenido .teaser{
	float:left;
	width:180px;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	line-height:18px;
	color:#385781;
	padding:6px 6px 6px 6px;
	margin-bottom:10px;
	margin-right:15px;
}

.noticia .cofradia{	font-size:14px;	color:#383b3d; width:100%; border-bottom:#383b3d 1px solid; margin-top:15px;}
	.noticia .cofradia .subtitular{	color:#546594;}
	.noticia .fuente{ font-size:14px; color:#495f7d }
	.noticia .fecha{color:#383b3d; font-size:12px; margin-top:4px; border-bottom:#ccc 1px solid; margin-bottom:10px;} 
	
.imagen_columna{
	width:300px;
	padding:10px;
	background:#ebebeb;
	margin-bottom:15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 
}

.imagen_columna .imagen{ position:relative;	}
	.imagen_columna .faldon{ position:absolute;	bottom:0; font-size:11px;	font-family:Arial, Helvetica, sans-serif;	width:290px;	padding:5px;	color:#FFF;	background:url(../img/overlaytitular.png); left:0;}
	
	
.comentarios{
	width:540px;
	margin-top:10px;
	margin-bottom:10px;
}

.comentarios .encabezado{
	font-size:18px;
	border-bottom:#ccc 1px solid;
	margin-bottom:10px;
	width:540px;
	text-shadow:1px 1px 0px #fff;
}

.comentario{ width:500px; margin-left:20px; margin-top:20px; background:#fff; -moz-border-radius: 5px 5px 0px 0px;-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px; }
	.comentario .cabecera{ width:490px; padding:5px; font-size:13px; background:#A8BBC6; color:#fff; -moz-border-radius: 5px 5px 0px 0px; 
-webkit-border-radius: 5px 5px 0px 0px; 
border-radius: 5px 5px 0px 0px;  }
	.comentario .avatar{ float:left; width:35px; height:35px; overflow:hidden; }
	.comentario .nombre{ float:left; width:385px; padding:10px; }
	.comentario .numero{ float:left; width:40px; padding:5px; font-size:18px; text-align:right }
	.comentario .contenido{ width:478px; color:#666; font-family: Tahoma, Geneva, sans-serif; font-size:12px; line-height:14px; text-align:justify; padding:10px; border:#A8BBC6 1px solid; border-top:none;}
	.comentario .herramientas{ border-top:#ccc 1px dotted; padding:5px; width:433px; margin-top:5px; border-right:none }
	
.respuesta{ font-size:11px; margin-left:30px; width:400px; color:#999; margin-top:10px; }
	.respuesta .contenido_respuesta{ width:400px;}
	.respuesta .avatar{ float:left; width:35px;}
	.respuesta .texto{ float:left; width:350px; border:none; font-size:11px; }
	
.plus{ width:15px; display:inline-block; padding:2px; font-size:11px; background:#9EE61A; color:#fff; -moz-border-radius: 2px 2px 2px 2px; text-align:center; -webkit-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;  text-decoration:none;}

.plus:hover{ background:#093 }

.minus{ width:15px; display:inline-block; padding:2px; font-size:11px; background:#C00; color:#fff; -moz-border-radius: 2px 2px 2px 2px; text-align:center; -webkit-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;  text-decoration:none;}

.minus:hover{ background:#F00 }

.numerospagina{
	margin-top:10px;
	margin-left:10px;
	clear:both;
}

/**************** fotos *************************/

.miniatura{
	overflow:hidden;
	float:left;
	margin:10px 10px 0px 10px;
	width:145px;
	height:122px;
	cursor:pointer;
	position:relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 
}

.miniatura a{
	display:block;
	width:145px;
	height:122px;
}

.miniatura a:hover{
	background:url(../img/overflowblanco.png);
}

.miniatura .herramientas_foto{
	background:url(../img/overlaytitular.png);
	position:absolute;
	z-index:200;
	bottom:0px;
	width:100%;
	padding:4px;
	color:#fff;
	height:15px;
}

.miniatura .herramientas_foto a{
	background:none;
	color:#fff;
	display:block;
	width:100%;
	height:15px;
	font-weight:bold;
}

.miniatura .herramientas_foto a:hover{
	background:none;
	text-decoration:underline;
	display:block;
	width:100%;
	height:15px;
	font-weight:bold;
}

.miniatura .sincofradia{
	position:absolute;
	z-index:200;
	top:0;
	left:0;
	width:25px;
	height:25px;
	/*background: url(../img/ico_notificacion.png) center center no-repeat;*/
}

.foto_grande{
	width:602px;
	margin-left:34px;
	margin-top:20px;
}

.foto_grande .encabezado{
	font-size:18px;
	border-bottom:#ccc 1px solid;
	margin-bottom:10px;
	width:602px;
	text-shadow:1px 1px 0px #fff;
	background:none;
}

.foto_grande img{
	border:#ccc 1px solid;
}

.datos_foto{
	font-size:13px;
	width:300px;
	margin-left:10px;
	margin-bottom:10px;
}

.datos_foto .etiqueta{
	font-weight:bold;
}

/************************************************/
/********* time line ****************************/

#timeline{
	width:600px;
	margin-left:15px;
	padding:20px;
	background:#fff;
	margin-top:20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 
}

.timelinenoticias{
	background:#c9d8e7;
}

.timeline_nodo{
	width:594px;
	font-size:13px;
	margin-bottom:5px;
	padding:3px;
	border-bottom:#e8e8e8 1px solid;
	position:relative;
}

.timeline_nodo .avatar{
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 
}

.timeline_nodo .contenido{
	float:left;
	width:534px;
	margin-left:10px;
	position:relative;
}

.timeline_nodo .contenido .fecha{
	color:#6c7783;
	position:absolute;
	right:0;
	top:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.timeline_nodo .contenido .nombre{
	width:540px;
	font-weight:bold;
}

.timeline_nodo .contenido .evento{
	width:534px;
	color:#000;
}

.timeline_nodo .generico{
	color:#2e5993;
}

/************************************************/
/************** cuenta **************************/

.datos_personales{
	font-size:13px;
	margin:10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 
}

.datos_personales .label{
	font-weight:bold;
}

.datos_personales .campo{
	padding:15px;
	background:#c1d6e6;
	margin-bottom:15px;
}

.datos_personales .input{
	background:#FFF;
	color:#036;
	font-size:13px;
	padding:3px;
	border:#ccc 1px solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 
}

.datos_personales .imagenactual{
	overflow:hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 
}

/************************************************/
/************** subida **************************/

.subida{
	padding:15px;
}

.preview{
	width:130px;
	text-align:center;
}

.hidden{
	display:none;
}

.start, .cancel, .name{
	padding:5px;
}

/************************************************/

.cargarmas{
	width:640px;
	height:20px;
	padding:5px;
	background:#a0a9c1;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	display:block;
	margin-top:10px;
	margin-left:10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 
}

.cargarmas:hover{
	background:#c7d0e6;
	color:#a0a9c1;
	text-decoration:none;
}

/************************************************/
/*********** numeros pagina *********************/

.numerospagina{
	height:30px;
}

.numerospagina a{
	padding:2px;
	width:18px;
	height:18px;
	text-align:center;
	color:#FFF;
	display:inline-block;
	margin-top:5px;
	text-shadow:#ccc 1px 1px;
	background:#c6d4db;
	border: 1px solid #768892;
	text-decoration:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 
}
	
.numerospagina a:hover{
	background:#768892;
}

.numerospagina a.actual{
	background:#768892;
}

/************************************************/
/*********** notificaciones *********************/

#iconotificacion{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 
	background:#f4f4f4 url(../img/ico_notificacion.png) center right no-repeat;
	padding:5px;
	position:absolute;
	right:20px;
	top:6px;
	width:35px;
	height:20px;
	cursor:pointer;
	color:#d61c1c;
	font-size:13px;
	font-weight:bold;
	display:none;
}

#iconotificacion:hover{
	background-color:#d61c1c;
	color:#fff;
}

#notificaciones{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 
	background:#f4f4f4;
	padding:10px;
	position:absolute;
	right:20px;
	top:40px;
	border:#587790 5px solid;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	box-shadow:0px 2px 3px #3f4656;
	z-index:400;
}
	
.notificacion_nodo{
	border-bottom:#fff 1px solid;
	margin-bottom:6px;
	margin-top:6px;
}
	
.notificacion_nodo .icono{
	float:left;
	margin-right:8px;
}

.notificacion_nodo .contenido{
	float:left;
	width:300px;
	display:block;
}

.notificacion_nodo .contenido .fecha{
	color:#6c7783;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/************************************************/
/*********** login usuario  *********************/

#login_usuario{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 
	background:#f4f4f4;
	padding:10px;
	position:absolute;
	right:240px;
	top:100px;
	width:300px;
	border:#587790 5px solid;
	cursor:pointer;
	color:#333;
	font-size:13px;
	box-shadow:0px 2px 3px #3f4656;
	z-index:400;
}

#login_usuario input{
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:#06C 1px solid;
	background:#fff;
	color:#333;
	padding:4px;
	font-family: 'Open Sans', sans-serif;
	width:200px;
}
/************************************************/
/*********** calendario     *********************/
/*
.viewport{
	margin-left:10px;
	font-size:12px;
	width:250px;
}*/

.calendario_nodo{
	width:250px;
	font-size:12px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:#fff 1px solid;
}

.calendario_nodo .fecha{
	color:#86a43e;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
/************************************************/
/* Tiny Scrollbar */
#scrollbar1 { width: 300px; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 280px; height: 250px; overflow: hidden; position: relative;margin-left:10px; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 10px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }

/************************************************/
/*********** buscar cofradia ********************/

#buscar_cofradia{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	 
	background:#f4f4f4;
	padding:10px;
	position:absolute;
	right:240px;
	top:30px;
	width:320px;
	border:#333333 5px solid;
	cursor:pointer;
	color:#333;
	font-size:13px;
	box-shadow:0px 2px 3px #3f4656;
	z-index:400;
}

#buscar_cofradia input{
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:#06C 1px solid;
	background:#fff;
	color:#333;
	padding:4px;
	font-family: 'Open Sans', sans-serif;
	width:200px;
}

.buscarcof{
	display:block;
	color:#FFF;
	font-size:12px;
	padding:5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top:3px;
}

.buscarcof:hover{
	background:#F60;
	text-decoration:none;
}

.reproductor_radio{
	width:300px;
	margin-left:10px;
}

.reproductor_radio .logoradio{
	float:left;
	width:100px;
	display:block;
}

.reproductor_radio .texto{
	float:left;
	margin-left:10px;
	font-size:15px;
	font-weight:normal;
	display:block;
}