@import url('reset.css');

/* General Demo Style */
body{
	background: #fff;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	font-size: 13px;
	color: #4d4d4d;
}

a{
	color: #3399CC;
	text-align: left;
	font-size:100%;
	text-decoration: none;
}
a:hover{
	color: #4d4d4d;
	text-align: left;
	font-size:110%;
	text-decoration: none;
}
cont:hover{
	color: #3399cc;
	text-align: right;
}


.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 100%;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.reference{
	padding-top: 40px;
}
h1{
	font-size: 34px;
	position:relative;
	color: #000;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	padding: 20px;
	z-index:1000;
	text-transform: none;
	text-align: center;
}
h1 span{
	font-family: 'Roboto', serif;
	font-style: italic;
	text-transform: none;
	font-size: 20px;
}
/* Header Style */
.header{
	
	background: url("http://www.venice-softgt.com/images/bannerfooter.png") repeat-x bottom;
	font-family:"Roboto", sans-serif;
	font-size: 11px;
	padding: 3px 5px;
	position: relative;
}

.headersinfondo{
	font-family:"Roboto", sans-serif;
	font-size: 11px;
	/*padding: 3px 5px;*/
	position: relative;

}
.headerdibujo{
	font-family:"Roboto", sans-serif;
	font-size: 11px;
	padding: 3px 5px;

}

.headercontacto{
	font-family:"Roboto", sans-serif;
	font-size: 11px;
	padding: 3px 5px;
	font-color: #3399cc;
	align: right;
	text-align: right;
}

.header a{
	line-height: 18px;
	padding: 0 4px;
	letter-spacing: 1px;
	color: #FFF;
}
.header a:hover{
	color: #fff;
}
.header a span{
	font-weight: bold;
}
.header span.right{
	float: right;
}
@media screen and (max-width: 860px) {
	.header a{
		display: block;
		text-align: center;
		font-size: 10px;
		text-shadow: none;
	}
	.header span.right{
		float: none;
	}
}
/* Estilos Secundarios */
.leafList {
	background: #fff;
	color: #A0A0A4;
	font-family: 'Roboto', serif;
	font-weight: 100;
	font-size: 13px;
}

h2{
	background: #fff;
	color: #A0A0A4;
	font-family: 'Roboto', serif;
	font-weight: 400;
	font-size: 22px;
}
	
.leafList li{
	background: #fff;
	color: #A0A0A4;
	font-family: 'Roboto', serif;
	font-weight: 100;
	font-size: 13px;
}