@charset "utf-8";
/* CSS Document */
#form-contact form{
	background-image: url("../imgs/form-contact-envelope.gif");
	}
#form-contact #enviar{
	background-image: url("../imgs/form-contact-submit.gif");
}

/*TEST*/
ol,ul {list-style:none;}

/* Wrapp 
ul#news {
	border: 1px solid #ccc;
	padding: 2em;
	background:  #fffeb8;
	}

ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 4px;
	}

.fade{
	margin-bottom: 2em;
	}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
	}
*/

/* Bloque de aviso: Falta JavaScript*/
div#att {
	background-color: #fffeb8;
	border-bottom: 1px solid;
	height: 2.5em;
	line-height: 2.5em;
	position: absolute;
	top:0;
	margin-top:900px;
	border-left:solid 1px #003399;
	border-right: solid 1px 003399;
	width:168px;
	z-index:2;
	}

div#att p{
	background: transparent url(../imgs/att.png) no-repeat 0 46%;
	margin: 0;
	display: inline;
	padding: 6px 0 6px 26px;
	margin-left:5px;
	font:13px helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;
	}
/*TEST*/


