/* ----- BÁSICOS -------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #626262;
	background-color: #e5e5e5;
}
h1 {
	color: #00aecb;
	font-size: 2em;
	line-height: 1em;
}
h2 {
	color: #00aecb;
	font-size: 1.3em;
	line-height: 1em;	
}
a {
	color: #626262;
	text-decoration: none;
	border-bottom: 1px dashed #626262;
}
a:hover {
	color: #00aecb;
	border-bottom: 1px dashed #00aecb;
}
a img {
	border: none;
}
hr {
	border: 0px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
* html em { /* solo para IE6 y anteriores */
	font-style: normal;
}
ul, ol {
	margin: 15px 70px;
}
li {
	margin: 10px 0px;
}

/* ----- CAPAS PRINCIPALES ------------------------------------------ */
#container {
	position: relative;
	width: 780px;
	margin: auto;
	overflow: hidden;
}
#col01 {
	position: relative;
	float: left;
	top: 25px;
	width: 545px;
	background: url(imagenes/bg01_mid.jpg) repeat-y top left;
}
#col02 {
	position: relative;
	float: right;
	top: 55px;
	width: 235px;
	overflow: hidden;
	padding-bottom: 25px;		
}
#cabecera01 {
	position: relative;
	height: 150px;
	background: url(imagenes/bg01_top.jpg) no-repeat top left;	
}
#pie01 {
	position: relative;
	height: 75px;
	background: url(imagenes/bg01_bot.jpg) no-repeat bottom left;
	text-align: center;
	padding-top: 25px;	
}
#botones01 {
	position: relative;
	text-align: center;
	clear: both;
	height: 100px;
}
#menu01 {
	position: relative;
	width: 235px;
	background: url(imagenes/bg02_mid.jpg) repeat-y top left;
}
#autor {
	position: relative;
	background: url(imagenes/bg02_top.jpg) no-repeat top left;
	padding: 40px 30px 10px 30px;	
}
#caja {
	display: none;
	margin-top: 10px;
}
#descarga {
	position: relative;
	overflow: hidden;
	padding: 0px 30px 10px 30px;
	width: 175px;
}
#articulos01 {
	position: relative;
	padding: 0px 30px 40px 30px;
	width: 175px;
}
#articulos02 {
	position: relative;
	background: url(imagenes/bg02_bot.jpg) no-repeat bottom left;
	padding: 0px 30px 40px 30px;
	width: 175px;	
}
#pie {
	position: relative;
	top: 25px;
	width: 545px;
	clear: both;
	padding-bottom: 50px;
}

/* ----- OTROS ------------------------------------------ */
#cabecera01 span {
	display: none;
}
#cabecera01a {
	position: relative;
	width: 150px;
	top: 120px;
	left: 195px;
}
#cabecera01a a {
	border: 0px !important;
}
#contenido01 h1, #contenido01 h2, #contenido01 p {
	margin: 0px 40px;
}
#contenido01 h1 {
	margin-top: 45px;
}
#contenido01 h1 a {
	font-size: 0.6em;
	vertical-align: middle;
}
#contenido01 h2 {
	margin-top: 25px;
}
#contenido01 p {
	text-align: justify;
	margin-top: 1.4em;
}
#contenido01 .autor01 {
	padding-bottom: 25px;
	margin-top: 0em !important;
}
#contenido01 hr {
	margin: 35px 40px;
}
#pie01 a {
	border: none;
}
#botones01 a {
	border: none;
}
#menu01 .autor01 {
	margin-top: 10px;
	color: #00aecb;
}
#menu01 ul {
	list-style: square;
	margin: 15px 0px 10px 15px;
}
#menu01 h1 {
	font-size: 1em;
}
#autor img {
	border: 5px solid #fff;
}
#mostrar span {
	position: relative;
	float: right;
	top: -5px;
	font-size: 1.6em;
}
#descarga img {
	position: relative;
	float: right;
}
.left {
	position: relative;
	left: 10px;
	float: left;
	width: 40%;
	padding-bottom: 10px;
}
.right {
	position: relative;
	right: 10px;
	float: right;
	width: 50%;
	padding-bottom: 10px;
	text-align: right;
}
table {
	margin: 0px 40px;
}
th {
	text-align: left;
	background-color: #e5e5e5;
}
th, td {
	padding: 8px;
	margin: 0px;
	vertical-align: top;
	border-bottom: 1px solid #b5b5b5;
}