@font-face {
    font-family: 'ConduitITCStd';
    src: url('fonts/conduit/ConduitITCStd-Regular.eot');
    src: url('fonts/conduit/ConduitITCStd-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/conduit/ConduitITCStd-Regular.woff') format('woff'),
         url('fonts/conduit/ConduitITCStd-Regular.otf') format('opentype'),
         url('fonts/conduit/ConduitITCStd-Regular.ttf') format('truetype'),
         url('fonts/conduit/ConduitITCStd-Regular.svg#ConduitITCStd') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {padding:0; margin:0; color:#595A5B; font-family:'ConduitITCStd', Arial, Helvetica, Verdana; background:url(../img/fondo.png) repeat center center; letter-spacing:0.04em;}
form {margin:0; padding:0;}
li {vertical-align:bottom;}
a {text-decoration:none; color:#9BB6B6;}
a:hover{text-decoration:underline;}
:focus{outline:none;}
a img, img {border:0;}
h1, h2, h3, h4, h5, h6 {margin:0; font-weight:normal; font-size:14px;}
section, header, footer, aside, nav, article {display:block;}
p {margin:10px 0;}
textarea, input { font-family:'ConduitITCStd', Arial, Helvetica, Verdana; border:0;}
.clear {clear:both; overflow:hidden; height:0; display:block;}
.hidden {display:none;}


#landing {margin:0 auto; background:#FFF; padding:30px 40px; width:500px;}
	#landing > header {padding:100px 0 30px;}
		#landing .logo a {display:block; text-indent:-999px; overflow:hidden; width:244px; height:244px; background:url(../img/logo.png) no-repeat; margin:0 auto;}

	#landing .items {list-style:none; padding:5px 0; border-top:1px dotted #595A5B; border-bottom:1px dotted #595A5B; margin:0; text-align:center;}
		#landing .items li {display:inline-block; padding:5px 15px 5px 7px;  height:12px; background:url(../img/tick.png) no-repeat right center; line-height:15px; font-size:15px; }
		#landing .items li.ultimo {padding-right:10px; background:none;}
	
	#landing > footer {padding:30px 0 0; text-align:center;}
		#landing .icono {display:inline-block; width:41px; height:40px; background:url(../img/iconos.png) no-repeat; text-indent:999px; overflow:hidden; margin:0 10px;}
		#landing .icono.buho {background-position:0 0;} #landing .icono.buho:hover, #landing .icono.buho:focus {background-position:0 -40px;}
		#landing .icono.sobre {background-position:-41px 0;} #landing .icono.sobre:hover, #landing .icono.sobre:focus {background-position:-41px -40px;}
