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

body {
	margin: 0px;
	background-color: #B7B6B6;
	font-family: Arial, Helvetica, sans-serif;
}
.contBordebot {
	height: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	text-align: center;
	width: 120px;
	float: right;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#contenedor {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.footer {
	font-size: 10px;
	color: #666666;
	padding-left: 15px;
}
#linea_footer {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	width: 710px;
	margin-left: 260px;
	margin-bottom: 10px;
}
.bordesnaranjo {
	border: 1px solid #FA9E0D;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 160%;
}
.bordegris {
	border: 1px solid #CCC;
}
.fecha {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
}
.fotejecutivos {
	background-color: #FFF;
	margin: 0px;
	padding: 5px;
	border: 1px solid #999;
}

