﻿/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #1b4879;
}

/* Header Section */

#cabecera {
	border-top: 3px solid #1b4879;
	border-bottom: 1px dotted #1b4879;
	height: 3em;
}
#cabecera .title {
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
    font-weight: bold; 
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#cabecera .breadcrumb {
	font:Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	/*font-size: 90% ;*/
	font-size: 70%;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#cabecera a:link, a:visited  {
	color: #3673ac;
}

/* Navegacion */

#navega {
/*	width: 150px;*/
	top: 5em;
	left: 1em;
	width: 13em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:90%;*/
    font-size: 70%  ;
}
#navega ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navega li {
	border-bottom: 1px solid #E1EAF2;
}
#navega li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #3673ac;
	border-right: 1px solid #3673ac;
	background-color: #1b4879;
	color: #FFFFFF;
	text-decoration: none;
}
#navega li a:hover {
	background-color: #3673ac;
	color: #FFFFFF;
}
#navega ul ul {
	margin-left: 12px;
}
#navega ul ul li {
	border-bottom: 1px solid #3673ac;
	margin:0;
	background-color: #E1EAF2;
	color: #3673ac;
}
#navega ul ul a:link, #navega ul ul a:visited {
	background-color: #E1EAF2;
	color: #3673ac;
}
#navega ul ul a:hover {
	background-color: #3673ac;
	color: #FFFFFF;
}

/* Main Content */

#contenido 
{
	margin-top:3em;
	margin-left: 2em;
	margin-right: 2em;
    font-size: 60%  ;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
/*
#contenido p 
{
    font-size: 100%  ;
	line-height: 1.6em; 
}
*/
#contenido input
{
    font-size: 100%  ;
	line-height: 1.6em; 
}
#contenido select
{
    font-size: 100%  ;
	line-height: 1.6em; 
}
#contenido ul {
	/*font-size: 80%;*/
    font-size: 60%  ;
	line-height: 1.6em; 
}


/* Data Web Control Styles */

.DataWebControlStyle
{
/*    font-size: 90%;*/
    font-size:70% ;
}

.HeaderStyle
{
    background-color:#1B4879;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #e1eaf2;
}

.RowStyle
{
}
.SelectedRowStyle
{
    background-color:Yellow ;
}
.FooterStyle
{
    background-color:#a33;
    color:White;
    text-align:right;
}
.Warning
{
    color:Red;
    font-style:italic;
    font-weight:bold;
    font-size:large   ;
}
.PagerRowStyle
{
    background-color:#ddd;
    text-align:right 
}
.HeaderStyle a, .HeaderStyle a:visited
{
    color:White;
}
.SortHeaderRowStyle
{
    background-color:navy;
    text-align:left;
    font-weight:bold;
    color: White;
}
.FloatLeft
{
    float: left;
    width: 33%;
    padding-right: 10px;
}
.ProductPropertyLabel, .SupplierPropertyLabel
{
    font-weight:bold;
    text-align:right;
}
.ProductPropertyValue, .SupplierPropertyValue
{
    padding-right:35px;
}
.gv01 {
/* cabecera de gridviews */
	font-family :  verdana; 
	font-size : 8pt;
	color : white;
	background : #d5ccbb;
	font-weight:bold;
	height:30px;
	vertical-align : middle;
	}
.gv02 {
/* gridviews */
	width : 100%;
	vertical-align :middle ;
	font-family : verdana;
	font-size : 8pt ; 
	font-weight:300;
	border-collapse: collapse;
	border: 1px solid #808080;
	border-top : 0 none Black;
	border-left : 0 none Black;
	}
.gv03 {
/* filas de gridviews */
	background : white;
	border: 1px solid #808080;
	border-left : 0 none Black;
	padding:2px;
	}
.gv04 {
/* subcabecera de gridview */
    font-weight :bold ;
	padding:2px;
	}