@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #006;
	margin-left:20px;
	margin-right:20px;
}

img{  
	border-style: none;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}

input[type="text"]:hover{
	background-color:#CCCCCC;
}


input[type="password"]:hover{
	background-color:#CCCCCC;
}

input[type="text"],[type="password"]{
	background-color:#FFFF99;	
}

.text{
	background-image:url(images/user.png);
	background-position: right center;
	background-repeat: no-repeat;
}

input[type="password"]{
	image
	background-color:#FFFF99;
    background-image: url(images/pass.png);
    background-position: right center;
    background-repeat: no-repeat;
}
	
h1 {
	font-size:20px;
	font-weight:900;
}
a{
	//color:#f68e56;
	color: #993333;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
	
}

.submenu{
	color: #993333;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

.submenu a{
	color: #993333;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

.submenu a:hover{
	text-decoration:underline;
}

/* Propiedades del menu*/
#menu a {
	color: #006;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
	
#vRe a {
	color: #006;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.error {
	font-weight: bold;
	color: #F00;
}
.datos {
	font-weight: bold;
	color: #33334D;
}
.cart {
	font-weight: bold;
	color: #006;
	font-size:12px;
}
.cortesia {
text-align:center;
	color: #006;
	font-size:10px;
}
div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}
#div-1a {
 position:absolute;
 top:0;
 right:20px;
 width:600px;
}

.Row1{
	/*background-color:#bbbbbb;*/
	background-color:#FFFFFF;
}

.Row2{
	background-color:#CCFFFF;
}
.TituloVerde {
	color:#009900;
	font-size: 20px;
	font-weight: bold;
}

.NumColrTabla1 {background-color:#CCFFFF}

.NumColrTabla2 {background-color:#F7F7F7}

table.tablaR, table td, table tr{
	padding:0px; 
	border-spacing: 0px;
}

table.tablaR {
	border:1px black solid;
	border-radius:15px;
	font-family: Helvetica,Arial;
}

table.tablaR td {
	padding:4px;
}

table.tablaR tr:first-child td:first-child {
	border-radius:15px 0px 0px 0px;
}

table.tablaR tr:first-child td:last-child {
	border-radius:0px 15px 0px 0px;
}

table.tablaR tr:last-child td:first-child {
	border-radius:0px 0px 0px 15px;
}

table.tablaR tr:last-child td:last-child {
	border-radius:0px 0px 15px 0px;
}

table.tablaR td:not(:last-child) {
	border-right:1px #666 solid;
}

table.tablaR tr:nth-child(2n) {
	background: #FFFFFF;
}

table.tablaR tr:nth-child(2n+1){
	background: #CCFFFF;
}

table.header tr:not(:first-child):hover, table.tablaR:not(.header) tr:hover {
	background:#E0FFFF;
}

table:not(.header) tr {
	text-align:left;
}

table.header tr:first-child {
	text-align:center;
	font-weight: bold;
	color:#000;
	background-color:#99FFFF;
	border-bottom:1px #000 solid;
}

