/*
Hoja de Estilos CSS
Sitio Web Intelligent Net Software
http://ewww.insla.com
*/

body {
	background-color: #3C6584;
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

td, input, textarea {
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: none;
}

.boton {
	height: 22px;
	width: auto;
}

.tablaPrincipal {
	background-color: #FFFFFF;
}

.menuLateral {
	background-color: #8FB3CD;
	background-image: url(../img/default_r7_c1.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.bienvenida {
	background-image: url(../img/default_r7_c11.jpg);
	background-position: top;
	background-repeat: repeat-y;
	padding-top: 7px;
}

.txtFecha {
	text-align: right;
	padding-right: 16px;
}

.txtBienvenida {
	padding-left: 8px;
	padding-right: 8px;
}

.tablaNotas {
	border-top: 1px dotted #999999;
}

.celdaNota {
	border-bottom: 1px dotted #999999;
	padding-bottom: 7px;
	padding-top: 7px;
}

.tituloNota {
	padding-bottom: 4px;
}

.imgVerMas {
	margin-bottom: 4px;
	margin-top: 4px;
}

.linkTodosServicios {
	padding-right: 8px;
	text-align: right;
}

.contenido {
	text-align: justify;
	padding: 6px 12px 12px 12px;
}

.itemMenu {
	border-bottom: 1px solid #BBBBBB;
	padding: 4px 4px 4px 4px;
}

.tablaMenu {
	border-top: 1px solid #BBBBBB;
	margin-top: 8px;
}

.pie {
	color: #666666;
	background-image: url(../img/default_r30_c31.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}