﻿
/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #FF9408;
}
html { margin:0;
       padding:0;}
       
.oculto
{
	display:none;
}

/*#wrapper 
{
	width:1000px;
	margin:auto;
}*/

/* Header Section */

#header {
	border-top: 3px solid #FF9408;
	border-bottom: 2px dotted #FF9408;
	height: 56px;
	}
#header .title {
	font: 200% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
	height: 41px;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header a:link, a:visited  {
	color: #FF9408;
}

/* Navigation _*/

#navigation {
	width: 200px;
	top: 7em;
	left: 0em;
	width: 0.8em;
	position: absolute;
	height: 155px;
	visibility: hidden;
}

/* Main Content */

#content 
{
	margin-top : 1em;
	margin-left: 2em;
	margin-right: 2em;
	width: 920px;
	height: 560px;
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em;
    width: 966px;
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}





/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
	background-color: #FF9408;
	color: White;
	font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #fcc;
}

.RowStyle
{
}



#division_cliente
{
	margin-top:1em;
	margin-left: 6em;
	margin-right: 2em;
	width:920px;
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}


#FormView1
{
	width:900px;
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}


.columna_titulos
{
	width: 200px;
}


.columna_datos1
{
}


.columna_titulos2
{
		width: 200px;
}


.columna_datos2
{
		width: 350px;
}

.colorBoton
{
	background-color: #00FF00;
}

.ventana_agregar
{
	background-color: #F6F6F6;
	border-style: ridge;
	border-width: medium;
}

.boton
{
	background-color: #FF9408;
	}
