/* CSS By www.npicasso.com */
/* ------------------> Definiciones <------------------ */
#lista-definiciones {
	list-style:none;
	float:right;
	width:95%;
	display:block;
	margin-top:10px;
}

#lista-definiciones li {
	display:block;
	margin-bottom:5px;
	font-size:0.8em;
	list-style:none;
}
#lista-definiciones a {
	color:#88BA42;
}
#lista-definiciones a:hover {
	color:#909090;
}
#center h2, #center h3 {
	font-size:0.9em;
	margin-bottom:10px;
}

/* ------------------> enlaces <------------------ */
a.external{
	background:url(http://www.npicasso.com/img/link-out.jpg) right no-repeat;
	padding-right:13px;
}
a.definicion, ul li a.definicion {
	background:url(http://www.npicasso.com/img/definicion.jpg) right no-repeat;
	padding-right:10px;
	cursor:help;
}

/* ------------------> listas-especiales <------------------ */
#lista-noticias li {
	border-bottom:solid 1px #88BA42;
	list-style:none;
	padding:10px 0 10px 0;
}
#lista-videos {
	float:left;
	width:100%;
}
#lista-videos li {
	display:block;
	width:95%;
	/*background:#88BA42;*/
	padding:10px 10px 10px 10px;
	list-style:none;
	float:left;
	/*border:solid 1px #000;*/
	margin-top:15px;
	margin-left:0;
}
#lista-videos li span {
	float:left;
	display:block;
}
#lista-videos li p{
	float:right;
	height:159px;
	width:160px;
	color:#000;
	display:block;
	margin:0;
}
#lista-videos li p a{
	color:#fff;
}
#center ul#listaclientes {
	display:block;
	width:500px;
	margin-left:30px;
	float:left;
}
#listaclientes li {
	display:block;
	height:150px;
	width:205px;
	float:left;
	list-style:none;
	margin:20px 0 0 20px;
}

	
/* ------------------> Formularios <------------------ */
legend {
	color:#88ba42;
	font-size:1.25em;
	margin-bottom:15px;

}
input, select {
	width:98%;
	border:solid 1px #c1c1c1;
	color: #333;
}
textarea {
	width:98%;
	border:solid 1px #c1c1c1;
	color: #333;
	height:250px;
}
textarea.short-textarea {
	width:98%;
	border:solid 1px #c1c1c1;
	color: #333;
	height:100px;
}
input:focus, textarea:focus, select:focus {
	background:#88ba42;
}
#button:hover {
	background:#88ba42;
}
button{
	height:60px;
	width:60px;
	background:#fff url(http://www.npicasso.com/img/enviar.jpg) no-repeat;
	margin:0;
	padding:0;
	text-indent:-1000em;
	cursor: pointer;
	margin-left:350px;
}
.asterisco {
	font-size:1em;
	color:#88ba42;
}
input.verif {
	width:20%;
	height:30px;
	float:left;
	margin-left:10px;
}
label {
	font-size:0.8em;
	margin-bottom:3px;
}
	

/* ------------------> OTROS <------------------ */
.mapa {
	margin:10px auto 25px auto;
	
}
	
