.borde {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1A8BE;
}

body {
	margin: 0;
	padding: 0; 	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: black url('fondo.jpg');
	background-attachment: fixed;
}

html, body {
	margin:0; 
	padding:0;
	height:100%;
}

	
#floater {
	position:relative;
	float:left;
	height:50%;
	margin-bottom:-150px;
	width:1px;
}

#floater2 {
	position:relative;
	float:left;
	width:100%;
	margin-top:-150px;
	border: solid 1px #FFF;
}
 
#centered {
	position:relative;
	clear:left;
	height:300px;
	width:680px;
	margin:0 auto;
	background-color: #000099;
}

.texto_a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #CC99FF;
}

.titulo{
	font-size: 18px;
	font-weight: bold;
	background-color: #000000;
}

.nombre{
	font-size: 20px;
	font-weight: bold;
	background-color: #000000;
	color: #CC99FF;
}

.comentario{
	color: #999999;
}

/****************************************************************************/
/**************************************************************** TARJETA ***/
/****************************************************************************/

.tarjeta {
	height:315px;
	width:600px;
	background-image:url(images/tarjeta_fondo.png);
	background-repeat:no-repeat;
}

.tarjeta_img {
	padding:20px 0px 0px 50px;
}

.tarjeta_campo_lado{
	font-family:Tahoma;
	font-size:12px;
	color:#CCC;
	border-top:solid 1px #312541;
}

.tarjeta_campo_lado a {
	color: #CC99FF;
	text-decoration:none;
}

.tarjeta_campo_cn{
	font-family:Tahoma;
	font-size:12px;
	color:#CCC;
	border-top:solid 1px #312541;
	border-right:solid 1px #312541;
	border-left:solid 1px #312541;
}

.tarjeta_campo_dn {
	border-bottom:solid 1px #312541;
}
