/* **********************Eukromo diseño 2009 *************************/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 8px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #edebe3;	
	height: auto;
}
/* Para IE */
html {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	overflow:-moz-scrollbars-vertical;
	height: auto;
}
body, html {height:100.1%;}

*{
margin: 0 auto;
padding: 0;
}

div, h1, h2, h3, h5, ul, li, p, form {margin:0;padding:0;}
h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a {color:#000;text-decoration:none}
a:hover {color:#9bba3c;text-decoration:none}
li {
	list-style-type: none;
}
img {
border:0px;
behavior: url(../scripts/iepngfix.htc); /*para que IE6 acepte .png transparente- hace dar error al .css en local*/
filter: none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/blank.gif');
}
blockquote {
	margin: 1px 0 1px 25px;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0;
    line-height: 0px;
}
.hidden {
	display: none;
}
.LayoutFix {
	min-height:100%;
	margin: 0 auto;
}
*html .LayoutFix {height:100%;}

.LayoutFix #container,
.LayoutFix #containerPad {
	width: 970px;
	height:99%;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 0;
	text-align: center !important; /* this overrides the text-align: center on the body element. */
	position: relative;
	z-index: 0;
	background: url(../img/fondoInt.jpg) repeat-y left top;
	clear: both;
	border-bottom:2px solid #000;
}
.LayoutFix #containerPad {
	background: #000000; 
}
.LayoutFix #container #contenido a {
	color: #5D7C1D;
}
/* CABECERA*/
.LayoutFix #container #menuContenedor {
	height: 32px;
	width: 970px;
	/*background: #000 url(../img/MenuContenedor.jpg) no-repeat top left;*/
	background: #000;
}
.LayoutFix #container #header,
.LayoutFix #container #headerPad {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 970px;
	height: 380px;
	z-index:1;
	top: 0;
	left: 0;
	clear:both;
	background: url(../img/fondoHeader.jpg) no-repeat left top;
}
.LayoutFix #container #headerPad {
	background-image: none;
	background-color: #000;
}
#header p {
	margin: 0 0; 
	padding: 0 0;

}
#header a{
	display:block; 
	color:#000000;
	padding:0 0;
	margin: 0 0;
	text-decoration:none; /*elimino el subrayado del vinculo*/
	clear: both;
	text-align:center;
	vertical-align: bottom;
}

/* ESTRUCTURA DEL CUERPO CENTRAL DE PÁGINA */
#mainContent,
#mainContentPad {
	width: 970px;
	height: auto;
	padding: 0 0 40px 0;
	margin: 0 auto;
	z-index: 0;
	clear: both;
	background: url(../img/fondoInt.jpg) repeat-y left top;
}

#mainContentPad {
	background-image: none;
	background-color: #000;
}
#sidebar1 {
	width: 282px;
	/*height: 100%;*/
	height: 210px;
	min-height: 245px;
	float: left;
	display: inline;
	text-align: center;
	padding:10px 0 10px 0;
}
#side1 {
	height:auto;
	margin: 0 25px 10px 25px;
	color: #edebe3;
}
#side1 p.contacto{
	color: #edebe3;
	text-align: left;
	font-size: 0.8em;
}
#side1 a{
		color: #edebe3;
}
#side1 a:hover {
	color: #9bba3c;
}
#side1 ul li {
	padding:0 0;
	margin: 0 0 39px 0;
}
#side1 ul.articulos li {
	padding:0 0;
	margin: 0 0 10px 0;
}
#sidebar2 {
	padding:0 0 5px 0;
	width:647px;
	margin: 10px 0 0 35px;
	height:auto;
	float:left;
	display: inline;
	clear: right;
	background: transparent;
}
#sidebar3 {
width: 880px;
text-align:center;
margin: 0 auto 5px auto;
height: 100%;
}
/* CONTENIDO PARA TODA LA PÁGINA DE PADRILLOS */
#side3 {
	margin: 0 auto;
}
#side3 ul.padrillos {
		list-style-type: none; /*con esto quitamos las vinyetas*/
		width: 670px;
		margin: 0 auto;
}
#side3 ul.padrillos li {
	float: left;
	margin:0 10px 20px 10px;
}
#side3 ul.padrillos li a {
	color: #f4ddbc;
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.01em;
	width: 220px;

}
#side3 ul.padrillos li a:hover {
	color: #849e38;
}
#side3 h1 {
	color: #849e38;
	font-size: 1.9em;
}
/*Boton largo de padrillos - base de fotos*/
#btnFull {
		width: 647px;
		margin:20px auto 20px auto;
		text-align:center;
		color: #000000;
}
#btnFull a {
	background: #849e38 !important;
	display: block;
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.01em;
	color: #000000 !important;
	text-align: center;
	padding: 2px 2px;
}
#btnFull a:hover { 
background: #000000 !important;
color: #849E38 !important;
}
/*Boton largo para productos - base de fotos*/
#btnFull02 {
		width: 647px;
		margin:20px auto 20px auto;
		text-align:center;
		color: #849e38;
}
#btnFull02 a {
	background: #000000 !important;
	display: block;
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.01em;
	color: #849e38 !important;
	text-align: center;
	padding: 2px 2px;
}
#btnFull02 a:hover { 
background: #849E38 !important;
color: #000000 !important;
}

/* div para todos los contenidos dentro de Sidebar2*/
#contenido,
#contenidoPadres,
#contenidoMadres {
	height:auto;
	padding: 0 35px 0 0;
	margin: 0 0 1px 0;
	display: inline;	
	float: left;
	z-index: 0;
	color: #000;
	clear: right;
}
#contenidoPadres {
color: #edebe3;
}
#contenido p {
	text-align: justify;
	font-size: 0.8em;
}
#contenido a {
	color: #849e38;
}
#contenido a:hover {
	color: #583a1f;
}
#contenido h1 {
	text-align: left;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	/*font-family: "Arial Black", "Arial Narrow";*/
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 20px 0;
	line-height:1.1em;
}
#contenido h3 {
	text-align: left;
}
#contenido ul.posic01 {
	width: 200px;
	list-style-type: none; /*con esto quitamos las vinyetas*/
	margin: 0 5px 3px 136px; 
}
#contenido ul.posic01 li {
	font-size: 0.95em;
}
#contenido ul.posic01 li a:hover {
	font-size: 0.95em;
	color: #b83E27;
	text-decoration: underline;
}
#contenido ul.posic02 {
	list-style-type: none; /*con esto quitamos las vinyetas*/
	margin: 3px 5px 10px 30px; 
	width: 570px;
}
#contenido li{
	font-weight: bold;
	text-align: left;
	list-style: none;
	font-weight: bold;
	text-align: left;
	padding: 2px 0;
	list-style: none;
	font-size: 0.8em;
}
#contenido ul.posic02 li {
		margin-top: 5px;
}
#contenido  li a{
	font-weight: bold;
	text-align: left;
	padding: 2px 0;
	list-style: none;
	font-size: 0.9em;
}
#contenido  li a:hover{
text-decoration:none;
}
/*listados de articulos */
#contenido ul.articulos {
	list-style-type: none; /*con esto quitamos las vinyetas*/
	margin: 3px 5px 10px 17px; 
	width: 570px;
}
#contenido  ul.articulos li a{
	text-align: left;
	padding: 0 0 0 8px;
	list-style: none;
	font-size: 0.85em;
	color: #000 !important;
	font-weight: normal;
	background-image: url(../img/articulos.gif);
background-repeat: no-repeat;
background-position: left;
}
#contenido  ul.articulos  li a:hover{
text-decoration:none;
color: #5d7c1d !important;
background-image: url(../img/articulos_h.gif);
background-repeat: no-repeat;
background-position: left;
padding: 0 0 0 8px;
}
/*lista de premios */
#contenido ul.premios {
	text-align: center;
	font-size:1em;
	margin: 0 auto;
	padding: 0 0;
	width: 250px;
}
#contenido ul.premios li {
	text-align: center;
}
#contenido p.premios {
	text-indent: 40px;
}
#contenido ul.premiados li{
	font-weight: normal;
	text-indent: 40px;
	background-image: url(../img/articulos.gif);
	background-repeat: no-repeat;
	background-position: 31px 9px;
	margin: 0 0 3px 0;
}
/*CAJA CONTENEDORA textos y fotos de sección MADRES y PADRILLOS*/
#textos {
	width: 660px;
	height:auto;
	margin: 24px auto;
	padding: 0 0;
}
.left {
	text-align: left !important;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0 0;
	margin:  0 0;
		/*height:320px;
		overflow: auto;
			padding: 3px 5px 3px 0;*/
}
.destacado,
.destacado a,
a.destacado {
color: #9bba3c;
	cursor:pointer;
}
.destacado a:hover,
a.destacado:hover,
span.destacado a:hover,
span.a.destacado:hover {
	color: #b83e27;
	text-decoration: none;
}
.LayoutFix #container #contenido .destacado,
.LayoutFix #container #contenido .destacado a,
.LayoutFix #container #contenido a.destacado {
	color: #5d7c1d;
	cursor:pointer;
}
.LayoutFix #container #contenido span.destacado:hover,
.LayoutFix #container #contenido .destacado:hover {
	color: #b83e27;
	text-decoration: underline;
}

#textos p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*line-height: 1.4em;*/
	text-align: justify;
	margin: 5px auto;
	width: 700px;
}
#textos ul {
	padding: 5px 5px 5px 10px;
	text-align: justify;
}
#textos li{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #edebe3;
	list-style-type: none;
	text-align: justify;
	padding: 0 0 1px 2px;
}
#textos li a{
	color: #9bba3c;
}
#textos li a:hover {
	color: #b83e27;
}
/*#textos img.bottom {
	padding: 3px 3px 3px 3px;
	float:right;
border:1px solid #666;
margin:5px -12px 5px 9px;
}*/
.titulo {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: 0 0 3px 8px;
	margin: 0 0 6px 0;
	background-image: url(../img/titulo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #edebe3;
}
/*CAJA CONTENEDORA textos y fotos de sección EL SILENCIO */
#txt {
	width: 300px;
	height:auto;
	margin: 24px 20px 5px 0;
	padding: 0 0;
	display: inline;	
	float: left;
}
#txt p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	text-align: justify;
	margin-top: 5px;
}

/****************************** PARA SECCION MADRES */
/*Nombre del padrillo*/
#nombrePad {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #9bba3c;
	text-align: left;
	font-weight: bold;
	float: left;
	width: 200px;
	display: inline;
	background-image: url(../img/titulo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
}
/*botones*/
.btn a,
a.btn {
	color: #B83E27;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 1px 1px;
	cursor: pointer;
	white-space: nowrap;
}
.btn  a:hover,
a.btn:hover {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	white-space: nowrap;
	padding: 1px 1px;
	cursor: pointer;
}
#btnCampa a{
	float: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 2px 5px 8px 5px;
	color: #edebe3;
	clear: both;
}
#btnCampa a:hover {
	color: #7a9134;
	text-decoration: none;
}
#contenPedigree {
	background-color: #000;
	width: 700px;
	margin: 5px 5px 10px 5px;
	padding:3px 8px 3px 5px;
	display: none;
	clear: both;
}
#contenPedigreePad {
	/*background-color: #e0e1c4;*/
	border: 1px solid #eee9ce;
	width: 700px;
	margin: 5px 0;
	padding:3px 8px 3px 5px;
	display: none;
	/*position: absolute;
	z-index: 5;
	left:234px;
	top: 63px;
	height: 220px;*/
	clear: both;
}

/*FORMULARIO CONTACTO*/
#formulario {
	border: 1px solid #9bba3c;
	/*z-index:5;*/
	width: auto;
	padding: 4px 8px 4px 8px;
	background-color: #eee9ce;
	margin: 20px 0 20px 20px;
	display:inline !important;
	float: left;
}
#formulario label {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
}
#formulario p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 2px 10px 2px 10px;
}


/*FOTO*/ 
#foto { 
	margin: 5px auto 15px auto;
	text-align:center;
}
/* Para sección historia y en padrillos */
#fotoPopUp01, 
#fotoPopUp02,
#fotoPopUp03 {
display:none;
position: absolute;
left:15px;
}

/* Para sección Premios */
#fotoUp01,
#fotoUp02,
#fotoUp03,
#fotoUp03tapa,
#fotoUp04 {
display:none;
position: absolute;
right:15px;
top: 520px;
z-index: 5;
}
#fotoUp05,
#fotoUp06,
#fotoUp07 {
display:none;
position: absolute;
right:15px;
top: 820px;
z-index: 5;
}
#fotoUp08,
#fotoUp09,
#fotoUp10,
#fotoUp11,
#fotoUp12,
#fotoUp13,
#fotoUp14,
#fotoUp15 {
display:none;
position: absolute;
right:15px;
top: 1120px;
z-index: 5;
}
#fotoUp16,
#fotoUp17,
#fotoUp18 {
display:none;
position: absolute;
right:15px;
top: 1220px;
z-index: 5;
}

#fotoStaff { 
	width: 448px;
	height: 331px;
	margin: 0 0 0 0;
	/*display: inline;	*/
	float: left;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 480px;
	border-left: 5px solid #E0E1C4;
	border-right: 5px solid #E0E1C4;
	border-bottom: 5px solid #E0E1C4;
	}
#fotoSm { 
	width: 350px;
	height: 280px;
	border: 3px solid #7a9134;
	margin: 30px 0 10px 0;
	display: inline;	
	float: left;
	}
#fotoMad { 
	/*width: 345px;*/
	/*height: 307px;*/
	margin: 2px 0 3px 13px;
	padding: 0 0;
	display: inline;	
	float: right;
	/*background-image: url(../img/fotoMad.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
	}

/* PIE*/
.LayoutFix #footer {
	padding:0 0 0 0;
	margin: -38px 0 -10px 0;
	width: 970px;
	clear:both;
	text-align: left;
	display:block;
	height: 75px;
	border-bottom:2px solid #000;
	z-index: 2;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: top;
	behavior: url(../scripts/iepngfix.htc); /*para que IE6 acepte .png transparente- hace dar error al .css en local*/
filter: none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/blank.gif');
}
.LayoutFix #footer p{
	margin: 0 0;
	padding: 0 0 5px 0;
	width: 960px;
	top: 47px;
	left: 8px;
	position:relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	display:inline block;
	color: #edebe3;
}
.LayoutFix #footer a, 
.LayoutFix #footer a:hover {
	margin: 0 0; 
	padding: 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #edebe3;
	text-align: left;
	text-decoration: none;
}
.LayoutFix #footer a:hover{
	color: #B83E27;
}
a.creditos {
	margin: 0 0;
	padding: 0 0; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px !important;
	color: #636363  !important;
	text-align: right;
	text-decoration: none;
}
a.creditos:hover{
	color: #9BBa3C !important;
}

#barra { 
	background: #E0E1C4;
	padding: 1px 10px;
	/*height: 28px;*/
}

#barra ul {
	margin: 0 0;
	padding: 0 0;
	display: inline;
	clear: both;
}
#barra li {
display: inline;
list-style-type: none; /*con esto quitamos las vinyetas*/
	color: #7a9134;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
#barra a{ 
	color: #7a9134;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
#barra a:hover{ 
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
/*REMATES Y CONTACTO */
.descSecc{
	background-color:transparent;
	color: #9bba3c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align:right;
	padding: 1px 3px 1px 3px;
}
#remate {
	width: 354px;
	height:290px;
	margin: 30px 11px 3px 4px;
	padding: 0 2px;
	display: inline;	
	float: left;
}
#remate p {
	color:#9bba3c;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

#remate .catalogo {
	text-align: center;
	margin: 9px 3px 1px 3px;
	border: 0;
	display: inline;
	float: left;
}
#remate #iconos {
	width: 75px;
	float: right;
	display: inline;
	margin:-70px 0 0 0;
	line-height: 2em;
}
#grilla {
	border: 1px solid #636363;
	margin: 22px 0 5px 0;
	padding: 2px 2px;
	width: 534px;
}
.head {
	background-color: #9bba3c;
	color:#F1ECD6 !important;
	font-weight: bold;
	padding: 4px 4px;
		white-space: nowrap;
}
#grilla td {
	padding: 4px 4px;
	color: #636363;
}
#grilla a {
	color: #333;
}
#grilla a:hover {
	color: #B83E27;
}
#fotosServicios {
	display: inline-block;
	white-space:nowrap; 
	width: 650px;
	text-align: center;
}
#fotosServicios ul{
	width: 640px;
	background-color: #E0E1C4;
	height: 140px;
	padding: 5px 2px 0 5px;
	margin:0 0 30px 0;
	float: left;
}
#fotosServicios li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.6em;
	text-align: left;
	width: 163px;
	margin: 0 10px 10px 0;
	padding: 0 0;
	float: left;
	display: inline;
}
#fotosServicios li.a {
	float: left; 
	color: #7a9134;
	display: block;
	margin: 0 0;
	padding: 0 0;
	background-color: #E0E1C4;
}
#famous .infodonante {
	width: 650px;
	/*display:none;*/
	background-color: #F1ECD6;
	height: auto;
	border: 1px solid #636363;
}