@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/**************************************************************** 
*  estilos.css                                                  *
*  Hoja de estilo para estilos generales                        *
*  Ceronet TelemÃ¡tica S.L.                                      *
****************************************************************/

/*
			  fondo		  texto
			
general:	#94e521		#4a7210
turismo:	#aac70b		#556305
ocio:		#ff5a00		#662400
deportes:	#ff0606		#7f0303
agenda:		#ff005a		#7f002d
cartelera:	#9608b4		#4b045a
guia:		#ffde00		#7f6f00

*/
/* reset */
.clear_fix{
	clear: both;
	overflow: hidden;
	height: 0;
	max-height: 0;
}
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	/*color:#333;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a img { border:0 none;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	/*line-height: 1;	*/	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
	background-color:#fff;
	/* ojo */ margin-top:10px;	
}
p { 
/*color:#484848;*/
font-size:12px;
line-height:14px;
}
.bg_fff { background-color:#ffffff;}
.fff { color:#ffffff;}
textarea { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px;}
/*body.portada a { text-decoration:none;}*/
/*body.portada a:hover,
body.general a:hover,
body.turismo a:hover,
body.ocio a:hover,
body.deportes a:hover,
body.agenda a:hover,
body.cartelera a:hover,
body.guia a:hover { text-decoration:underline;}*/

#content { color:#484848;}

/*** MENU PRINCIPAL ***/
ul#menu li#general a:hover { background-color:#4a7210; color:#94e521;} 
li#general, li#general a { background-color:#94e521; color:#4a7210;}
ul#menu li#turismo a:hover { color:#aac70b; background-color:#556305;}
li#turismo, li#turismo a { color:#556305; background-color:#aac70b;}
ul#menu li#ocio a:hover { color:#ff5a00; background-color:#662400;}
li#ocio ,li#ocio a { color:#662400; background-color:#ff5a00;}
ul#menu li#deportes a:hover { color:#ff0606; background-color:#7f0303;}
li#deportes, li#deportes a { color:#7f0303; background-color:#ff0606;}
ul#menu li#agenda a:hover { color:#ff005a; background-color:#7f002d;}
li#agenda, li#agenda a { color:#7f002d; background-color:#ff005a;}
ul#menu li#cartelera a:hover { color:#9608C1; background-color:#4B045A;}
li#cartelera, li#cartelera a { color:#4B045A; background-color:#9608C1;}
ul#menu li#guia a:hover { color:#ffde00; background-color:#7f6f00;}
li#guia, li#guia a { color:#7f6f00; background-color:#ffde00;}
/*body.portada ul#menu li.general a:hover,
li#general, li#general a { background-color:#94e521; color:#4a7210;}
body.portada ul#menu li.turismo a:hover,
li#turismo, li#turismo a{ color:#556305; background-color:#aac70b;}
body.portada ul#menu li.ocio a:hover,
li#ocio ,li#ocio a{ color:#662400; background-color:#ff5a00;}
body.portada ul#menu li.deportes a:hover,
li#deportes, li#deportes a{ color:#7f0303; background-color:#ff0606;}
body.portada ul#menu li.agenda a:hover,
li#agenda, li#agenda a{ color:#7f002d; background-color:#ff005a;}
body.portada ul#menu li.cartelera a:hover,
li#cartelera, li#cartelera a{ color:#4B045A; background-color:#9608C1;}
body.portada ul#menu li.guia a:hover,
li#guia, li#guia a{ color:#7f6f00; background-color:#ffde00;}*/

/*** BODY POR ID ***/
/*** PORTADA ***/
#login a,
body.portada a,
body.portada .invertir a:hover,
body.portada .color,
body.portada h4 { color:#1BAA10; text-decoration:none;}

#login a:hover,
body.portada a:hover,
body.portada .invertir a,
body.portada .colorb { color:#94E521; text-decoration:none;}

/*** GENERAL ***/
/*.general .color,
body.general .color,
body.general h4 { color:#94E521; text-decoration:none;}
.general .bg { background-color:#94E521;}

.general .colorb,
body.general .colorb,
.colorb { color:#4a7210; text-decoration:none;}
.general .bgb { background-color:#4a7210;}*/
.todas .general a,
.todas .general .invertir a:hover,
.todas .general .color,
.general .color,
body.portada .general a,
body.portada .general .invertir a:hover,
body.portada .general .color,
body.general a,
body.general .invertir a:hover,
body.general .color,
body.general h4 { color:#94E521; text-decoration:none;}
.general .bg { background-color:#94E521;}

.todas .general .colorb,
.todas .general a:hover,
.todas .general .invertir a,
.general .colorb,
body.portada .generalo .colorb,
body.portada .general a:hover,
body.portada .general .invertir a,
body.general a:hover,
body.general .invertir a,
body.general .colorb { color:#4a7210; text-decoration:none;}
.general .bgb { background-color:#4a7210;}
.general .bg2 { background-color:#eafad3;}
.turismo .c_blanco, { color:#FFFFFF}
.guia .c_blanco{color:#7f6f00}



/*** TURISMO ***/
/*.turismo .color,
body.turismo .color,
body.turismo h4 { color:#aac70b; text-decoration:none;}
.turismo .bg { background-color:#aac70b;}

.turismo .colorb,
body.turismo .colorb,
.colorb { color:#556305; text-decoration:none;}
.turismo .bgb { background-color:#556305;}*/
.todas .turismo a,
.todas .turismo .invertir a:hover,
.todas .turismo .color,
.turismo .color,
body.portada .turismo a,
body.portada .turismo .invertir a:hover,
body.portada .turismo .color,
body.turismo a,
body.turismo .invertir a:hover,
body.turismo .color,
body.turismo h4 { color:#aac70b; text-decoration:none;}
.turismo .bg { background-color:#aac70b;}
.turismo .borde { border-color:#aac70b;}
.turismo .borde1 { border-color:#556305;}

.todas .turismo .colorb,
.todas .turismo a:hover,
.todas .turismo .invertir a,
.turismo .colorb,
body.portada .turismo .colorb,
body.portada .turismo a:hover,
body.portada .turismo .invertir a,
body.turismo a:hover,
body.turismo .invertir a,
body.turismo .colorb { color:#556305; text-decoration:none;}


.turismo .bgb { background-color:#BBD23C;}
.turismo .bg1 { background-color:#556305;}
.turismo .bg2 { background-color: #eef4ce;}
.turismo .bgi,
.turismo .bg3 { background-color: #D4E386;}
.turismo .bg4 { background-color: #D7DFA7;}


/*** OCIO ****/
/*.ocio .color,
body.ocio .color,
body.ocio h4 { color:#ff5a00; text-decoration:none;}
.ocio .bg { background-color:#ff5a00;}*/


/*.ocio .colorb,
body.ocio .colorb,
.colorb { color:#662400; text-decoration:none;}
.ocio .bgb { background-color:#662400;}*/
.todas .ocio a,
.todas .ocio .invertir a:hover,
.todas .ocio .color,
.ocio .color,
body.portada .ocio a,
body.portada .ocio .invertir a:hover,
body.portada .ocio .color,
body.ocio a,
body.ocio .invertir a:hover,
body.ocio .color,
body.ocio h4 { color:#ff5a00; text-decoration:none;}
.ocio .bg { background-color:#ff5a00;}

.todas .ocio .colorb,
.todas .ocio a:hover,
.todas .ocio .invertir a,
.ocio .colorb,
body.portada .ocio .colorb,
body.portada .ocio a:hover,
body.portada .ocio .invertir a,
body.ocio a:hover,
body.ocio .invertir a,
body.ocio .colorb { color:#662400; text-decoration:none;}
.ocio .bgb { background-color:#662400;}
.ocio .bg2 { background-color: #ffdecc;}

/*** DEPORTES ***/
/*/.deportes .color,
body.deportes .color,
body.deportes h4 { color:#ff0606; text-decoration:none;}
.deportes .bg { background-color:#ff0606;}*/


/*.deportes .colorb,
body.deportes .colorb,
.colorb { color:#7f0303; text-decoration:none;}
.deportes .bgb { background-color:#7f0303;}*/
.todas .deportes a,
.todas .deportes .invertir a:hover,
.todas .deportes .color,
.deportes .color,
body.portada .deportes a,
body.portada .deportes .invertir a:hover,
body.portada .deportes .color,
body.deportes a,
body.deportes .invertir a:hover,
body.deportes .color,
body.deportes h4 { color:#ff0606; text-decoration:none;}
.deportes .bg { background-color:#ff0606;}

.todas .deportes .colorb,
.todas .deportes a:hover,
.todas .deportes .invertir a,
.deportes .colorb,
body.portada .deportes .colorb,
body.portada .deportes a:hover,
body.portada .deportes .invertir a,
body.deportes a:hover,
body.deportes .invertir a,
body.deportes .colorb { color:#7f0303;  text-decoration:none;}
.deportes .bgb { background-color:#7f0303;}
.deportes .bg2 { background-color: #ffcdcd;}

/*** AGENDA ***/
.todas .agenda a,
.todas .agenda .invertir a:hover,
.todas .agenda .color,
.agenda .color,
body.portada .agenda a,
body.portada .agenda .invertir a:hover,
body.portada .agenda .color,
body.agenda a,
body.agenda .invertir a:hover,
body.agenda .color,
body.agenda h4 { color:#ff005a; text-decoration:none;}
.agenda .bg { background-color:#ff005a;}

.agenda .borde { border:#7f002d 1px solid}

.todas .agenda .colorb,
.todas .agenda a:hover,
.todas .agenda .invertir a,
.agenda .colorb,
body.portada .agenda .colorb,
body.portada .agenda a:hover,
body.portada .agenda .invertir a,
body.agenda a:hover,
body.agenda .invertir a,
body.agenda .colorb { color:#7f002d; text-decoration:none;}
.agenda .bgb { background-color:#7f002d;}
.agenda .bg1 { background-color:#f18cb8;}
.agenda .bg2 { background-color:#F9C4D8;}

/*** CARTELERA ***/
/*.cartelera,
.cartelera .barra,
body.cartelera .color,
body.cartelera h4,
body.cartelera .comentarios span.cant_post,
body.cartelera .comentarios .cajaComentario .usuario b,
body.cartelera a { color:#9608b4; text-decoration:none; }
.cartelera .bg { background-color:#9608B4;}

.cartelera .colorb,
body.cartelera .colorb,
body.cartelera a:hover,
body.cartelera .invertir a,
.colorb { color:#4B045A; text-decoration:none;}*/
/*a.cartelerab,
.cartelerab { color:#4B045A; text-decoration:none; }*/
.todas .cartelera a,
.todas .cartelera .invertir a:hover,
.todas .cartelera .color,
.cartelera .color,
body.portada .cartelera a,
body.portada .cartelera .invertir a:hover,
body.portada .cartelera .color,
body.cartelera a,
body.cartelera .invertir a:hover,
body.cartelera .color,
body.cartelera h4 { color:#9608b4; text-decoration:none;}
.cartelera .bg { background-color:#9608B4;}
.cartelera .borde { border-color:#9608B4; }

.todas .cartelera .colorb,
.todas .cartelera a:hover,
.todas .cartelera .invertir a,
.cartelera .colorb,
body.portada .cartelera .colorb,
body.portada .cartelera a:hover,
body.portada .cartelera .invertir a,
body.cartelera a:hover,
body.cartelera .invertir a,
body.cartelera .colorb { color:#4B045A; text-decoration:none;}
.cartelera .bg2 { background-color: #e9cef1;}


/*** GUIA ***/
/*.guia,
body.guia .color,
body.guia h4,
body.guia .comentarios span.cant_post,
body.guia .comentarios .cajaComentario .usuario b,
body.guia a { color:#ffde00; text-decoration:none;}

a.guiab,
body.guia a.guiab,
body.guia h4.guiab,
.guiab { color:#7f6f00; text-decoration:none;}
body.guia #contenedor {color:#484848;}*/

/*.guia .color,
body.guia .color,
body.guia h4 { color:#ffde00; text-decoration:none;}
.guia .bg { background-color:#ffde00;}

.guia .colorb,
body.guia .colorb,
.colorb { color:#7f6f00; text-decoration:none;}
.guia .bgb { background-color:#7f6f00;}
.guia .bg2 { background-color:#FFEE80;}*/
.todas .guia a,
.todas .guia .invertir a:hover,
.todas .guia .color,
.guia .color,
body.portada .guia a,
body.portada .guia .invertir a:hover,
body.portada .guia .color,
body.guia a,
body.guia .invertir a:hover,
body.guia .color,
body.guia h4 { color:#FFCC1F; text-decoration:none;}
.guia .bg { background-color:#ffde00;}
.guia .borde { border-color:#ffde00; }
.guia .borde1 { border-color:#635204;}

.todas .guia .colorb,
.todas .guia a:hover,
.todas .guia .invertir a,
.guia .colorb,
body.portada .guia .colorb,
body.portada .guia a:hover,
body.portada .guia .invertir a,
body.guia a:hover,
body.guia .invertir a,
body.guia .colorb { color:#7f6f00; text-decoration:none;}
.guia .bgb { background-color:#7f6f00;}
.guia .bg1 { background-color:#625205;}
.guia .bgi,
.guia .bg2,
.guia .bg3 { background-color:#FFEE80;}
.guia .bg4 { background-color:#FFF29F;}



/*** TAGS COMUNES ***/
h1 { font-size:24px;}
h2 { font-size:22px;}
h3 { font-size:20px;}
h4 { font-size:18px;}
h5 { font-size:16px;}
h6 { font-size:14px;}

/*variables*/
.turismo h1,
.guia h1 { font-size:20px;}
.turismo h2,
.guia h2 { font-size:18px;}
.turismo h3,
.guia h3 { font-size:16px;}
.turismo h4,
.guia h4 { font-size:14px;}

.centrar { text-align:center; margin:0 auto;}
.bolder { font-weight:bolder;}
.linea5 { padding-bottom:5px;}
.linea10 { padding-bottom:10px;}
/*.titulo_ocio { color:#1baa10;}
.titulo_turismo { color:#0c8ad4;}
.titulo_cultura { color:#9907b2;}
.titulo_actualidad { color:#f2ab03;}
.titulo_agenda { color:#e70ecf;}*/


/*** COMENTARIO DE PRUEBA EN CARTELERA PASAR AL CSS CORRESPONDIENTE ***/
/* formulario comentarios */
#formComentario h3{ margin:0px; font-size:16px !important;}
form.formComentarios input { border-style:solid; border-width:1px; width:200px; padding:1px;}
form.formComentarios textarea { margin-top:5px; border-style:solid; border-width:1px; width:260px;}
form.formComentarios input#captcha { border-style:solid; border-width:1px; width:150px; padding:8px 0; text-align:center; font-weight:bolder; letter-spacing:2px; margin-left:10px;}
form.formComentarios table td.divisorb { height:7px;}
form.formComentarios table { width:263px; margin:0 auto;}
form.formComentarios input.enviar { width:100px; text-align:center; font-weight:bolder; padding:4px 0; cursor:pointer; border:0 none; color:#fff;}
form.formComentarios input.enviar:hover { color:#000;}


/*** TURISMO ***/

.turismo #content { padding-top:0px; margin-top:2px;}
.turismo #content { padding-bottom:0px;}
.turismo #sesion { border-top:0px; overflow: auto; height: 1%; padding:3px 0px; border-bottom:1px dotted #999999; margin-bottom:20px;}

.turismo h2, .turismo h3, .turismo h4 {font-weight:normal;}
.turismo #sesion h2{color:#556305;}
.turismo  h2{color:#AAC60B;font-size:22px;}
.turismo  h3{color:#AAC60B;font-size:20px;}
.turismo  h3.imagenes{color:#647308;}
.turismo  h4{ margin:10px 0px;}
.turismo .modulo{padding-bottom:5px;}
.turismo  .destacados{ background-color:#909F32;padding-bottom:10px;  margin-bottom:20px; overflow:hidden; word-wrap: break-word; padding:10px; overflow:hidden; height:1%;}

.turismo  #big_images .main_slice .small_images{ overflow:hidden; word-wrap: break-word;}
.turismo  #big_images .main_slice .large_images .boxes, .turismo  #big_images .main_slice .large_images_aloja .boxes, .turismo  #big_images .main_slice .large_images_hotels .boxes{width:300px;margin-right:4px;float:left;}
.turismo  #big_images .main_slice .small_images .boxes{width:200px;margin-right:4px;float:left;}
.turismo  #big_images .main_slice .small_images .boxes_otros{width:150px;margin-right:4px;float:left;}
.turismo  #big_images .main_slice .otros h3{padding:5px;background-color:#AAC70B; color:#FFFFFF;}
.turismo  #big_images .main_slice .otros { margin-top:25px;}
.turismo  #big_images .main_slice {overflow:hidden; clear:both;}



.turismo  #big_images .main_slice .large_images_aloja .boxes h4 { background-color:#8A4119; display:block; padding:0.2em; margin:0; color:#FFFFFF; font-size:17px;}
.turismo  #big_images .main_slice .large_images_aloja .boxes, .turismo  #big_images .main_slice .large_images_hotels .boxes { margin-bottom:10px;}
.turismo  #big_images .main_slice .large_images_aloja .boxes h4 a, .turismo  #big_images .main_slice .large_images_hotels .boxes h4 a{ color:#FFFFFF; text-decoration:underline; padding-left:0.4em; height:20px; }
.turismo  #big_images .main_slice .large_images_aloja .boxes h4 a{padding-bottom:0.2em; padding-top:0.2em; }
.turismo  #big_images .main_slice .large_images_aloja .boxes h4 a:hover, .turismo  #big_images .main_slice .large_images_hotels .boxes h4 a:hover{ color:#FFFFFF; text-decoration:underline; }

.turismo  #big_images .main_slice .large_images_hotels .boxes h4 a.cinco{ background:url(../images/estrellas/cinco.jpg) no-repeat right; width:120px; display:block; }
.turismo  #big_images .main_slice .large_images_hotels .boxes h4 a.cuatro{ background:url(../images/estrellas/cuatro.jpg) no-repeat right; width:120px; display:block; }
.turismo  #big_images .main_slice .large_images_hotels .boxes h4 a.tres{ background:url(../images/estrellas/tres.jpg) no-repeat right; width:120px; display:block; }
.turismo  #big_images .main_slice .large_images_hotels .boxes h4 a.dos{ background:url(../images/estrellas/dos.jpg) no-repeat right; width:120px; display:block; }
.turismo  #big_images .main_slice .large_images_hotels .boxes h4 a.una{ background:url(../images/estrellas/una.jpg) no-repeat right; width:120px; display:block; }

.turismo  #big_images .main_slice .large_images_hotels .boxes h4 { background-color:#AAC70B ; display:block; padding:0.2em; margin:0; color:#FFFFFF; font-size:17px;}


.turismo  .footer_content{background-color:#A8C900;}
.turismo  #footer_head, .turismo  #footer_head a {color:#667A00;}
.turismo  .footer_contenido{background-color:#C0DF22;}
.turismo  #footer_usuarios .conectados p span {color:#667A00;}
.turismo  .footer_contenido ul#foot li{color:#667A00;}
.turismo  .footer_contenido ul#foot li a{color:#7C9500;}

.turismo  .destacados h3{ color:#FFFFFF; margin-bottom:10px;}

.turismo  .destacados .box {overflow:hidden; margin-bottom:10px; background-color:#ECF1CD; height:1%;}
.turismo  .destacados .box .left{float:left; background-color:#ECF1CD; padding:10px 10px 10px 10px;height:1%;}
.turismo  .destacados .box .left img{ border:4px solid #FFFFFF;}

.turismo  .destacados .box .right{float:left;background-color:#A3BD15; width:403px;height:1%;}
.turismo  .destacados .box .right h4{color:#546305;padding:10px 0px 0px 10px;}
.turismo  .destacados .box .right .contenido p{color:#FFF;padding:0px 10px 0 10px;}

.turismo  .destacados .box .right .links{ background-color:#7B882B; padding:10px; margin-top:12px; text-align:right; overflow:hidden;height:1%; }
.turismo  .destacados .box .right .links a{ color:#9BB216;text-decoration:underline;background-color:#3C4605; padding:20px 10px;  font-size:12px;}
.turismo  .destacados .box .right .links a.info{ padding-right:18px; background:#3C4605 url(../images/arrow.jpg) no-repeat 95%;}
.turismo  .destacados .box .right .links a:hover{ color:#B5D11C; }


.turismo  .servicios{ margin-bottom:20px;}
.turismo  .servicios ul li a{ color:#556305; font-size:14px; }
.turismo  .servicios ul li a:hover{ color:#92AC0C;}
.turismo  .servicios p a{ color:#556305; font-size:12px; line-height:19px; }
.turismo  .servicios p a:hover{ color:#92AC0C; }
.turismo  .servicios ul li{ line-height:22px; }
.turismo  #col_rigth h3{ color:#556305; font-weight:bold;}

.turismo  #formComentario input{ border:1px solid #AAC70B;}
.turismo  #formComentario p{ line-height:18px;color:#556305;}
.turismo  #formComentario textarea{ border:1px solid #AAC70B; margin-bottom:10px; width:260px; margin-top:5px;}
.turismo  #formComentario .enviar{ border:0 none;cursor:pointer;font-weight:bolder;padding:4px 0;text-align:center;width:100px;}

/*publicidad textual col derecha*/

.turismo .publi_colder{ padding:4px 7px;
	border:1px solid #eef4ce; margin-bottom:5px	
	}
	
.guia .publi_colder{ padding:4px 7px;
	border:1px solid #ffee80; margin-bottom:5px
	}	
	
	
.turismo .publi_colder a:hover {color:#AAC70B}
.guia .publi_colder a:hover {color:#FFCC1F}

/*************************aunciate con images****************/
li.anunciate_img{ background:url(../images/publi_anunciate.jpg) top; height:40px; list-style:none}
li.anunciate_img a:link { display:block; height:100%; width:100%}
li.anunciate_img a:hover{ background:url(../images/publi_anunciate.jpg) bottom; height:40px}

.turismo .anunciate a:link, .turismo .anunciate a:visited{ color:#FFFFFF}
.turismo .anunciate a:hover{ color:#000000}
.guia .anunciate a:hover{ color:#FFFFFF}
.turismo .anunciate span { border-bottom:1px solid #d5e385}
.guia .anunciate span { border-bottom:1px solid #fff6be}

	
	
/*generales**************/	
.anunciate{ text-align:center; height:31px; padding-top:9px; margin-top:18px}
.anunciate span { border-bottom:1px solid #d5e385}
.anunciate a:link { display:block; width:100%; height:100%; font-size: 15px; font-weight:bolder;}

.publi_colder h6.publi_tit a:link{ 
	font-size:14px;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0;
	text-decoration:underline
	}
	
.publi_colder p a:link	{ text-decoration:none}
.publi_colder a:link, .turismo .publi_colder a:visited { margin-top:5px;
	display:block; text-decoration:underline
	}


/****** fin publicidad textual col derecha  ******/



#big_images .boxes p{ color:#3B4605; font-size:12px; padding:0.5em 0.3em;}
.no_clients{ margin:20px 0;border-top:1px dotted #999999; padding-top:15px; }
.no_clients h3{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#556305; padding-bottom:5px;}
.no_clients h3 a{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#556305;}
.no_clients  p{ line-height:20px;}
.no_clients  p a{ color:#556305;}

#mensaje { background-color:#FCFF56; padding:20px; background-image:url(../images/info.png); background-repeat:no-repeat; background-position: 5% 50%; padding-left:70px; margin:10px; font-weight: bold; }
.add { background-color:#FFDE00; padding:20px; overflow:hidden; line-height:22px; }
.add p{ margin-bottom:5px;}
.add .left{ float:left; width:45%; margin-left:10px;}
.add .right{ float:right; width:45%;}
.add h3 a{ font-size:14px; color:#7F6F00; text-decoration:underline;}
.add .left a, .add .right a{ color:#7F6F00;text-decoration:underline;}



