* {
	margin: 0;
	padding: 0;
}

body {
background: #d2d2d2 url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

a {
text-decoration: none;
color: #3333cc;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 190px;
background: #186e25 url(images/cabecera.jpg) no-repeat;
text-align: left;
}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 130px 0 0 40px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #fff;
padding: 3px 0 0 40px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
background: #FFFFFF url(images/content.jpg) repeat-y;
padding: 0 20px;
}

.right {
float: right;
width: 440px;
text-align: justify;
margin-right: 10px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
}
.right h2 a {
text-decoration: none;

}
.right h2 a:hover {

}

.left {
float: left;
width: 150px;

}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #d2e3ff;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.menu {
float: right;
width: 150px;
}
.menu h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.menu ul {
padding: 10px 0 15px 20px;
color: #d2e3ff;
list-style-type: none;
}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {

}
.articulos { padding: 10px; }

#bottom {
background : #d2d2d2 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #555;
padding-bottom: 10px;
}
#footer a { color: #555; }
#footer a:hover { color: #111; }

.articulos a {
	color:#007700;
	font-weight:bold;
	text-decoration:underline;
}

.animada {
	float:right;
	margin-right:30px;
	margin-top:80px;
}

p {
	padding-top:10px;
}

div#paginacion {
  color:#3333CC;
  padding: .5em;
  margin-top: 2em;
  margin-bottom: .5em;
}

div#paginacion a {
	color:#3333cc;
	font-weight:bold;
}
.derecha {
  float: right; 
}
.izquierda {
  float: left;
}
div.clear {
  clear: both;
}

.ejemplo {
	text-align:center;
}

.ejemplo img{
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}



code, pre {
	font-family:"Courier New", Courier, monospace;
	color:#900;
	background:ddd;
}
pre {
	padding:0 2em 1.7em 2em;
	background:#ddd;
	border:0.25em solid #eef;
	overflow:auto;
	width: 50%;
	width /**/:auto;
}
pre strong { background:#FFFFCC; }

.subt {
	color:#009900;
	font-size:16px;
	font-weight:700;
}

#adsense {
	padding-top:10px;
	float:left;
}

.sugerencias {
	margin-left:12px;
}