@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #93867E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(fondo.png);
	background-position: center top;
	background-repeat: no-repeat;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.contenedor {
	width: 1050px;
	margin: auto;
}
.izquierda {
	width: 162px;
	float: left;
	margin: auto;
}
.derecha {
	width: 148px;
	float: right;
	margin: auto;
}
.centro {
	width: 740px;
	margin-left: 162px;
}

/* generales */
.camila_logo {
	background-image: url(camila_logo.png);
	background-repeat: no-repeat;
	height: 121px;
}


.footer {
	text-align: center;
	color: #FFF;
	font-size: 9px;
}

.todo_izq {
	width: 525px;
	float: left;
	text-align: right;
}
.todo_der {
	width: 525px;
	margin-left: 595px;
	text-align: left;
}
