/* CSS Document */
body,td,th {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #808080;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#E6E6E5;
	scrollbar-darkshadow-color:#E6E6E5;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#B3B3B3;
	scrollbar-track-color:#FFFFFF;
}

a {
	color: #808080;
	text-decoration: none;
	outline: none;
}

a:hover {
	/* Color del item seleccionado*/
	color: black;
}

.motivos {
	background-image: url(../img/logomotivos/lineas.gif);
	background-repeat:  repeat-x;
	background-position: 0px 0px;
}
.bienvenida {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 2px;
}
.titulo {
	background-attachment: fixed;
	background-image: url(../img/logomotivos/titulo.png);
	background-repeat: no-repeat;
	background-position: 275px 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #808080;
	border-left-color: #808080;
}
.borde_tabla {
	border: 1px solid #808080;
}
.borde_derecho {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
}
.borde_tabla_superior {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
}
.celdas_index {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #808080;
	border-right-color: #808080;
}
.texto {
	height: 50px;
	width: 300px;
	overflow: hidden;
	/*border: 1px solid;*/
}
