/*
Hoja de estilo base para los documentos que ocupan el template base.tpl.html
**/

/**
Indice:
body
table
div
img
p
input
h
**/

/**
 * Elementos XHTML
 */

body
{
	background-image: url("imagenes_base.css/fondo.gif");
	background-repeat: repeat;
	border: none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}

div
{
	text-align: left;
	font-size: 10pt;
}

h1
{
	font-size: 20pt;
	color: #BCBCBC;
	text-indent: 30px;
	background: url("imagenes_base.css/c_naranjo.gif") no-repeat left;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-family: "Arial Narrow", Tahoma, sans-serif;
}

h2
{
	margin-top: 50px;
	font-size: 15pt;
	letter-spacing: -1px;
	color: #BCBCBC;
	text-indent: 30px;
	background: url("imagenes_base.css/c_gris.gif") no-repeat left;
	text-transform: uppercase;
	font-family: "Arial Narrow", Tahoma, sans-serif;
}

h3
{
	color: #666666;
	font-size: 12pt;
}

p
{
	color: #666666;
	text-align: justify;
	font-size: 10pt;
}

table
{
	width: 100%;
}

td
{
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: smaller;
}

img
{
	border: none;
	border-collapse: collapse;
	margin:0;
	padding:0;
}

input, button
{
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #2595C2;
	color: black;
}

button
{
	cursor: pointer;
}

hr
{
	border: none;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-top: 3px;
	background: url("imagenes_base.css/hr.gif") no-repeat scroll center left;
	height: 4px;
	width: 100%;
}

a
{
	color: #FF9900;
	font-weight: bold;
}

a:hover
{
	color: #2595C2;
}

li
{
	color: #666666;
}

pre
{
	color: #666666;
}

/**
 * Clases
 */

.centrado
{
	margin-left: auto;
	margin-right: auto;
}

.sinborde
{
	border: none;
	border-collapse: collapse;
}

.error
{
	color:#D60000;
}


/**
 * Elemtos XHTML de clase específica
 */

div.principal
{
	width: 780px;
	margin-top: 10px;
}

div.encabezado
{
	background-color: #2595C2;
	height: 150px;
}

div.encabezado span.izquierda
{
	width: 186px;
	position: relative;
	left: 20px;
	top: 25px;
	float: left;
}

div.encabezado span.derecha
{
	width: 112px;
	position: relative;
	right: 20px;
	top: 9px;
	float: right;
}

table.centro td.derecha
{
	width: 149px;
	background-color: #E2E2E2;
	vertical-align: bottom;
}

tr.arriba td.izquierda
{
	background-color: #FF9900;
	height: 100%;
}

tr.abajo td.derecha
{
	height: 380px;
}

tr.abajo td.izquierda
{
	vertical-align: top;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
}

div.pieDePagina
{
	background-color: #FF9900;
}


/*********************** esto hay que camibarlo***********************/
div.login
{
	padding: 0;
	border: none;
	margin: 0;
	border-collapse: collapse;
	width: auto;
}
/**********************************************************************/

td.menu
{
	text-align: right;
}

img.imagenmenu
{
	width: 149px;
	vertical-align: bottom;
}

img.right
{
	margin-left: 10px;
	float: right;
}

img.left
{
	margin-right: 10px;
	float: left;
}

table.wiki
{
	width: auto;
}

div.quickhelp
{
	font-size: smaller;
	border: thin solid black;
	padding: 3px;
	background-color: #FFFFC0;
	color: black;
	width: 600px;
	text-align: left;
}

div.quickhelp p
{
	padding: 0;
	margin: 0;
	border: none;
	text-align: left !important;
	font-size: larger;
	color: black;
	line-height: 100%;
}

div.quickhelp div.first_line
{
	padding: 0;
	margin: 0;
	border: none;
	font-size: larger;
	text-align:center;
	font-weight: bold;
}

div.barra_ubicacion
{
    text-align: left;
}

div.barra_ubicacion a
{
    text-decoration: none;
}

/*p.encabezado
{
    font-family: "Arial", "sans-serif";
    font-style: normal;
    font-weight: bold;
    font-size: normal;
    color: black;
    background: transparent;
    text-align: left;
    text-transform: none;
}*/

p.nousar
{
	color: gray;
	font-size: smaller;
}

input.submit
{
	cursor: pointer;
}

input.nousar
{
	color: gray;
	font-size: x-small;
	border-color: #C4D4E0;
}

input.checkbox
{
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

input.radio
{
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

h3.mensaje
{
	color: #134657;
}

ul li
{
	list-style: url("imagenes_base.css/li.gif");
}

table.wiki
{
	padding: 0px;
	border: 0px;
	border-style: none;
	margin: 0px;
}

table.wiki tr
{
	padding: 0px;
	border: 0px;
	border-style: none;
	margin: 0px;
}

table.wiki td
{
	padding: 0px;
	border: 0px;
	border-style: none;
	margin: 0px;
	background-color: #FF9900;
	color: White;
}

table.wiki a
{
	color: White;
	font-weight: normal;
}

table.wiki a:hover
{
	color: White;
	font-weight: normal;
}

table.wiki p
{
	font-size: 9pt;
	color: White;
	padding: 0px;
	margin: 0px;
	page-break-after: avoid;
}

table.wiki td
{
	/*padding: 5px;*/
}

table.wiki div
{
/*	margin: 5px;*/
}

table.wiki img
{
	border: 0px;
	padding: 0px;
	/*margin: -5px;*/
	margin-bottom: -3px;
}

p.centrado
{
	text-align: center;
}

span.bold
{
	color: #666666;
	font-weight: bold;
}

span.italic
{
	color: #666666;
	font-style: italic;
}

span.underline
{
	color: #666666;
	text-decoration: underline;
}

span.destacado
{
	color: white;
	background-color: #666666;
}

td.usuario
{
	height: 100%;
}
