@charset "utf-8";

body{margin:0px; padding:0px; background-color:#f9f7f7}
*{ padding:0px; margin:0px; border:0px; }
a{text-decoration:none; color:#000}
.center{margin:0px auto 0px auto}
.clear{clear:both}

.top{width:100%;}

.header {
	height: 100px;
	margin:20px auto 30px auto;
	
 	width: 100%;
	max-width:800px; 

}
 
.logo{
	width:123px; 
	height:100px;
	background-image:url(../img/logo.png);
	display:block;
	margin:0 auto;
	}


.conceptos{width:96%; max-width:800px; margin:10px auto; padding:0px 10px 10px 10px; font-family:Verdana, Geneva, sans-serif; font-size:10pt!important;
	color: grey;}
.conceptos strong{ font-weight:bold}

.palabras{
	width:100%; 
	max-width:800px;  
	margin:0px auto 60px auto ; 
	border-bottom:#333 1px solid; 
	padding-bottom:20px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:9pt!important;
	color: grey;
	}
.palabras strong{ font-weight:bold}

.about{
	width:96%; 
	margin:30px auto 20px auto ; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:9pt!important;
	font-style:italic;
	text-align:left;
	color: grey;
	line-height:18px;
	}


.volver{
	width:26px; 
	height:100%;
	position:absolute; 
	top:0px; 
	right:0; 
	text-align:center; 
	background-image:url(../img/logo2.png);
	background-color:grey;
	background-repeat:no-repeat;
	background-position:top;
	}
