body { 
	color: #2c5ca0;
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	border: none;
	background-color: #a3bad0;
	margin: 0px;
}

td {
	color: #2c5ca0;
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	border: none;
}

a:link, a:visited, a:active {
	color: #7292c0; text-decoration: none;
}

A:hover {
	color: #60c0f3; text-decoration: none;
}

#main{
	background-color: white;
}

#bg_color{
	background-color: #154a96;
}

#shw_blue{
	background: url(images/layout/sombra.gif) repeat-y;
}

#inf_white{
	background: url(images/layout/inf_main.png) no-repeat; 
	width: 522px; 
	height: 66px;
}
#cf{ 
	border: 1px solid #2c5ca0;
	color: #2c5ca0;
	font-size: 11px;
	padding-left: 2px;
	font-family: Verdana;
	background-color: white;
}

#cfe{
	border: 1px solid red;
	font-size: 11px;
	padding-left: 2px;
	font-family: Verdana;
	background-color: #F7F7F7;
}

boton, input[type="button"], input[type="submit"] {
	width: 104px;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	border: 0px;
	color: #2c5ca0;
	background: url(images/layout/boton.gif) no-repeat top scroll;
   font-variant: small-caps;
}

boton:hover, input[type="button"]:hover, input[type="submit"]:hover {
   color: #7292c0;
	cursor: pointer;
}

#borde { 
	border: 1px solid black; 
}

#copyright {
	color: #7292c0;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	border: none;
}

#separacion { 
	padding: 5px; 
}

#separacion2 { 
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 14px;
}