.tituloNombrePerro {
	color: grey !important;
}
.datasheet{
	width:100%;
}

.datasheet dt{
	width: 100px;
	float: left;
}

.datasheet dd{
	margin-left: 0;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

#datosAdicionalesPerro{
	display:block;
}

#imagenPrincipalPerro, #datosPerro{
	float:left;
	width: 50%;
}

#imagenPrincipalPerro img{
	max-width:250px; 
	height: auto;
	width: 150px;
}

#arbolGenealogico table{
	width:100%;
	border: 0;
}

#arbolGenealogico tr, td{
	border: 0;
	vertical-align: middle;
}

#arbolGenealogico ul{
	list-style: none !important;
	padding-left: 0px !important;
	border: 1px dotted lightgrey;
	/* background-color: white; */
}

#arbolGenealogico li{
	padding-bottom: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 10px;
	text-align: center !important;
}

.tituloTablaArbolGenealogico{
	text-align: center !important;
	background-color: lightgray !important;
	font-style: inherit !important;
	font-weight: bold !important;
	padding: 5px !important;
	/* border: 3px solid white !important; */
	width: 33% !important;
}

.celdasTablaArbolGenealogico{
	text-align: center !important;
	/* border: 3px solid white !important; */
	width: 33% !important;
	/* background-color: white;	*/
}

.perroMachoPedigree {
	color: blue !important;
	text-decoration: none !important;
	font-style: normal !important;
	/* font-size: 0.9em !important; */
}

.perroHembraPedigree{
	color: #B4045F !important;
	text-decoration: none !important;
	font-style: normal !important;
	/* font-size: 0.9em !important;	*/
}

.perroMacho {
	background-color: lightblue;
}
.perroHembra{
	background-color: pink;
}

.imagenPedigreePerro{
	height: 80px;
	width: auto;
	margin-right: 3px;
}
/************************************/
/*			ESTILO LISTADOS			*/
/************************************/
#listadoResultadoEventos{
	border: 3px dashed lightgrey;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	padding: 10px;
}
#listadoResultadoEventos, #listadoTitulos, #listadoVideos{
    display: table;
	border: 3px dashed lightgrey;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	padding: 10px;
    text-align: center;
    margin: 0 auto;
}

.filaEvento{
	display:table-row;
}

.filaTitulo{
	display: table-row;
}

.filaVideo{
	display: table-row;
}

.columnaEvento, .columnaTitulo{
	display: table-cell;
	border: 1px dashed lightgray;
	vertical-align: middle;
	padding-bottom: 10px;
	text-align: left;
	padding: 10px;
	width: auto;
	/* font-size: 0.8em; */
}

.columnaTituloHijosAzul {
	background-color: lightblue;
	display: table-cell;
	border: 1px solid lightgray;
	border-radius: 3px;
	vertical-align: middle;
	padding-bottom: 10px;
	text-align: left;
	padding: 10px;
	width: auto;
	/* font-size: 0.8em; */
}

.columnaTituloHijosAzul a, .columnaTituloHijosRosa a{
	text-decoration:none !important;
	color: black !important;
}
.columnaTituloHijosAzul a:hover, .columnaTituloHijosRosa a:hover {
	text-decoration:underline !important;
}

.columnaTituloHijosRosa {
	background-color: pink;
	display: table-cell;
	border: 1px solid lightgray;
	border-radius: 3px;
	vertical-align: middle;
	padding-bottom: 10px;
	text-align: left;
	padding: 10px;
	width: auto;
	/* font-size: 0.8em; */
}

.celdaHijosRosa{

}

.cabeceraColumnaEvento, .cabeceraColumnaTitulo{
	background-color: lightgray;
	display: table-cell;
	border: 1px dashed lightgray;
	vertical-align: middle;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 10px;
	width: auto;

}

.videoMuestra{
	float:left;
	padding:10px;
}

.embedly-embed, iframe{
	width: 480px !important;
	clear: both;
	display: inline;
}

.capaVideo{
	display: inline;
	clear: both;
	padding: 10px;
}

ul.galeriaListadoPerros{
 list-style: none !important;
}

ul.galeriaListadoPerros li img{
	width: 150px;
	max-height: 150px;
	height: auto;
	min-height: 100px;
}

ul.galeriaListadoPerros  li a {
    float: left;
    padding: 10px 10px 25px 10px;
    background: black;
    border: 1px solid #fff;
    margin:4px;
	text-decoration: none;
	color: black;	
}

ul{
	list-style: none !important;
	/* font-size: 0.8em; */
	padding-left: 10px;	
}

ul.galeriaImagenesPerros li img{
	width: 100px;
	max-height: 100px;
	height: auto;
	min-height: 100px;
}

ul.galeriaImagenesPerros  li a {
    float: left;
    padding: 10px 10px 25px 10px;
    background: lightblue;
    border: 1px solid #fff;
    margin:4px;
	text-decoration: none;
	color: black;	
}


/***********************************
				TABS
************************************/

  #tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    
  }

  #tabs li {
    float: left;
  /*  margin: 0 -15px 0 0; */
  }

  #tabs a {
	float: left;
	position: relative;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	background: url('menu_no_press.png');
	background-repeat: repeat-x;
	filter: alpha(opacity=30);
	border: 1px solid grey;
	background-size: contain;      
  }

  #tabs a:hover,
  #tabs a:focus {
    /* border-bottom-color: #2ac7e1; */
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #tabs a:focus {
    outline: 0;
  }

  #tabs #current {
    z-index: 3;
    /*border-bottom-color: #3d3d3d;*/
    opacity: 1;
    filter: alpha(opacity=100);      
	background: url('menu_pressed.png');
	background-repeat: repeat-x;
	color:black;	
  }

  #content {
      background: #fff;
  }

  #content h2,
    #content h3,
    #content p {
      margin: 0 0 15px 0;
  }  

  #about {
      color: #999;
      text-align: center;
      font: 0.9em Arial Black, Arial Black;
  }

  #about a {
      color: #777;
  }   				
			