/*----------------------------------------------------------- CSS Reset */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/*--------------------------------------------------------- / CSS Reset */

body{
	font-family: Georgia;
}

h1{
	font-size: 16px;
	margin-bottom: -10px;
}
        
h2{
	font-size: 14px;
/*	margin-bottom: -10px;*/
}        

p{
	font-size: 11px;
	color: #000;
}
        
p a{
	text-decoration: none;
	color: #afa632;
}
        
p a:hover{
	text-decoration: underline;
	color: #333;
}
        
div#div_splash_home{
    text-align: center;
    width: 300px;
	margin: 100px auto 0 auto;
}

div#div_content{
	width: 950px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

div#div_cabecera{
	text-align: center;
	height: 205px;
}

div#div_cabecera img{
	float: right;
}

div#div_cabecera div{
	text-align: right;
	float: right;
	margin-top: 60px;
	width: 400px;
	margin-right: 15px;
}

div#div_cabecera div h2{
	margin: 10px 0 5px 0;
}

h1.h1_apartado{
	font-size: 1.80em;
	font-style: italic;
	margin-bottom: 0;
}

div#div_filtro{
	font-style: italic;
	font-size: 0.75em;
	text-align: right;
	color: #000;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: solid 3px #000;
}

div#div_filtro a{
	font-family: Georgia;
	font-style: italic;
	text-decoration: none;
	color: #000;
}

div#div_filtro a:hover{
	text-decoration: underline;
	color: #b0a633;
}

div#div_parrilla_ejemplares{
	width: 900px;
	margin: 0 25px 0 25px;
}

div.div_ejemplar{
	font-style: italic;
	width: 290px;
	height: 120px;
	margin-bottom: 15px;
	float: left;
}

div.div_ejemplar_central{
	margin: 0 15px;
}

div.div_ejemplar img{
	width: 116px;
	height: 116px;
	margin-right: 15px;
	border: solid 2px #000;
	float: left;
}

div.div_ejemplar h2{
	font-size: 1.20em;
	text-transform: uppercase;
	color: #b0a633;
	margin-bottom: 5px;
}

div.div_ejemplar span.span_raza{
	font-size: 0.90em;
	font-weight: bold;
	margin-bottom: 0;
	display: block;
}

div.div_ejemplar span.span_sexo{
	font-size: 0.75em;
	margin-bottom: 20px;
	display: block;
}

div.div_ejemplar span.span_ampliar{
	font-size: 0.75em;
	color: #403e42;
}

img.img_separador_parrilla{
	margin: 10px 0 16px 0;
	clear: both;
}

div#div_pie{
	font-style: italic;
	font-size: 0.75em;
	text-align: right;
	color: #000;
	padding: 5px;
	margin: 10px 0 30px 0;
	border-top: solid 3px #000;

	clear: both
}
