@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
	overflow: auto;
}
	
	
#website {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}


/* end hide */
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #1A1A1A;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
}

p{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	margin-left: 30px;
	margin-right: 10px;
}

a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	margin-left: 30px;
	margin-right: 10px;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
	margin-left: 20px;
}

h2{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
	margin-left: 25px;
}

.img_proy{
	border:none;
	margin-left: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
}

a.img_link{
	border:none;
}
a:hover.img_link{
	border:none;
}
/*Margenes*/

img{
	border:none;
}

.logo{
	mmargin-top:20px;
	margin-left:5px;
	margin-bottom:15px;
}

.menu{
	mmargin-top:15px;
	margin-left:5px;
	margin-bottom:15px;
}

.menu1{
	mmargin-top:15px;
	margin-bottom:15px;
	
}
