﻿/* Ids Areas de trabajo Site.Master */

#estiloContenidoPresencial
{ 
    /*margin-left: 50px;
    margin-right: 50px;
	width: auto;*/
}

/* Elementos Genericos HTML de todo el WEB */

A 
{
  color:  #ad8b05; /* #AD8B05;*/
  text-decoration: none;
}

A:hover
{
  color: #ad8b05;
  text-decoration: underline;
}


A.headerNavigation
{ 
  color: Maroon; /* #cc6600; */
}

A.headerNavigation:hover
{
  color: #cc6600;
}

body 
{
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family:Verdana;
	font-size: 8pt;
}

html 
{ 
	margin: 0; 
	padding: 0; 
}

img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

INPUT
{
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    font-size: 8pt;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    font-family: verdana;
}

h1
{
	/* margin-top: 10px;*/
    font-size: 12pt;
    vertical-align: bottom;
    color: #cc6600;
    font-family: Palatino;
    letter-spacing: 2px;
    display: inline;
}

h2
{
   /* margin-top: 10px;*/
    font-size: 12pt;
    vertical-align: bottom;
    color: #cc6600;
    font-family: Palatino;
    letter-spacing: 1px;
    display: inline;
}

h2 a
{
    font-size: 8pt;
    vertical-align: bottom;
    color: #65738e;
    font-weight:bold;
}

h2.shaded
{
    color: #cccccc;
    display: inline;
}

h3
{
	color:#CC6600; 
	font-style:italic;
	font-weight:bold;
	Font-Size:10pt;
	letter-spacing: 1px;
	display: inline;
}

strong
{
    color: #696969;
}

SELECT
{
    border-right:  #696969 1px solid;
    border-top: #696969 1px solid;
    font-size: 8pt;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    font-family: verdana;
}

td
{
    /*vertical-align: middle;*/
}

.cuerpoPrincipal
{
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
    position: absolute;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.resaltePlanoWEB
{
	padding-top: 11px;
	padding-left:10px;
    padding-right: 5px;

	margin-bottom: 7px;
    width:auto;
    color: #696969;
	font: .7em Verdana, Arial, Helvetica, sans-serif;

}

.resalteErrorWEB
{
    border-right: #660000 1px solid;
    border-top: #660000 1px solid;
    font-weight: bold;
    font-size: 9pt;
    border-left: #660000 1px solid;
    color: #660000;
    border-bottom: #660000 1px solid;
    font-family: verdana;
    background-color: #ffcccc;
    width:auto;
}

.tablaPresentacion
{
	border-style:solid;
	border-width:0;
	/*text-align:left;*/
	/*Mozilla*/
	margin-left:10px;
	margin-right:10px;
	/*I Explorer */
	padding-left:10px;
	padding-right:10px;
}

.tablaContenidos
{
	border-style:solid;
	border-width:0;
	background-color:#ffffff;
	text-align:center;
	font-size:8pt;
	vertical-align:top;
}

.enlaceEstandarWEB
{
    font-size: 8pt;
    font-family: verdana;
    color:#ad8b05;
}

.etiquetaPlanaWEB
{
    font-size: 8pt;
    font-family: verdana;
    color: Gray;
}

.pie
{
	margin-top:4px; 
	line-height:12px;
	background-color: #e4eef7;
  	border-top: #e4eef7 4px solid;
  	height:30px;
	text-align:center;
	vertical-align:bottom;
    color: #5C8DB9;
    font-size: 9pt;
}

.separacionComboIdioma
{
	/*width:20px;*/
	width:0px
}

.separacionMenuCabecera
{
	/*width:0px;*/
	width:90px
}
.separacionLineaMenuCabecera
{
	padding-top:0px;
}
