/* Iberhunts.com */


/************************************************************/
/*                         A Cero                           */
/************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym { 
	border: 0;
}


/************************************************************/
/*                         Etiquetas                        */
/************************************************************/

/* Módulos de estructura */

html {}

body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #d2deb9;
}

	
/* Módulos de texto */

abbr {}

acronym{
	border-bottom:1px dotted #333;
	cursor:help;
}

address {}

blockquote {}

br {}

cite {}

code {}

dfn {}

div {}

em {}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

kbd {}

p {
	margin-top: 5px;
}

pre {}

q {}

samp {}

span {}

strong {}

var {}


/*  Módulos de Hipertexto Pseudoclasses  */

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
  	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #F00;
}


/* Módulos de Listados */

dl {}

dt {
	font-weight: bold;
}

dd {
	font-style: italic;
	padding-bottom: 20px;
}

ol {}

ul{}

li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 14px;
	background: url(http://www.iberhunts.com/images/li.gif) no-repeat 0 5px;
}


/* Módulos de Edición */

del {}
    
ins {}


/* Módulos de Formularios */

button {}

fieldset {}

form {}

input {}

label {}

legend {}

select {}

optgroup {}

option {}

textarea {}


/* Módulos de Tablas */

caption {}

col {}

colgroup {}

table {}

tbody {}

td {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

tfoot {}

th {}

thead {}

tr {}


/* Módulos de Imagenes */

img {}


/************************************************************/
/*                        #Layout                           */
/************************************************************/

/* Layout General */

#barra {
	margin: 0 0 15px 0;
	background-color: #8ba850;
	background: url(http://www.iberhunts.com/images/deglogo.jpg) repeat-x #8ba850;
}

#logo {
	margin: 0 auto;
	width: 750px;
}

#contenedor {
	width: 750px;
	margin: 0 auto;
	background-color: #d2deb9;
}

#cap {
	margin: 10px auto;
}

#cuerpo {
	margin: 0;
	padding: 10px 0;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: #fff;
}

#pie {
	margin: 20px auto;
	text-align: center;
}


/* Menu */
#tabnav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(http://www.iberhunts.com/images/tabbottom.gif) repeat-x bottom #d2deb9;
}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#tabnav a:hover {
	background: #fff;
}


/* Layout páginas */

#izqportada {
	float: left;
	width: 264px;
	margin: 30px 0 20px 30px;
}

#derportada {
	float: right;
	width: 400px;
	margin: 30px 10px 20px 0;
}

#izqcontacto {
	float: left;
	margin: 30px 0 0 10px;
	padding: 10px;
	width: 300px;
}

#dercontacto {
	float: right;
	margin: 30px 20px 0 0;
	padding: 10px;
	width: 350px;
	border: 1px solid #999;
	background-color:#F5F5F5;
}


/************************************************************/
/*                         .Clases                          */
/************************************************************/

/* Tipografía */

.iniciolinea {
	font-size: 16px;
	font-weight: bold;
}


/* Encabezados */

.encpagina {
	margin: 20px 10px;
}

#encpaginamenu {
	float: right;
	width: 250px;
}


/* Otras */

.bloque {
	margin: 30px;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
}

	.bloque h3 {
		margin: 0 0 10px 0;
		padding: 5px 10px;
		background: url(http://www.iberhunts.com/images/degenc.jpg) no-repeat bottom left;
	}
	
	.bloquetxt {
		width: 320px;
		margin: 0;
		padding: 10px;
		float: left;
	}
	
	.bloqueimg {
		width: 275px;
		margin: 0 0 0 5px;
		padding: 10px;
		background-color: #e1e1e1;
		float: right;
		border: 1px solid #ccc;
	}

.bloquecorner {
	margin: 0 0 10px 0;
	background: url(http://www.iberhunts.com/images/corner.jpg) no-repeat;
	font-size: 14px;
	line-height: 20px;
}

	.bloquecorner img {
		float: left;
		padding: 7px 0 0 5px;
	}
	
	.bloquecorner p {
		padding: 5px 5px 5px 40px;
	}

.limpiar {
	clear: both;
	height: 10px;
}
.novedades {
	margin: 0 0 10px 0;
	background: url(http://www.iberhunts.com/images/corner.jpg) no-repeat;
	font-size: 14px;
	line-height: 20px;
}

.novedades p{
		padding-left: 15px;
}


