/*Estilo LOGIN*/
#login {
	font-family: Calibri, Verdana, sans-serif;
	background-color: #F60;
	height: 120px;
	color: #FFF;
	background-image: url(../img/candado.png);
	background-repeat: no-repeat;
}
#login h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#login form .campo {
	margin: 2px;
	width: 220px;
	float: right;
}
#login form .campo .submit {
	width: 60px;
	margin-right: 5px;
}

#login form .campo label {
	width: 60px;
	display: block;
	float: left;
	font-weight: bold;
}

#login form .campo #Enviar {
	float: right;
}
#login form .campo input {
	width: 150px;
}
#login #infoUsuario {
	padding-left: 60px;
}
#login a {
	font-weight: bold;
	color: #FFF;
	text-align: right;
}
#login a:hover {
	color: #E2B206;	
	}


#buscador {
	font-family: Calibri, Verdana, sans-serif;
	background-color: #E4E190;
	height: 70px;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
}
#buscador img {
float: left;
margin-right: 10px;
}

.linkMas {
	margin-right: 20px;
	margin-top: 10px;
	text-align: left;
	width: 620px;
	clear: left;
	float: none;
	margin-bottom: 5px;
	}

.linkMas a{
	font-weight: bold;
	color: #008A00;
	text-decoration: none;

}

.linkMas a:hover{
	color: #F60;
}


/*Varios */
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#galeria {
	width:620px;
	margin-top: 20px;
}
#galeria .foto {
	width: 100px;
	float: left;
	margin-right: 20px;
	height: 150px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#galeria img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	text-align: center;
	clear: none;
}
#galeria a {
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
	color: #31A800;
	text-align: center;
	}
	
#galeria a:hover {
	color: #00F;	
	}
	
#cuerpo #central .separador {
	width: 580px;
	height: 30px;
	float: none;
	clear: left;
}
#listaComentario {
	width: 300px;
	float:left;
	margin-right: 20px;
}

#listaComentario .comentario {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2AA7DF;
	padding-bottom: 10px;
}

#formComentario {
	width: 280px;
	float: left;
}

ul#documentos  {
	margin: 0px;
	padding: 0px;
	width: 600px;
	}
#documentos li {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #31A800;
	padding-bottom: 5px;
	height: 50px;
}
#documentos li a {
	font-weight: bold;
	text-decoration: none;
	color: #0C446A;
}

#documentos li a i {
	color: #999;
	}
#documentos li a:hover {
	color: #F90;

}
#documentos img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	float: left;
}
.busca {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	padding-bottom: 5px;
}
