@charset "utf-8";
/* CSS Document */
body, html {
	margin:0;
	padding:0;
	height:100%;
}
html {
	background:url(../images/bg2.jpg) repeat-x  #855bc7;
}
body {
	background:url(../images/bg.jpg) no-repeat center top;
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
h2 {
	color:#6600c5;
	font-size:1.2em;
	text-transform:uppercase;
	letter-spacing:125%;
}
.resaltado {
	color:#6600c5;
	font-weight:bold;
}
.resaltado2 {
	color:#6600c5;	
}
a:link, a:visited {
	color:#6600c5;
	font-weight:bold;
}
a:hover {
	color:#000;
	font-weight:bold;
}
.derecha {
	float:right;
	margin:0 0 10px 10px;
}
.izquierda {
	float:left;
	margin:0 10px 10px 0;
}
.nofloat {
	float:none;
}
#contenedor {
	width:930px;
	margin:0 auto;
	background:#FFF;
	overflow:auto;
}
#header {
	width:930px;
	height:135px;
	background: url(../images/header.jpg) no-repeat;
	
}
#lat {
	float:left;
	width:300px;
	background:#930;
	background:url(../images/lat_01.jpg) top no-repeat;
	overflow:auto;
}
#nav1 {
	margin-top:60px;
}
#contenido {
	width:630px;
	float:right;
	background:#06C;
	background:url(../images/lat_02.jpg) top no-repeat;
}
#nav2 {
	width:630px;
	height:50px;
}
#titulo {
	width:220px; 
	height:30px; 
	margin:10px 0 40px 25px;
}
#texto {
	width:600px;
	padding:0 20px 10px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:125%;
}
#pie {
	width:930px;
	height:120px;
	background:url(../images/pie.jpg) no-repeat;
	margin:0 auto;
	text-align:center;
	color:#FFF;
}
#pie a:link, a:visited {
	color:#99F;
}
#pie a:hover {
	color:#C9F;
}
#comentario {
	width:200px;
	
}