/********************************************
Normalizar estilos XHTML de diferentes navegadores
--------------------------------------------*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,div,body,html,p,blockquote,fieldset,input { /*Evitar la asignaci�n inconsistente de m�rgenes y rellenos a diferentes elementos HTML*/
	margin:0;
	padding:0; 
	}
ul,ol {/* Eliminamos las vi�etas de las listas */
	list-style:none 
	}
h1,h2,h3,h4,h5,h6,pre,code {/* Evitar el tama�o inconsistente de los diferentes encabezados y tambi�n etiquetas <pre> y <code> */
	font-size:1em; 
	}
a img,:link img,:visited img {/* Evitar el borde azul en im�genes que son links */
	border:none 
	}

/********************************************
Personalizar etiquetas
--------------------------------------------*/
body {
	margin:0;
	padding:0;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	}
	
.clear {clear:both;margin:0;padding:0;border:0;font-size:1%;line-height:0.01em;}


/********************************************
Contenido
--------------------------------------------*/
#wrapper { 
	 width:100%;
	 background: url(../img/comunidad/img/bg.jpg) top center no-repeat;
	 height:734px;
	}
	#content {
		height:664px;
		width: 800px;
		margin:0 auto;
		}
	.img_fib{
	text-align:center;
	vertical-align:top;
	
	}
	
	
/**/
.anchor {
	position: absolute;
	width:10px;
	height:10px;
	left: 383px;
	top: 100px;
	}


/********************************************
Footer
--------------------------------------------*/
#footer {
	width:100%;
	background: #FFF;
	color: #333;
	}
	#footer-int {
		width: 800px;
		margin:0 auto;
		padding-top: 15px;
		}
		#footer-int img {
			float: left;
			vertical-align: middle;
			}
		#footer-int p {
			float: left;
			width: 600px;
			margin: 10px 0 0 15px;
			font-size: 0.65em;
			color:#666;
			}
			#footer-int p a {
				color: #666;
				text-decoration: none;
				}
				#footer-int p a:hover {
					color: #333;
					text-decoration: underline;
					}
	
	