/* Normalizamos margenes y rellenos inconsistentes en todos los elementos */
* { padding: 0; margin: 0; border: none; }

html,body { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #6e6e6e; height: 100%; }

a {color:#666;}

fieldset { border: none; }

img { border: none; }

ul { list-style: none; }

body { background: #fff; }

#contenedor_general { width: 760px; margin: 10px auto 0; background: transparent url(../assets/background_contenido.jpg) no-repeat 0 150px;  height: 755px;}
#contenedor_general H1 { background: transparent url(../assets/Rafael-Canogar-logo-con-texto.jpg) 	no-repeat scroll left top; cursor: pointer; display: inline-block; height: 155px; text-indent: -9999px; width: 760px; }
#contenedor_general UL { height: 62px; padding: 12px 107px 0; }
#contenedor_general UL LI { height: 40px; padding-top: 20px; width: 135px; display: inline; float: left; text-align: center; border-left: #fff 1px solid; cursor: pointer; }
#contenedor_general UL LI.last { border-right: #fff 1px solid; }
#contenedor_general H2 { background: #fff; cursor: pointer; padding: 15px 30px; width: 674px; margin-left: 12px; text-align: center; }
#contenedor_general .cuerpo { padding: 20px 50px 0; line-height: 16px; text-align: justify; }
#footer { text-align: right; margin: 5px auto 0; font-size:10px; width: 760px; padding:0 20px 0 0}

#contenedor_general .cuerpo P {margin-bottom:8px;}
#contenedor_general .cuerpo P.estrecho {width: 300px; margin:0 auto 5px;}
#contenedor_general .cuerpo IMG.portada {float:left;  margin:0 20px 10px 0px;}
#contenedor_general .cuerpo IMG.margin {margin-bottom:60px;}

#contenedor_general .cuerpo IMG.obra {height: 240px; margin:0 236px; clear:both;}


#contenedor_general .cuerpo .key { width: 326px; text-align: right; display: inline-block; padding-right: 4px; }
#contenedor_general .cuerpo .value { width: 320px; text-align: left; display: inline-block; padding-left: 4px; font-weight: bold; line-height: 20px;}

