
body {
	line-height : 22px;
	font-size: 70%;
	font-family : 'Noto Sans', sans-serif;
}

.global {
	position : relative;
	margin : 0 auto;
	width : 980px;
}

.global .header {
	position: relative;
	width : 100%;
	background: url(fondologo_small.png) left center no-repeat;
}

h1, h2, h3 {
	font-family : 'Noto Sans', sans-serif;
}
h2 {
	color : #579d1c;
}
h1 {
	border-bottom : 1px dotted #004586;
	color : #004586;
}

a {
	text-decoration : none;
	color: #004586;
}
a:hover {
	text-decoration : underline;
}

input, textarea,select {
	width: 95%;
	color : #595959;
	padding : 4px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 9pt;
	border : 1px solid #595959;
    background: #f0f0f0;
    background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background:-moz-linear-gradient(top, #ffffff, #f0f0f0);
    background: linear-gradient(top, #ffffff, #f0f0f0);
    background:-o-linear-gradient(top, #ffffff, #f0f0f0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	-moz-transition : box-shadow 1s, border 1s, color 1s;
	-webkit-transition : box-shadow 1s, border 1s, color 1s;
	transition : box-shadow 1s, border 1s, color 1s;
}
textarea {
	height: 75px;
}
select {
	max-width : 200px;
}

input:focus, textarea:focus, select:focus {
	color : black;
	border : 1px solid #5e8ec5;
	-moz-box-shadow : 0px 0px 6px #959595;
	-webkit-box-shadow : 0px 0px 6px #959595;
	box-shadow : 0px 0px 6px #959595;
    background: white;
	-moz-transition : box-shadow 1s, border 1s, color 1s;
	-webkit-transition : box-shadow 1s, border 1s, color 1s;
	transition : box-shadow 1s, border 1s, color 1s;
}
button {
	cursor:pointer;
	color : #595959;
	padding : 4px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 9pt;
	border : 1px outset #595959;
    background: #f0f0f0;
    background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background:-moz-linear-gradient(top, #ffffff, #f0f0f0);
    background: linear-gradient(top, #ffffff, #f0f0f0);
    background:-o-linear-gradient(top, #ffffff, #f0f0f0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	-moz-transition : box-shadow 1s, border 1s, color 1s;
	-webkit-transition : box-shadow 1s, border 1s, color 1s;
	transition : box-shadow 1s, border 1s, color 1s;
}

button img {
	vertical-align:middle;
	border: 0px;
	margin-right: 5px;
}

button:hover, button:focus {
	color : black;
	background-color : white;
	border-color: #5e8ec5;
	-moz-box-shadow : 0px 0px 6px #959595;
	-webkit-box-shadow : 0px 0px 6px #959595;
	box-shadow : 0px 0px 6px #959595;
	-moz-transition : box-shadow 1s, border 1s, color 1s;
	-webkit-transition : box-shadow 1s, border 1s, color 1s;
	transition : box-shadow 1s, border 1s, color 1s;
}

button[type=submit] {
	background: #B3CFE1 ;
	color : black;
}
button[type=submit]:hover {
	background: white;
	color: inherit;
	-moz-transition : background 1s;
	-webkit-transition : background 1s;
	transition : background 1s;
}
.header .logo {
	position : relative;
	width: 30%;
	margin-left: 3%;
	padding : 2%;
	display :inline-block;
	*display :inline;
	*zoom: 1;
	font-family : 'Noto Sans', serif;
	font-size: 2em;
	line-height : 18px;
	vertical-align : top;
	text-shadow : 0px 0px 10px #d0d0d0, 0px 0px 2px white;
}

.header .logo .brooklyn {
	color : #579d1c;
	position : relative;
	display:block;
	width :100%;
	font-size : 0.85em;
}

.header .logo .garden {
	color : #004586;
	position : relative;
	display:block;
	width :100%;
	font-weight : bold;
}
.header .menu {
	display: inline-block;
	*display:inline;
	*zoom : 1;
	vertical-align : top;
	padding : 2%;
	width : 55%;
	position :relative;
}

.header .menu ul {
	margin:0px;
	padding: 0px;
	list-style-type: none;
	font-size : 1.2em;
	float:right;
}

.header .menu ul li {
	margin :0px;
	padding:0px;
	list-style-type:none;
	display : inline-block;
	*display : inline;
	*zoom : 1;
	text-transform: uppercase;
}

.header .menu ul li a {
	-moz-border-radius : 6px;
	-webkit-border-radius : 6px;
	border-radius : 6px;
	text-decoration : none;
	display : block;
	padding: 5px 10px;
	color : #004586;
}
.header .menu ul li a:hover {
	text-decoration : none;
	display : block;
	padding: 5px 10px;
	color : white;
	background-color : #579d1c;
	-moz-border-radius : 6px;
	-webkit-border-radius : 6px;
	border-radius : 6px;
	box-shadow : 0px 3px 4px -2px #373737;
	text-shadow : 1px 1px 1px black;
	transition: background-color 0.25s, color 1s;
}



.global .content {
	margin : 20px 0px;
	padding : 20px;
	border  : 1px solid #9f9f9f;
	border-radius : 10px;
	box-shadow : 4px 4px 5px -3px #9f9f9f;
	background: url(fondologo.png) right bottom no-repeat;
	min-height : 420px;
}

.content .subasta {
	margin : 20px 10px;
	width : 60%;
	display: inline-block;
	*display : inline;
	*zoom : 1;
	vertical-align: top;
	font-size: 1.2em;
	position : relative;
}

.content .subasta:hover .categoria {
	-moz-opacity : 1;
	-webkit-opacity : 1;
	opacity : 1;
	filter :alpha(opacity=100);
	-moz-transition : opacity 2.5s;
	-webkit-transition : opacity 2.5s;
	transition : opacity 2.5s;
}
.content .subasta .categoria {
	position : absolute;
	right: -150px;
	top : 15px;
	width: 150px;
	line-height : 30px;
	text-align :center;
	background-color : #579d1c;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow : 1px 1px 1px black;
	box-shadow : 1px 1px 4px #a0a0a0;
	-moz-opacity : 0;
	-webkit-opacity : 0;
	opacity : 0;
	filter :alpha(opacity=0);
	-moz-transition : opacity 1s;
	-webkit-transition : opacity 1s;
	transition : opacity 1s;
	font-size : 1.15em;
	font-weight :bold;
	font-family : 'Noto Serif', serif;
	font-style: italic;
}
.content .subasta .categoria .flecha {
	position : absolute;
	width : 30px;
	height : 30px;
	background: url(img/flecha-izq.png) center right no-repeat;
	left : -30px;
}

.content .contacto {
	margin-top : 30px;
	min-height: 400px;
	padding : 0px 15px;
	margin-left: 10px;
	width : 32%;
/*	display: inline-block;
	*display : inline;
	*zoom : 1;
	vertical-align: top;*/
float:right;
	font-size: 1.2em;
	border-left : 1px solid #f0f0f0;
	box-shadow : -4px 0px 30px -31px #000000;
}

.content .subasta .title {
	font-size : 1.25em;
	text-decoration : none;
	color : #004586;
}
.content .subasta .title:hover {
	color : #579d1c;
	transition : color 2s;
	text-decoration : underline;
}

.content .subasta .thumb {
	float : left;
	width: 200px;
	height: 100%;
	margin-right : 20px;
}
.content .subasta p {
	text-align : justify;
}
.content .subasta .fecha {
	width: 50%;
	display : inline-block;
	*display: inline;
	*zoom: 1;
	text-align : left;
	vertical-align: top;
	font-size: 0.85em;
	color : #878787;
}
.content .subasta .precio {
	width: 49%;
	display : inline-block;
	*display: inline;
	*zoom: 1;
	text-align : right;
	vertical-align: top;
	font-size: 1em;
	color : #873A2E;
}
.content .galeria {
	margin : 20px 10px;
	padding-top : 10px;
	width : 590px;
	display: block;
}
.content .galeria .thumb {
	margin-right : 15px;
}


.adminMenu {
	width : 25%;
	display : inline-block;
	*display : inline;
	*zoom : 1;
	vertical-align: top;
}

.adminContent {
	width : 70%;
	display : inline-block;
	*display : inline;
	*zoom : 1;
	vertical-align: top;
}

.adminMenu a {
	font-size: 1.2em;
	display :block;
	width :100%;
	padding : 4px 0px;
}




table.tbAdm {
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
	border : 1px outset #959595;
	border-top : 0px;
}
table.tbAdm th {
	background-color: #595959;
	color: white;
	font-size: 1.3em;
	text-align : left;
}
table.tbAdm th:first-child {
	-moz-border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
}
table.tbAdm th:last-child {
	-moz-border-radius:0px  5px 0px 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
}
table.tbAdm td {
	border-top : 1px solid #afafaf;
}
table.tbAdm tr:hover td {
	background-color: #efefef;
}
table.tbAdm td a img {
	-moz-opacity : 0.4;
	-webkit-opacity : 0.4;
	opacity : 0.4;
	filter: alpha(opacity=40);
	-moz-transition : opacity 0.6s;
	-webkit-transition : opacity 0.6s;
	transition : opacity 0.6s;
	width : 26px;
	height : 26px;
	vertical-align:middle;
	margin: 3px;
	border: 0px;
}
table.tbAdm td a:hover img {
	-moz-opacity : 1;
	-webkit-opacity : 1;
	opacity : 1;
	filter: alpha(opacity=100);
	-moz-transition : opacity 0.6s;
	-webkit-transition : opacity 0.6s;
	transition : opacity 0.6s;
	width : 32px;
	height : 32px;
	vertical-align:middle;
	margin: 0px;
}
	
	
div.textoplantilla {
	display : none;
}
	
div#plantillas {
	display : none;
	position : absolute;
	right : 7%;
	z-index: 120000;
	width : 250px;
	border : 1px solid #a0a0a0;
	box-shadow: 2px 2px 5px #a0a0a0;
	text-align : left;
	background-color : white;
	padding : 15px;
}


div#condiciones {
	display :none;
	position : absolute;
	padding : 20px;
	border : 1px solid #a0a0a0;
	box-shadow: 2px 2px 5px #a0a0a0;
	background-color : white;
	max-height : 200px;
	overflow-y: auto;
	text-align: justify;
}


div.footer {
	text-align : right;
	position : relative;
	width :100%;
	padding: 20px 0px;
	color : #595959;
}