/* CSS Document mundosinguerras.org - sept 2006 - */

/* Generales ___________________________________________________*/
/* 
Screen layout: */
body {
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	margin-top: 10px;
	background-color: #669966;
	background-image: url(../img/logo/verde.jpg);
	background-repeat: no-repeat;
	height: 600px;
	background-position: top center;
}

#contenido{
	width:550px;
	float: right;
	clear: none;
}
#contenidoLeft {
	float: left;
	margin: 145px 0px 2px 0px;
	clear: left;
	width: 25%;
	padding: 2px 3px 2px 6px;
}

h1 {
  display: inline;
  font-size: 150%;
}

h2 { 
  font-size: 180%;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	padding-left: 5px;
}
a {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {  color: #00FFFF; text-decoration: none}
#contenido p {
	padding: 0px 2px 0px 8px;

}
.blanco {
	color: #FFFFFF;
}
