body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	margin:6px;
	color:#666666;
	background-image:url(images/back.png);
	background-position:top center;
	background-repeat:no-repeat; 
}


h1 {
font-size:18px;
letter-spacing:-1px;
font-weight:bolder;
color:#021B49;
}

h2 {
font-size:22px;
letter-spacing:-1px;
font-weight:lighter;
color:#B24346;
}

h3 {
font-size:18px;
letter-spacing:-1px;
font-weight:lighter;
color:#B24346;
border-bottom:1px dashed;
padding-bottom:5px;
}

/*
img {
border:dotted 1px #CCCCCC;
padding:2px;
}
*/

a {
color:#B24346;
text-decoration:none;
}

a:hover {
text-decoration:underline;
color:#FF6600;
}


#logo {
border:none;
}

#contenido {
	width:700px;
	text-align:center;
	margin:0 auto;
}



#content_left {
	text-align:left;
	width:270px;
	float:left;
}

#content_right {
	text-align:left;
	width:400px;
	float:right;
}


.clear {
float:none;
clear:both;
}
