/* Autor: Ramiro Perales */
/* Contacto: ramiroperales@hotmail.com */

body {
	margin:0 auto;
	width:880px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
a {
	color:#9C9090;
}
a:hover {
	color:#5FC9F5;
}
/*a:visited { color:red;}
a:link { color:yellow;} */
a:active { color:#00CC66;}
.exchange_link {
	background:url(./img/fondo-boton-enlace.jpg) no-repeat;
	height:52px;
	line-height:50px;
	width:218px;
	text-align:center;
	color:#9C9090;
	font-weight:bold;
}

.exchange_link a {
	color:#9C9090;
	text-decoration:none;
	font-size:14px;
}

.exchange_link a:hover {
	color:#5FC9F5;
}

.content {
	margin:0px;
	background:#321717;
	color:#9C9090;
}


.contentForm {
	margin:0px;
	background:#321717;
	color:#9C9090;
}
.contentForm table {
	padding:0 10px;
}
.contentForm td {
	padding:5px 0 5px 0;
}
.contentForm  h3{
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px #FFF dotted;
	padding-bottom:5px;
}
.contentFormLine {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;	
}


.content h1{
	color:#00CCFF;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

.content table {
	border-collpase: collapse;
	border-left:none;
	border-right:none;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;	
}
.content td {
	border: 1px solid #FFFFFF;
	padding:10px;
}

.categoria td {
	border:none;
	border-bottom:none;
	border-top:none;
}
.categoria table {
	border-collpase: collapse;
	border-bottom:none;
	border-top:none;
}
.categoria h3 {
	margin:0px;
	border-bottom:1px #CCCCCC dotted;
	color:#FFFFFF;
	padding-bottom:5px;
}
.paginar a {
	color:#FFF;
	text-decoration:none;
}
.paginar a:hover {
	color:#5FC9F5;
}
.titulo_site {
	text-decoration:none;
}

a.titulo_site h1{
	text-decoration:none;
	font-weight:bold;
	margin:10px 0 0 0;
}
a:hover.titulo_site h1{
	color:#5FC9F5;
}

.inputbox {
	border: 1px solid #BBBBBB;
	font-size: 8pt;
	margin:0px;
}


