/* CSS Document */

body{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#666666;
	background-color:#666666;
	margin:0;
	padding:0;
	background-image:url(../images/fondo.png);
	background-repeat:repeat;
	}

h1{
	font-size:18px;
}
	
h2{
font-size:16px;
}

h3{
font-size:14px;
}

h4{
font-size:12px;
}

a{
	text-decoration:none;
}

a:hover{	
	text-decoration:underline;
}

em{
	font-style:italic;
}

input, select, textarea{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	width:300px;
}

img{
	border:0;
}

li{
list-style:url(../images/li.jpg);
margin-bottom:15px;
}

#comunidadesDeLaTierra{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#left{ 
	float:left;
	width:230px;
	min-height:650px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:650px; /* for IE5.x and IE6 */
}

#center { 
	margin-left:230px;
	min-height:650px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:650px; /* for IE5.x and IE6 */
	padding:20px;
	text-align:justify;
}

#center img{
	padding:10px;
}

#logo{
	width:125px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

.idioma{
margin-top:5px;
padding-left:15px;
}

.idioma a{
color:#FFFFFF;
}

#footer{
	text-align:center;
}

#footer a{
	color:#333333;
	font-size:10px;
}

#footer ul li{
	display:inline;
	padding-left:5px;
	padding-right:5px;
}

#menu{
text-align:right;
padding-right:15px;
padding-left:3px;
}

#center #datosContacto ul li{
margin-bottom:5px;
}

#home a:hover{
border-bottom: dotted 1px #FFFFFF;

}

#home{
color:#95c434;

}

.floatR{
float:right;
margin-left:15px;
}