/***************************************************************************
* YAIH, Yet Another Image Host
* Copyright (C) 2008 YAIH http://www.yaih.org/
* license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see license.php
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
***************************************************************************/
.contenedor{
	background-color: #FFFCF4; /*#FFEED0;*/
	width:760px;
	/*width:852px;*/
	margin: 0em auto;
	border: 2px solid #FFE2B2; /*#FFB22C;*/
	font-size:78%;
	position:relative;
}

.contenedor h2{
	padding: 1em 0em;
	border-bottom: 2px solid #FFE2B2; /* #FFB22C;*/
}

.contenedor .image {
	display:block;
	margin: 15px;	
	width: 160px;
	height: 160px;
	float: left;
	overflow:hidden;
}
.contenedor .image img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.contenedor .image a {
	text-decoration: none;
}

#izquierda, #derecha{
	width:50%;
	float:left;
	margin: 0px auto;
}

#izquierda ul li{
	list-style: none;
	text-align:left;
	margin:0;
	padding:0;
}

a.download , a.galery{
	margin: 0;
	padding: 20px 0px 20px 55px;
	font-size: small;
	text-decoration: none;
	background-repeat:  no-repeat;
	background-position: left center;
}

a.galery {
	background-image: url("../gallery.png");
}

a.download{
	background-image: url("../source.png");
}

#warning {
	background-color: #FFFFFF;
	color: #FFB22C;
	border:2px solid #FFB22C;
	font-weight:bold;
	text-align:center;
	margin: 1em;
	clear:both;
	font-size:1.2em;
}

#footer{
	clear:both;
	border-top: 2px solid #FFE2B2;/* #FFB22C;*/
	font-size:smaller;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #000;
}

#installform.contenedor h1{
	text-align:center;
}

#installform.contenedor form {
    padding: 0px;
    margin: 20px;
    display: inline;
}

#installform.contenedor input, 
#installform.contenedor select, 
#installform.contenedor textarea {
    font-size: 1em;
}

#installform.contenedor fieldset {
    margin-top:         1em;
    border: 1px solid #FFB22C;
    padding:            0.5em;
    
}

#installform.contenedor fieldset fieldset {
    margin: 0.8em;
}

#installform.contenedor fieldset legend {
    font-size: large;
    background-color: transparent;
}

#installform.contenedor div.item label {
    white-space: nowrap;
}

#installform.contenedor label {
    float: left;
    width: 25.4em;
    
}

#installform.contenedor fieldset.tblFooters {
    margin-top:         0;
    margin-bottom:      0.5em;
    border-top:         0;
    text-align:         right;
    float:              none;
    clear:              both;
}

.boton{
	background-color: #FFEB7A;
	border: 1px solid #FFB22C;
	color:#000;
	font-weight:bold;
}	

