﻿body {
}

a:active { color: #0000CC;text-decoration:none}
a:link { color: #000066;text-decoration:none}
a:visited { color: #000066;text-decoration:none}
a:hover { color: #0000CC;text-decoration: underline}

.divMenu {
	background-color: #F9F9F9;
	border-style: dashed none dashed none;
	border-width: thin;
	border-color: #C0C0C0;
	width: 100%;
}
.tTop {
	float: right;
	display: block;
	overflow: auto;
}
.container {
    display: table;
    }

.row  {
    display: table-row;
    }

.cell {
    display: table-cell;
    }
.style1 {
	text-align: center;
}
.style2 {
	color: #666666;
	font-weight:bold
}
.style3 {
	margin-right: 0px;
}
.style4 {
	color: #666666;
	font-weight: bold;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: small;
}
.style5 {
	text-align: center;
	font-size: medium;
	color: #808080;
}
.style6 {
	color: #666666;
}

// estilos del item
.centradogris {
	text-align: center;
	border-right-style: dashed;
	border-right-width: thin;
	border-right-color: #E1E1E1;
	height: 100%;
}
.centradogris2 {
	color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	text-align: center;
}
.centradogris3 {
	text-align: center;
	color: #C0C0C0;
	font-family: "Trebuchet MS";
	font-size: medium;
}
.trebugris {
	font-family: "Trebuchet MS";
	color: #999999;
}
.secret {
	margin: 6px;
	border-bottom-style: double;
	border-bottom-width: thick;
	border-bottom-color: #CCCCCC;
	font-family: "trebuchet MS";
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.newsletter {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	margin: 5px;
	font-family: "trebuchet MS";
}
.slist {
	background-color: #FFFFCC;
	border: 1px dotted #000000;
}
