@charset "UTF-8";
/* CSS Document */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;}

/* remember to define focus styles! */
:focus {
    outline: 0;}

body {
    line-height: 1;
    color: black;
    background: white;}

ol, ul {
    list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table{
    border-collapse: separate;
    border-spacing: 0;}

caption, th, td {
    text-align: left;
    font-weight: normal;}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";}

blockquote, q {
    quotes: "" "";}
	
/* FIN DEL RESET */

/* DIVs*/

body{
	margin:0;
	padding:0;
	background-image:url(../img/bg.png);
	}

#wrapper{
	width:950px;
	height:auto;
	position:relative;
	margin:auto;
	}
	
/* -- header -- */	
	
	#header{
		width:950px;
		height:108px;
		background-image:url(../img/header_proy.png);
		position:relative;
		margin:auto;
		}
		
		#logo{
			width:300px;
			height:80px;
			float:left;
			padding-top:3px;
			padding-left:10px;
			}
			
		#nav_container{
			width:580px;
			height:19px;
			margin-top:49px;
			float:right;
			}
			
			.nav{
				list-style:none;
				padding:0px;
				margin:0px;
				}
				
			.nav li{
				display:inline;
				}
				
				.button{
					padding-left:24px;
					padding-right:24px;
					float:left;
					}
				
			.nav li a{
				text-decoration:none;
				text-align:center;
				font-family: 'Lato', sans-serif;
				font-weight:300;
				font-size:14px;
				color:#FFF;
				}
			
			.nav li a:hover{
				color:#CCC;
				}
				
			.gap{
				padding:0px;
				width:2px;
				height:19px;
				background-image:url(../img/bar_menu-01.png);
				float:left;
				}
				
/* --End of header-- */
	

/* --Slider CSS-- */

	.menunav{
		width: 667px;
	    height: 24px;
	    float: left;
	    background-color: #000;
	    border-top: 2px #CCC solid;
	    padding-top: 10px;
	    padding-left: 283px;
		background-image:url(../img/header_proy_127av-02.png);
		background-repeat:no-repeat;
		}
			
	.banner {
		width:950px;
		height:auto;
		padding:0;
		margin:0;
		}
	
/* --Content CSS-- */
		
	.content{
		width:920px;
		height:auto;
		background:#fff;
		float:left;
		text-align:center;
		padding:20px 15px 20px 15px;
		}
			
		.proy_desc{
			height:140px;
			width:950px;
			float:left;
			background-color:#FFF;
			padding-bottom:10px;
			}
			
		.proy_info{
			width:950px;
			height:65px;
			float:left;
			background-color:#FFF;
			background-image:url(../img/KD127/direccion_kd127av-01.png);
			}
				
		.gallery{
			width:920px;
			height:auto;
			float:left;
			background-color:#FFF;
			padding:15px 15px 35px 15px;
			text-align:center;
			}
			
			.thumbs li{
				height:145px;
				width:145px;
				float:left;
				display:block;
				margin:5px 3px;
				background-color:#CCC;
				border-radius:2px;
				border: 1px solid #CCC;
				}
			
/* --Footer CSS-- */

	#footer{
		width:935px;
		height:20px;
		background-color:#000;
		color:#CCC;
		float:left;
		margin:auto;
		position:relative;
		font-family: 'Lato', sans-serif;
		font-size:9px;
		padding-top:10px;
		padding-left:15px
		}

/* TEXTOS */

h1{
	font-family:'Lato', sans-serif;
	font-size:24px;
	font-weight:900;
	color:#371253;
	margin-bottom:10px;
	line-height:27px;
	}
	
h2{
	font-family:'Lato', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#666;
	}
		
h3{
	font-family:'Lato', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#666;
	}
	
h4{
	font-family:'Lato', sans-serif;
	font-size:13px;
	font-weight:300;
	color:#666;
	}

span{
	visibility:hidden;
	}
