


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
body{
	font-size:16px;
	color: #555;
	background-color:#fafafa;
}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }


/* #Typography
================================================== */
	.subheader { color: #777; }

	em { font-style: italic; }
	strong {
	font-weight: bold;
	color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		width: 180px;
    margin-top: 20px;
    padding: 15px 0;
    color: #fff;
	font-weight:bold;
    font-size: 14px;

    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
       /* background: -moz-linear-gradient(
        top,
        #b9c5dd 0%,
        #a4b0cb);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#b9c5dd),
        to(#a4b0cb));*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #737b8d;
    -moz-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both; 
	
	/*color:#FFFFFF;
padding: 3px 15px;
border: 2px solid #ffffff;
text-decoration:none;
font-weight:bold;*/

background: #1e5799;
background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%);
background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%);
background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#207cca',GradientType=0 );
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #ffb600;
}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="number"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		margin-left:20px;
/*		width: 210px;
*/		max-width: 100%;
		display: block;
		margin-bottom: 3px;
		background:#FBFFF0 }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2);
		margin-left:20px;
		}
	textarea {
		min-height: 60px; }
	label,
	legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/*input:invalid {
border: 1px solid red;
}*/
 
/* Estilo por defecto */
 
input:valid {
	padding-left:10px;
 
border: 1px solid green;
 
}
/* Estilo por defecto */
/*input:required:invalid {
border: 1px solid red;
}*/
 
input:required:valid {
border: 1px solid green;
}
.alertValida{
	color:#FF5151;
	font-style:italic;
}
.cuadro {
	
background-color: #fff;
border: #666666;
margin-left:10px;
margin-right:10px;
margin-top:10px;
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px
}

select{
	height:30px;
}

.subtitulo{
	font-size:14px;
	background-color:#0099CC;
	color:#FFF;
	height:20px;
	font-weight:bold;
	text-align:left;
	padding-top:3px;
	padding-left:10px;
}

/* Estilo por defecto */
input:required:invalid {
border: 1px solid red;
}
input:required:valid {
border: 1px solid green;
}
/*texto invalidop*/
input:invalid {
border: 1px solid red;
}
/* Estilo por defecto */
input:valid {
border: 1px solid green;
}
/* para file*/
input[type="file"]:required:invalid {
border: 1px solid red;
}
input[type="file"]:required:valid {
border: 1px solid green;
}

/*Para texarea*/
/* Estilo por defecto */
textarea:required:invalid {
border: 1px solid red;
}
textarea:required:valid {
border: 1px solid green;
}
/*texto invalidop*/
textarea:invalid {
border: 1px solid red;
}
/* Estilo por defecto */
textarea:valid {
border: 1px solid green;
}


.btnImprimir{
	width:80px;
	height:30px;
}
.error{
	border: 1px solid rgba(215, 0, 0, 0.75);
	box-shadow:inset 0px 0px 2px 0px rgba(255, 0, 0, 0.75);
	background-color:#FDD;
	/*background-color:#F00;*/
}

/***estilos para galeria imagenes**/

.cajaFotosAves{
	display: block;
	display: inline-block;
	position: inherit;
	vertical-align:middle;
	text-align:center;
	
	margin:5px;
	padding:5px;
	padding-right:5px;
	margin-top:20px;
	border-style:outset;
	
	width:80px; 
	height:80px;
	cursor:pointer;
   
	
}
.cajaFotosAvesDel{
	float:left;
	/*position:absolute;*/
	text-align:right;
	
}
.img-selected{
	border-color:#090;
	background-color:#DFD;

}


.forma{
	background-image:url(../../img/Identifica/Rectangle3.png); 
	background-repeat:no-repeat; 
}
.formaSelect{
	background-image:url(../../img/Identifica/Rectangle3_c.png);
}
.formaIMG{
	padding-top: 10%;	
}

	
.color{
	background-image:url(../../img/Identifica/Rectangle_horizontal.png); 
	background-repeat:no-repeat;
	padding-left:0px;
	
}
.color_select{
	background-image:url(../../img/Identifica/Rectangle_horizontal_degrade.png);
}
.colorIMG{
}

.color_pata{background-image:url(../../img/Identifica/Rectangle_horizontal.png); 
	background-repeat:no-repeat;
		padding-left:0px;

}
.color_pata_select{
	background-image:url(../../img/Identifica/Rectangle_horizontal_degrade.png);
}
.color_pataIMG{
}

.pico{background-image:url(../../img/Identifica/Rectangle3.png); 
	background-repeat:no-repeat;
		padding-left:0px;

}
.picoSelect{
	background-image:url(../../img/Identifica/Rectangle3_c.png);
}
.picoIMG{
	padding-top: 20%; padding-left:10%;	
}


.tamano{
	width:50%; height:35px;
	margin: 2px;
	padding-top:5px;
      background: #fff;

      border: 0.5px groove ;
	  
	  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
.tamanoSelect{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	 border-radius: 5px;
	  
	-moz-border-image: -moz-linear-gradient(top, #F5515F 0%, #F59A2B 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #F5515F 0%, #F59A2B 100%);
	border-image: linear-gradient(to bottom, #F5515F 0%, #F59A2B 100%);
	
	border-image-slice: 1;
}
.tamanoIMG{
}

.estar{
	width:50%; height:35px;
	margin: 2px;
	padding-top:5px;
      background: #fff;

      border: 0.5px groove ;
	  
	  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
.estarSelect{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	 border-radius: 5px;
	  
	-moz-border-image: -moz-linear-gradient(top, #F5515F 0%, #F59A2B 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #F5515F 0%, #F59A2B 100%);
	border-image: linear-gradient(to bottom, #F5515F 0%, #F59A2B 100%);
	
	border-image-slice: 1;
}
.estar_pataIMG{
}


.habitat{
	width:50%; height:35px;
	margin: 2px;
	padding-top:5px;
      background: #fff;

      border: 0.5px groove ;
	  
	  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.habitatSelect{
	
	  
	-moz-border-image: -moz-linear-gradient(top, #F5515F 0%, #F59A2B 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #F5515F 0%, #F59A2B 100%);
	border-image: linear-gradient(to bottom, #F5515F 0%, #F59A2B 100%);
	
	border-image-slice: 1;
	
}
.habitat_pataIMG{}

.buscarAve{z-index:1; position:fixed; float:right;}

/*********************************/
#loader{
/*position:fixed;
 z-index:1;
 background-color:#666;*/
 top:0px;
 left:0px;
 width:100%;
 /*height:50px;*/	
 color:#666;
 padding:7px;
}
#loader strong{color:#666}

.fondoSubmenu{/*Menu de numeros que avanza de 1-7*/
background-color:#fafafa; 
text-align:center; margin-top:0px; height:60px;	
}

.cls1{
}

.botones{
	display: block;
	display: inline-block;
	position: inherit;
	vertical-align:middle;
	
	width:150px; 
	height:36px;
	
	background-image:url(../../img/login/button%20bg%20color.png); 
	background-repeat:no-repeat;
	 
	padding:10px; 
	color:#FFF; 
	font-size:14px; 
	text-transform:uppercase; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
		  
	cursor:pointer;
	margin:15px ;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	 border-radius: 5px;
}
.botones:active {
	color:#333;
	background-color:#999 transparent;
}

.botonesOtro{
	display: block;
	display: inline-block;
	position: inherit;
	vertical-align:middle;
	
	width:150px; 
	height:36px;
	background-color:#999;	 
	padding:10px; 
	color:#FFF; 
	font-size:14px; 
	text-transform:uppercase; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
		  
	cursor:pointer;
	margin:15px ;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	 border-radius: 5px;
}

#buscarAve{
	color:#F60;
	font-weight:bold;
	cursor:pointer;
}
.listAves{
	display: block;
	display: inline-block;
	position: inherit;
	vertical-align:middle;
}
.letra{
 color:#F56352;
 font-weight:bold;
 padding:20px;
 margin:20px;
}

.cuadroAves{
height: 300px;
/*width: 200px;
*/
display: block;
display: inline-block;
position: inherit;
vertical-align:middle;
border: #333 1px solid;
margin:10px;
padding:10px;
}

.zoom{
		transition: 1s ease;
 		-moz-transition: 1s ease; /* Firefox */
 		-webkit-transition: 1s ease; /* Chrome - Safari */
 		-o-transition: 1s ease; /* Opera */
		
		/*bordes redondeados*/
		border-radius: 12px 12px 12px 12px;
		-moz-border-radius: 12px 12px 12px 12px;
		-webkit-border-radius: 12px 12px 12px 12px;
		border: 1px solid #666;
	}

.zoom:hover {
    transform : scale(1.7);
		-moz-transform : scale(1.7); /* Firefox */
		-webkit-transform : scale(1.7); /* Chrome - Safari */
		-o-transform : scale(1.7); /* Opera */
		-ms-transform : scale(1.7); /* IE9 */
}
area {cursor:pointer; background-color:#333}

.buscaAvesPorNombre{
	background-color: white;
    background-image: url('find.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 40px;
	     border: 3px solid #555;
}