/* CSS Document */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
}

/* Links */
a:link{text-decoration: none; color:#000000;}
a:visited{text-decoration: none; color: #000000;}
a:hover{text-decoration: underline; color: #000000;}
a:active{text-decoration: none; color: #FF0000;}

a.link_red:link{text-decoration: none; color:#FF0000;}
a.link_red:visited{text-decoration: none; color: #ff0000;}
a.link_red:hover{text-decoration: underline; color: #ff0000;}
a.link_red:active{text-decoration: none; color: #ff0000;}

/* Texto */
.text_header {
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	color:#000000; 
}

.text_small {
	font-family:Tahoma, Verdana, Arial;
	font-size: 10px; 
	color:#000000; 
}

.text_table {
	font-family:Tahoma; 
	font-size: 11px; 
	color:#000000; 
}

/* Inputs */
input {
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	color:#000000;
}

input.search {
	BACKGROUND: url(imagen/iconSearch.gif) no-repeat;
	BACKGROUND-POSITION: 1px 1px;
	border-style:solid;
	border-color:#7F9DB9;
	border-width:1px;
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	color:#000000;
	padding-left:18px;
	height:15px;
}

input.idcard {
	BACKGROUND: url(imagen/idcard.gif) no-repeat;
	BACKGROUND-POSITION: 1px 1px;
	border-style:solid;
	border-color:#7F9DB9;
	border-width:1px;
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	color:#000000;
	padding-left:18px;
	height:15px;
}

input.searchButton {
	BACKGROUND: url(imagen/iconSearch.gif) no-repeat;
	background-position:left;
	border-style:solid;
	border-color:#7F9DB9;
	border-width:1px;
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	color:#000000;
	padding-left:12px;
	height:20px;
}

input.insertButton {
	BACKGROUND: url(imagen/write.gif) no-repeat;
	background-position:left;
	border-style:solid;
	border-color:#7F9DB9;
	border-width:1px;
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	color:#000000;
	padding-left:12px;
	height:20px;
}

input.cancelButton {
	BACKGROUND: url(imagen/cancel.gif) no-repeat;
	background-position:left;
	border-style:solid;
	border-color:#7F9DB9;
	border-width:1px;
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	color:#000000;
	padding-left:12px;
	height:20px;
}

input.editButton {
	BACKGROUND: url(imagen/edit.gif) no-repeat;
	background-position:left;
	border-style:solid;
	border-color:#7F9DB9;
	border-width:1px;
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	color:#000000;
	padding-left:12px;
	height:20px;
}

input.newButton {
	BACKGROUND: url(imagen/new.gif) no-repeat;
	background-position:left;
	border-style:solid;
	border-color:#7F9DB9;
	border-width:1px;
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	color:#000000;
	padding-left:12px;
	height:20px;
}



textarea {
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	color:#000000;
}

select {
	font-family:Tahoma,sans-serif; 
	font-size: 11px; 
	color:#000000;
}


/* Bordes */
.borde_negro {
	border-width:1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.borde_gray {
	border-width:1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.borde_azul {
	border-width: 1px;
	border-style: solid;
	border-color: #0C9BD3;
}

.borde_black_RB {
border-right-color: #CCCCCC;
border-right-width: 1px;
border-right-style: solid;
border-bottom-color: #CCCCCC;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.borde_black_LT {
border-left-color: #CCCCCC;
border-left-width: 1px;
border-left-style: solid;
border-top-color: #CCCCCC;
border-top-width: 1px;
border-top-style: solid;
}

.borde_black_R {
border-right-color: #CCCCCC;
border-right-width: 1px;
border-right-style: solid;
}


.borde_gray_RB {
border-right-color: #CCCCCC;
border-right-width: 1px;
border-right-style: solid;
border-bottom-color: #CCCCCC;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.borde_gray_LT {
border-left-color: #CCCCCC;
border-left-width: 1px;
border-left-style: solid;
border-top-color: #CCCCCC;
border-top-width: 1px;
border-top-style: solid;
}

.borde_gray_R {
border-right-color: #CCCCCC;
border-right-width: 1px;
border-right-style: solid;
}


/* Grid */
.grid_header {
	font-family:Tahoma;
	font-size: 11px;
	color:#000000;
	font-style: normal;
	background-color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 19px;
}

.grid_detail {
	font-family:Tahoma;
	font-size: 11px;
	color:#000000;
	font-style: normal;
	background-color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 19px;
}

