@charset "utf-8";
/* CSS Document */

div.contenidos {
	width: 840px;
	margin: 0 auto;
}
div.contenidos h2, div.contenidos h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f93;
	margin: 1.8em 60px .8em 60px;
}
div.contenidos h2 {
	font-size: 1.5em;
}

div.contenidos h3 {
	font-size: 1.4em;
}

div.contenidos p {
	margin: 1em 60px;
}
#mundo {
	background: url(../images/bgctmundo.jpg) bottom right no-repeat;
	margin-right: 70px;
}
#bogota {
	background: url(../images/bgctbogota.jpg) bottom right no-repeat;
	margin-right: 70px;
}
#valle {
	background: url(../images/bgctcali.jpg) bottom right no-repeat;
	margin-right: 70px;
}
#santander {
	background: url(../images/bgctbucara.jpg) bottom right no-repeat;
	margin-right: 70px;
}
#medellin {
	background: url(../images/bgctmede.jpg) bottom right no-repeat;
	margin-right: 70px;
}

/* ---- comienza formulario ---- */
form {
	margin: 1em 60px;
	background-color: #eee;
	padding: 15px;
	
}
label, legend  {
	margin-left: 1.5em;
}
legend  {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #339;
}
label {
	width: 25%;
	float: left;
}
div.fdoscol {
	margin: 1em 1em;
	background-color:#ccc;
	padding: .3em;
}
input, textarea, select {
	background-color: #eee;
	font-size: 1.3em;
	padding: .1em;
	border: #999 solid 2px;
}
input:focus, textarea:focus, select:focus {
	background-color: #fff;
	border: solid 2px #666;
}
input.enviar, input.borrar {
	padding: .1em .5em;
	margin: 0 1em;
}
input:hover.borrar, input:hover.enviar { 
	border: 2px solid #000;
	background-color: #fff;
	color: #000;
}
span.resalt {
	color: #F30;
}

/* ---- termina formulario ---- */