@charset "utf-8";
/* CSS Document */
img {border:0}
#principal {
	font-family: Arial, Tahoma, Verdana;	
	#height: 845px;
	height: 675px;
	background: #dbd6dc url(../images/fondo_col.jpg) no-repeat top;
	#width: 300px;
	width: 275px;	
	margin:0;	
	padding:0;
}

#principal a:link {
	color:#000000;
	text-decoration: none;
	border:none;
}
#principal a:visited {
	color:#000000;
	text-decoration: none;
	border:none;
}

#cabecera{
	padding-top:20px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
#cabecera p{
padding:0;margin:0;display:inline;
}

#contenedor {
	width: 230px;
	#margin-left:37px;
	margin-left:24px;
}

#bordeTop {
	width: 230px;
	height: 5px;	
}


#bordeBottom {
	width: 230px;
	height: 5px;
}

#contenido {
	float: left;
	width: 230px;
	height: 150px;
	background: url(../images/fondoContenido_col.jpg) repeat-y;
}

#imgContenido {
	margin-top:15px;
	width: 139px;
	margin-left: 40px;
	height: 40px;
}
#txtContenido {
	width: 139px;
	margin-left: 40px;
	margin-top:10px;
	height: 30px;
	font-size: 10px;
}

#btnContenido {
	width: 71px;
	height:21px;
	padding-left: 106px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 21px;
}

.botonEntrar{
	cursor: pointer;
	width: 71px;
	height: 21px;
	border: none 0px;
	background: url(../images/btn_col.jpg) no-repeat;
	display:block;
	text-indent:-9000px;
}

#linea {
	margin-left: 40px;
	margin-top:10px;
	height: 1px;
}