/* CSS Document */


body,td,th {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #F3F7CD;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titulo { font-size:20px;}
.titulo14 { font-size:14px; color:#006600;}
.txt-12 { font-size:12px; color:#000000;}
.bg-buscar {
	background-image:url(img/bg-buscar.jpg);
	background-repeat:repeat-x;
	height:40px;}
.bg-medio{ background-image:url(img/bg-medio-est.gif); background-repeat:repeat-y;}
#bg-der { background-image:url(img/bg-derecho.jpg); background-repeat:no-repeat;  width:210px; float:right; color:#000000;}
.textInput
{
border: 1px solid #CCCCCC;
background: #fff;
font-size: 1.1em;
width:180px;
}
.border-button { border-bottom:#CCCCCC dashed 1px; background-image:url(img/bg-titulo.jpg); background-repeat:repeat-x;}
/*vinculos */
a.link-pie:visited, a.link-pie:active, a.link-pie:link {
	color:#fff; 
	font-size:12px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
} 
 
a.link-pie:hover {
	color:#333; 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

