﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana, Sans-Serif;
	background: #ECEEE0;
	color: #4F4F4F;
	font-size: 0.7em;
}

/* INICIO Layout Principal */

div#page
{
	min-height: 500;
	margin: 0px auto;
	margin-top: 1px;
	margin-bottom: 10px;
	width: 800px;
	background-color: White;
}

div#header
{
	height: 60px;
	text-align: center;
}

div#content
{
	min-height: 480px;
	margin: 15px 20px;
}

div#footer
{
	height: 60px;
	border-top: 1px solid #ccc;
}

div#content h1
{
	background-color: #ececec;
	text-align: justify;
	padding: 5px 10px;
	font-size: 12px;
	margin-bottom:10px;
	font-weight:normal;
}

/* FIN Titulos paginas*/


/* INICIO header*/

#top-banner
{
	width: 800px;
	height: 60px;
	text-align: left;
	background: url(../Images/banner2.png) no-repeat;
}

/* FIN Layout Principal */

table.formulario
{
	background-color: #FFFFFF;
	color: #333333;
	width: 90%;
	text-align: left;
	margin: 5px auto 5px auto;
	font-size: 12px;
	border: 1px solid #507cd1;
	border-collapse: collapse;
}

table.formulario thead
{
	color: White;
	text-align: center;
	font-family: Tahoma;
	font-weight: bold;
}

table.formulario thead tr td
{
	background: url('../Images/azul-superior.png');
	text-align: center;
	height: 26px;
	font-size: 11px;
}


table.formulario tbody tr td
{
	padding: 5px 5px 0 5px;
}

table.formulario tbody tr td table td
{
	padding-top: 0px;
}

td.nombre
{
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	width: 30%;
	height: 15px;
}

td.nombreImagen
{
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	width: 25%;
	height: 15px;
}

table.formulario tfoot tr td
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

table.formulario tfoot tr td a:link
{
	color: #2a5a8a;
	font-weight: bold;
}

table.formulario a:link, table.formulario a:visited, table.formulario a:active
{
	text-decoration: none;
	color: Black;
	font-weight: bold;
}
table.formulario a:hover
{
	text-decoration: underline;
	color: #CC0000;
}

table.formulario div.subtitulo
{
	background-color: #a0d651;
	color: White;
	text-align: center;
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size: 110%;
}


.ajax__validatorcallout tbody tr td div
{
	background-color: #2a5a8a;
	color: White;
}

.ajax__validatorcallout tbody tr td
{
	background-color: #2a5a8a;
	color: White;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.ajax__validatorcallout tbody tr td div img
{
	width: 95%;
	height: 95%;
}

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}


.message-panel
{
	position: fixed;
	z-index: 100000;
	top: 220px;
	left: 0px;
	width: 100%;
}

table.fixed-message
{
	height: 60px;
	width: 300px;
	margin: 0 auto;
	border: 4px solid #fff;
	background-color: #353233;
	cursor: pointer;
	color: #faf5f6;
}

div#message
{
}

.message-title
{
	background-color: #f79302;
	padding: 2px 9px;
}

.message-content
{
	margin: 10px;
}

.message-text
{
}

.bciLink
{
	text-align:center;
	width:100%;
	clear:both;
}

.bciLink a
{
	color:Navy;
	font-weight:bold;	
}

.link_aceptar a
{
	color: White;
	font-weight:bold;	
}

.div_boton_aceptar
{
	background-color: #1343E6;
	font-family: Arial;
	color: #FFFFFF;
	border: thin solid #FFFFFF;
}

.div_link_aceptar
{
	margin-left:120px;
}

.textoayuda
{
	font-size: x-small;
}



table.grid-table
{
	border: 1px solid #ddd;
	margin: 10px 0;
}

tr.grid-table-header
{
	color: #353535;
	background-color: #eeeeee;
}

tr.grid-table-header a
{
	color: #4E4E4E;	
}

.grid-table-cell td, .grid-table-header th
{
	padding: 10px;
}

.grid-table-cell-even
{
	background-color: #ffffff;
}

.grid-table-cell-odd
{
	background-color: #fcfcfc;
}

.grid-table-footer
{
}

.grid-add-button
{
	text-align: right;
}

.grid-empty
{
	color: #999;
	width: 95%;
	padding: 20px;
	text-align: center;
}

.grid-empty span
{
	font-size: 20px;
}
