﻿/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}
/***********************************************************************************************************/
/* Diseño General */
/***********************************************************************************************************/
body   
{
    background: #171616 url('../images/Background.gif');
    font-size: 13px;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #696969;
}


a:hover
{
    text-decoration: none;
}


p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1200px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #A20E17;
}

.header
{
    margin: 0px;
    padding: 0px;
    background-color:#e20a17;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e20a17', endColorstr='#a51d1d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e20a17), to(#a51d1d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,   #e20a17, #a51d1d); /* for firefox 3.6+ */
    width: 100%;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.logo
{
	float:left;
	margin-top:-7px;
	margin-left:15px;
	position:relative;
	width:70px;
	height:70px;
	background: #FFFFFF url('../images/DaltonWeb.png');
}

.loginDisplay {
    color: White;
    font-size: 1.1em;
    margin-top: 30px;
    text-align: right;
    float:right;
    margin:25px;
    width:300px;
    
}
.btncerrarsesion {
	border: solid 1px #a20e17;
	font-weight: bold; /*	color: #CFDBE6;*/
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-radius:1.6em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	float: right;
	padding:3px 2px;
	margin-left:5px;
	width: 50px;
}

.header h1, .loginHeader h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 90px;
    border: none;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #A20E17;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
   margin: 0;
	line-height: 100%; 
	/*border-radius: 2em; -webkit-border-radius: 2em; -moz-border-radius: 2em;*/
	background: #93030A; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93030A', endColorstr='#600106'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#93030A), to(#600106)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #93030A,  #600106); /* for firefox 3.6+ */
	border: solid 1px #a20e17;
	border-right: solid 2px #a20e17;
	border-bottom: solid 2px #a20e17;
	cursor: pointer;
	list-style: none;
	clear: both;
	z-index:1;
	font-weight: bold; 
	color: #FFFFFF;
	/*
    visible en ie
	height:200px;
	*/
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index:999;
}

div.menu ul li a, div.menu ul li a:visited
{
    border: solid 1px #a20e17;
	font-weight: bold; /*	color: #CFDBE6;*/
	/*color: #FFFFFF;*/
	text-decoration: none;
	display: block;
	padding: 8px 22px;
	border-radius:1.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	margin:0 5px 0 5px;
}

div.menu ul li a:hover
{
    background-color: #93030A;
    color: Silver;
    text-decoration: none;
    font-weight: bold;
}

div.menu ul li a:active
{
    background-color: #93030A;
    color: Silver;
    text-decoration: none;
    font-weight: bold;
}

div.menu ul li ul
{
    background: #CD1018; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD1018', endColorstr='#85050c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CD1018), to(#85050c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CD1018,  #85050c); /* for firefox 3.6+ */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
    margin-top:3px;
    margin-left: 3px;
}
    
div.menu ul li ul li a {
	
	margin: 0;
	padding: 10px;
	left: 0;
	border:none;
	width: 150px;
}



/* MISC  
----------------------------------------------------------*/
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
.tableGrid {
    text-align: center;
 border-top:solid 2px #B4B4B4;
    border-left:solid 2px #B4B4B4;
    border-right:solid 2px #B4B4B4;
}

.tableGrid tbody tr th {
    background-color: gray;
    color: white;
    font-weight: bold;
    height: 40px;
    
}

.tableGrid tbody tr td
{
    padding: 5px;
    border:solid 2px #B4B4B4;
}

.tableGrid tbody tr a {
	  color: #696969;
	     text-decoration: none;
}
.tableGrid tbody tr a:hover
{
    color: black;
}
.textoSeleccionado {
	text-indent: 10px;
}
.tblControles
{
    width:240px;
}
.loginWrapper
{
    margin:100px auto;
    
}
.loginBody
{
    background-color:White;
    width:400px;
    height:auto;
}
.loginHeader
{
    background-color:#e20a17;
    height:75PX;
}
.header span
{
    
    margin: 0px;
    padding: 0px 0px 0px 10px;
    border: none;

}
.loginRows
{
   padding-top:10px;
   padding-left:20px; 
}
    
.loginBody input, 
{
    font-family: arial;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 5px;
}

.loginBody input[type="submit"]
{
    margin-top:30px;
    border: solid 1px #a20e17;
	font-weight: bold; /*	color: #CFDBE6;*/
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px 22px;
	border-radius:1.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	margin:0 5px 0 5px;
	background: #CD1018; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD1018', endColorstr='#85050c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CD1018), to(#85050c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CD1018,  #85050c); /* for firefox 3.6+ */
	float:right;
	margin-right:30px;
}
.loginBody input[type="submit"]:hover
{
    background-color: #a20e17;
    color: Silver;
    text-decoration: none;
    font-weight: bold;
    cursor:pointer;
}

.loginRegister
{
    background-color:White;
    width:400px;
    height:70px;
    text-align:left;
}
.loginRegister input[type="submit"]
{
    margin-top:30px;
    border: solid 1px #a20e17;
	font-weight: bold; /*	color: #CFDBE6;*/
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px 22px;
	border-radius:1.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	margin:0 5px 0 5px;
	background: #CD1018; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD1018', endColorstr='#85050c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CD1018), to(#85050c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CD1018,  #85050c); /* for firefox 3.6+ */
	float:left;
	margin-right:30px;
}
.loginRegister input[type="submit"]:hover
{
    background-color: #a20e17;
    color: Silver;
    text-decoration: none;
    font-weight: bold;
    cursor:pointer;
}
.loginRowsRegister
{
   padding-top:10px;
   padding-left:30px; 
}